/* ============================================================
   JADE ROOM v4 — Dark & moody supper club
   jade-black · lantern gold · plum velvet · olive · candlelight
   Same palette as the room at night, lights down low.
   ============================================================ */

:root {
  --ivory: #11160f;                       /* page bg: deep jade-black */
  --ivory-deep: #161c14;                  /* slightly lifted band */
  --card: #1b221a;                        /* panels */
  --card-edge: rgba(233, 195, 114, 0.22);
  --ink: #f0e6cd;                         /* primary text: candlelight cream */
  --ink-soft: rgba(240, 230, 205, 0.68);
  --olive: #8d8742;
  --olive-deep: #6e6a31;
  --leaf: #4d7050;                        /* jade green, lifted for dark bg */
  --leaf-deep: #3b5a3f;
  --plum: #7d3354;                        /* plum velvet, lifted */
  --plum-deep: #5a2039;
  --caramel: #c08a4a;
  --teal: #2c5f72;
  --lantern: #e9c372;
  --line: rgba(240, 230, 205, 0.14);
  --radius: 1.1rem;
  --shadow-soft: 0 1.4rem 3rem rgba(0, 0, 0, 0.5);
  --max: 1180px;
  --font-display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --font-body: "Inter", "Helvetica Neue", system-ui, sans-serif;
  --font-tc: "Noto Serif TC", serif;
  /* candlelight grain — warm light speckle for dark surfaces */
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280'%3E%3Cfilter id='m'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.012' numOctaves='3' seed='7' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.92 0 0 0 0 0.82 0 0 0 0 0.55 0 0 0 0.05 0'/%3E%3C/filter%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.55' numOctaves='2' seed='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.92 0 0 0 0 0.85 0 0 0 0 0.6 0 0 0 0.07 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23m)'/%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

html, body { overflow-x: clip; }

body {
  margin: 0;
  background: var(--ivory);
  background-image: var(--grain);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.005em;
  margin: 0 0 0.5em;
  color: var(--ink);
}

h1 em, h2 em { font-style: italic; color: var(--lantern); }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--lantern);
  margin: 0 0 1.1rem;
}

.eyebrow::before {
  content: "";
  width: 2.2rem;
  height: 1px;
  background: var(--lantern);
  opacity: 0.7;
}

.zh { font-family: var(--font-tc); font-weight: 700; }

/* checkerboard accent — the floor, by candlelight */
.checker {
  height: 0.55rem;
  background:
    repeating-conic-gradient(rgba(233, 195, 114, 0.55) 0% 25%, transparent 0% 50%)
    0 0 / 1.1rem 1.1rem;
  opacity: 0.5;
}

/* ---------------- Buttons ---------------- */

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  padding: 0.8rem 1.7rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--ink);
  color: #15130c;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 0.7rem 1.6rem rgba(0, 0, 0, 0.55);
}

.button.primary { background: var(--plum); color: var(--ink); }
.button.primary:hover { background: #914064; }
.button.jade { background: var(--leaf); color: var(--ink); }
.button.jade:hover { background: #5b8160; }
.button.pink { background: transparent; color: var(--lantern); border-color: rgba(233, 195, 114, 0.6); }
.button.pink:hover { background: var(--lantern); color: #15130c; }
.button.ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.button.ghost:hover { border-color: var(--lantern); color: var(--lantern); }
.button.on-dark { box-shadow: none; }

/* ---------------- Header ---------------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.4rem;
  padding: 0.7rem clamp(1rem, 4vw, 2.6rem);
  background: rgba(11, 15, 10, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.brand-mark {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  white-space: nowrap;
}

.brand-mark .zh { font-size: 0.85em; color: var(--lantern); letter-spacing: 0.22em; }

.brand-logo { height: 3.4rem; width: auto; display: block; }

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 2.2vw, 1.8rem);
  font-weight: 500;
  font-size: 0.92rem;
}

.nav-links a {
  position: relative;
  padding: 0.25rem 0;
  color: var(--ink-soft);
  transition: color 0.15s ease;
}

.nav-links a:hover { color: var(--ink); }

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: -0.15rem;
  height: 1.5px;
  background: var(--lantern);
  transition: right 0.2s ease;
}

.nav-links a:hover::after { right: 0; }

.header-actions { display: flex; align-items: center; gap: 0.6rem; }
.header-action { font-size: 0.88rem; padding: 0.65rem 1.2rem; white-space: nowrap; }

/* nav Takeaway text link is redundant next to the header button on desktop */
@media (min-width: 821px) {
  .nav-takeaway { display: none; }
}

.mobile-menu-toggle {
  display: none;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  background: transparent;
  border: 1px solid var(--lantern);
  border-radius: 999px;
  color: var(--lantern);
  padding: 0.5rem 1.1rem;
  cursor: pointer;
}

/* ---------------- Hero (editorial split, after dark) ---------------- */

.hero {
  position: relative;
  overflow: hidden;
  background-color: var(--ivory);
  background-image:
    var(--grain),
    radial-gradient(ellipse at 80% 20%, rgba(233, 195, 114, 0.1), transparent 50%),
    radial-gradient(ellipse at 10% 95%, rgba(125, 51, 84, 0.18), transparent 50%);
}

.hero-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(2.5rem, 7vh, 5rem) clamp(1.1rem, 4vw, 2.4rem) clamp(3rem, 8vh, 5.5rem);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.hero-logo {
  width: clamp(11rem, 22vw, 15rem);
  height: auto;
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 0.6rem 1.4rem rgba(0, 0, 0, 0.45));
}

.hero-kicker {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--lantern);
  margin: 0 0 1.4rem;
}

.hero-kicker .zh { color: var(--ink); letter-spacing: 0.3em; }

.hero h1 {
  font-size: clamp(2.7rem, 6.2vw, 4.6rem);
  font-weight: 500;
  margin: 0 0 1.2rem;
}

.hero-copy {
  max-width: 30rem;
  font-size: clamp(1rem, 1.6vw, 1.13rem);
  color: var(--ink-soft);
  margin: 0 0 1.9rem;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-bottom: 2rem; }

.hero-hours {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.4rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.hero-hours span { display: inline-flex; align-items: center; gap: 0.5rem; }
.hero-hours .dot { width: 0.4rem; height: 0.4rem; border-radius: 50%; background: var(--lantern); }

.hero-art {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: end;
}

.arch-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 100rem 100rem var(--radius) var(--radius);
  border: 1px solid var(--card-edge);
  box-shadow: var(--shadow-soft), 0 0 4rem rgba(233, 195, 114, 0.08);
}

.arch-photo img { width: 100%; height: 100%; object-fit: cover; }

.hero-art .arch-photo.main { width: 100%; aspect-ratio: 4 / 5; }

.hero-art .arch-photo.small {
  position: absolute;
  left: -2rem;
  bottom: -1.6rem;
  width: 42%;
  aspect-ratio: 3 / 4;
  border: 4px solid var(--ivory);
  border-radius: 100rem 100rem 100rem var(--radius);
}

.hero-art .zh-vertical {
  position: absolute;
  z-index: 1;
  top: 0.6rem;
  right: 0.4rem;
  writing-mode: vertical-rl;
  font-family: var(--font-tc);
  font-weight: 700;
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  letter-spacing: 0.35em;
  line-height: 1;
  color: var(--lantern);
  text-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.65);
}

/* ---------------- Info strip ---------------- */

.info-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem 1.6rem;
  padding: 0.85rem clamp(1rem, 4vw, 2.4rem);
  background: var(--leaf-deep);
  background-image: var(--grain);
  color: var(--ink);
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

.info-strip span { display: inline-flex; align-items: center; gap: 0.5rem; }
.info-strip .dot { width: 0.4rem; height: 0.4rem; background: var(--lantern); border-radius: 50%; }
.info-strip a { text-decoration: underline; text-underline-offset: 3px; }

/* ---------------- Marquee ---------------- */

.marquee {
  overflow: hidden;
  background-color: var(--plum-deep);
  background-image: var(--grain);
  color: var(--ink);
  padding: 0.6rem 0;
  border-top: 1px solid var(--card-edge);
  border-bottom: 1px solid var(--card-edge);
}

.marquee.jade { background-color: var(--leaf-deep); }
.marquee.pink { background-color: #3d2c14; }

.marquee-track {
  display: flex;
  width: max-content;
  gap: 2.6rem;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(0.95rem, 2vw, 1.2rem);
  letter-spacing: 0.05em;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
}

.marquee-track > span { display: inline-flex; align-items: center; gap: 2.6rem; }
.marquee .zh { color: var(--lantern); font-style: normal; }

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------------- Sections ---------------- */

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1.1rem, 4vw, 2.4rem);
}

.section-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: clamp(1.6rem, 4vw, 2.6rem);
}

.section-heading h2 { font-size: clamp(1.9rem, 4.2vw, 2.9rem); margin: 0; }

.section-heading .zh-tag {
  font-family: var(--font-tc);
  font-weight: 700;
  color: var(--lantern);
  font-size: 0.45em;
  vertical-align: super;
  letter-spacing: 0.3em;
  margin-left: 0.7rem;
}

.section-link {
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--lantern);
  border-bottom: 1px solid rgba(233, 195, 114, 0.6);
  padding-bottom: 0.15rem;
  transition: color 0.15s ease;
}

.section-link:hover { color: var(--ink); }

/* ---------------- Intro ---------------- */

.intro-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  /* full-bleed petrol band — picks up the blue panelling in the photos */
  max-width: none;
  margin: 0;
  background-color: #14343c;
  background-image:
    var(--grain),
    radial-gradient(ellipse at 88% 15%, rgba(233, 195, 114, 0.1), transparent 50%);
  border-bottom: 1px solid var(--line);
  padding: clamp(3rem, 7vw, 5.5rem) max(clamp(1.1rem, 4vw, 2.4rem), calc((100% - var(--max)) / 2));
}

.intro-copy h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }

.intro-copy p {
  font-size: clamp(1rem, 1.6vw, 1.13rem);
  color: var(--ink-soft);
  margin: 0 0 1.7rem;
}

.intro-media {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
  align-items: start;
}

.intro-media figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--card-edge);
  box-shadow: var(--shadow-soft);
  background: var(--card);
}

.intro-media figure:first-child { border-radius: 100rem 100rem var(--radius) var(--radius); }
.intro-media figure:last-child { margin-top: 2.2rem; border-radius: var(--radius) var(--radius) 100rem 100rem; }

.intro-media figcaption {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.88rem;
  color: var(--ink-soft);
  padding: 0.5rem 0.2rem 0.6rem;
  text-align: center;
}

.intro-media img { aspect-ratio: 4 / 5; object-fit: cover; width: 100%; height: auto; }

/* ---------------- Booking ---------------- */

.booking-wrap {
  background-color: var(--plum-deep);
  background-image:
    var(--grain),
    radial-gradient(ellipse at 80% 0%, rgba(233, 195, 114, 0.12), transparent 55%);
  color: var(--ink);
  border-top: 1px solid var(--card-edge);
  border-bottom: 1px solid var(--card-edge);
}

.booking-section { position: relative; }

.booking-section .eyebrow { color: var(--lantern); }
.booking-section .eyebrow::before { background: var(--lantern); }
.booking-section .section-heading .zh-tag { color: var(--lantern); }

.booking-grid {
  display: grid;
  grid-template-columns: 1fr 18rem;
  gap: clamp(1.4rem, 3vw, 2.4rem);
  align-items: start;
}

.booking-panel {
  background: #f6efe0;
  border-radius: var(--radius);
  border: 1px solid var(--card-edge);
  box-shadow: var(--shadow-soft);
  padding: clamp(0.9rem, 2.5vw, 1.6rem);
  min-height: 16rem;
  color: #26241c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking-aside { display: grid; gap: 1rem; }

.booking-aside .aside-card {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(233, 195, 114, 0.3);
  border-radius: var(--radius);
  padding: 1.2rem 1.3rem;
}

.booking-aside .aside-card h3 { font-size: 1.15rem; margin-bottom: 0.4rem; color: var(--lantern); }
.booking-aside .aside-card p { margin: 0 0 0.7rem; font-size: 0.92rem; opacity: 0.9; }

.booking-aside .aside-card a.tel {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--lantern);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.booking-aside .aside-card .button { background: var(--lantern); color: #15130c; }

/* ---------------- Menu highlights ---------------- */

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.2rem, 2.6vw, 2rem);
}

.menu-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.menu-item:hover { transform: translateY(-0.3rem); border-color: var(--lantern); box-shadow: var(--shadow-soft); }

.menu-item-image { margin: 0; overflow: hidden; background: #0c100b; }
.menu-item-image img { aspect-ratio: 1 / 1; object-fit: cover; width: 100%; height: auto; transition: transform 0.45s ease; }
.menu-item:hover .menu-item-image img { transform: scale(1.045); }

.menu-item-body { padding: 1.2rem 1.3rem 1.4rem; display: flex; flex-direction: column; gap: 0.4rem; flex: 1; }
.menu-item-body h3 { font-size: 1.25rem; margin: 0; }
.menu-item-body p { margin: 0; font-size: 0.92rem; color: var(--ink-soft); flex: 1; }

.menu-price {
  align-self: flex-start;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 1rem;
  color: var(--lantern);
}

/* ---------------- Feature band (private room) ---------------- */

.feature-band {
  background-color: var(--ivory-deep);
  background-image: var(--grain);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1.1rem, 4vw, 2.4rem);
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.feature-copy h2 { font-size: clamp(2rem, 4.5vw, 3rem); }
.feature-copy p { font-size: clamp(1rem, 1.6vw, 1.13rem); color: var(--ink-soft); margin: 0 0 1.7rem; }

.feature-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }

.feature-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 100rem 100rem var(--radius) var(--radius);
  border: 1px solid var(--card-edge);
  box-shadow: var(--shadow-soft), 0 0 4rem rgba(125, 51, 84, 0.25);
}

.feature-photo img { width: 100%; height: auto; aspect-ratio: 4 / 3.4; object-fit: cover; }

/* ---------------- Gift cards ---------------- */

.gift-band {
  background-color: #3a2c14;
  background-image:
    var(--grain),
    radial-gradient(ellipse at 85% 50%, rgba(233, 195, 114, 0.22), transparent 60%);
  color: var(--ink);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  position: relative;
}

.gift-band .floating-zh {
  position: absolute;
  font-family: var(--font-tc);
  font-weight: 900;
  font-size: clamp(8rem, 20vw, 14rem);
  color: rgba(233, 195, 114, 0.12);
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  user-select: none;
}

.gift-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 4.6rem) clamp(1.1rem, 4vw, 2.4rem);
  position: relative;
  z-index: 1;
}

.gift-band .eyebrow { color: var(--lantern); }
.gift-band .eyebrow::before { background: var(--lantern); }
.gift-inner h2 { font-size: clamp(1.9rem, 4.2vw, 2.8rem); }
.gift-inner p { max-width: 32rem; margin: 0 0 1.5rem; color: var(--ink-soft); }

/* ---------------- Takeaway / order band ---------------- */

.order-band {
  background-color: var(--leaf-deep);
  background-image:
    var(--grain),
    radial-gradient(ellipse at 12% 10%, rgba(233, 195, 114, 0.14), transparent 55%);
  border-top: 1px solid var(--card-edge);
  border-bottom: 1px solid var(--card-edge);
}

.order-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(2.6rem, 6vw, 4.2rem) clamp(1.1rem, 4vw, 2.4rem);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.order-inner h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); margin-bottom: 0.5em; }
.order-inner p { max-width: 32rem; margin: 0; color: var(--ink-soft); }

.order-actions {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: stretch;
}

.order-actions .button { white-space: nowrap; }

@media (max-width: 820px) {
  .order-inner { grid-template-columns: 1fr; }
  .order-actions { flex-direction: row; flex-wrap: wrap; }
}

/* ---------------- Press ---------------- */

.press-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.4rem, 3vw, 2.4rem);
}

.press-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.8rem 1.9rem;
}

.press-card blockquote {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  line-height: 1.4;
}

.press-card blockquote::before { content: "“"; color: var(--lantern); }
.press-card blockquote::after { content: "”"; color: var(--lantern); }

.press-card a {
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lantern);
}

/* ---------------- Visit ---------------- */

.visit-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(1.4rem, 3vw, 2.4rem);
  align-items: stretch;
}

.visit-panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2.1rem);
}

.visit-panel dl { margin: 0; display: grid; gap: 1.3rem; }

.visit-panel dt {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--lantern);
  margin-bottom: 0.35rem;
}

.visit-panel dd { margin: 0; display: grid; gap: 0.2rem; color: var(--ink-soft); }
.visit-panel dd a { color: var(--ink); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.visit-panel [data-hours-list] { display: grid; gap: 0.15rem; }

.map-panel {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  min-height: 20rem;
  background: var(--card);
}

.map-panel iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: invert(0.88) hue-rotate(180deg) saturate(0.4) brightness(0.9);
}

.map-panel .map-link {
  position: absolute;
  left: 0.9rem;
  bottom: 0.9rem;
  background: var(--lantern);
  color: #15130c;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.82rem;
  padding: 0.5rem 1rem;
}

/* ---------------- Footer ---------------- */

.site-footer {
  background-color: #0b0f0a;
  background-image: var(--grain);
  color: var(--ink);
  border-top: 1px solid var(--line);
  padding: clamp(2.5rem, 6vw, 4rem) clamp(1.1rem, 4vw, 2.4rem) 6rem;
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: clamp(1.6rem, 4vw, 3rem);
}

.footer-wordmark {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.7rem, 3.5vw, 2.3rem);
  line-height: 1.15;
}

.footer-wordmark .zh {
  display: block;
  color: var(--lantern);
  font-size: 0.72em;
  letter-spacing: 0.45em;
  margin-top: 0.4rem;
}

.footer-logo { width: clamp(10rem, 15vw, 13rem); height: auto; }

.site-footer h2 {
  font-family: var(--font-body);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--lantern);
  margin-bottom: 0.8rem;
}

.site-footer a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; opacity: 0.92; }
.footer-info-block { display: grid; gap: 0.35rem; align-content: start; font-size: 0.95rem; color: var(--ink-soft); }
.footer-info-block [data-hours-list] { display: grid; gap: 0.2rem; }

.footer-note {
  max-width: var(--max);
  margin: 2.6rem auto 0;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line);
  font-size: 0.84rem;
  opacity: 0.6;
}

/* ---------------- Sticky mobile action bar ---------------- */

.mobile-action-bar {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  background: rgba(11, 15, 10, 0.95);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--card-edge);
  padding: 0.6rem 0.9rem calc(0.6rem + env(safe-area-inset-bottom));
  gap: 0.7rem;
}

.mobile-action-bar .button { flex: 1; font-size: 0.92rem; padding: 0.78rem 0.5rem; }

/* ---------------- Page hero (inner pages) ---------------- */

.page-hero {
  position: relative;
  overflow: hidden;
  background-color: #0b0f0a;
  border-bottom: 1px solid var(--line);
}

.page-hero .page-hero-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    var(--grain),
    linear-gradient(90deg, rgba(11, 15, 10, 0.96) 22%, rgba(11, 15, 10, 0.8) 48%, rgba(11, 15, 10, 0.22) 90%);
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(3.5rem, 9vw, 6rem) clamp(1.1rem, 4vw, 2.4rem);
}

.page-hero h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); margin: 0 0 0.6rem; }

.page-hero .hero-zh {
  font-family: var(--font-tc);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.5em;
  color: var(--lantern);
  margin: 0 0 0.8rem;
  text-transform: none;
}

.page-hero p.lede {
  max-width: 34rem;
  font-size: clamp(1rem, 1.7vw, 1.15rem);
  color: var(--ink-soft);
  margin: 0;
}

/* ---------------- Menu directory ---------------- */

.menu-directory {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.4rem, 3vw, 2.4rem);
}

.menu-directory-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.menu-directory-card:hover { transform: translateY(-0.3rem); border-color: var(--lantern); box-shadow: var(--shadow-soft); }

.menu-directory-card figure { margin: 0; overflow: hidden; }
.menu-directory-card figure img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }

.menu-directory-body { padding: 1.5rem 1.6rem 1.7rem; display: flex; flex-direction: column; gap: 0.8rem; flex: 1; }
.menu-directory-body h3 { font-size: 1.6rem; margin: 0; }
.menu-directory-body > p { margin: 0; font-size: 0.94rem; color: var(--ink-soft); }

.menu-preview-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.menu-preview-list li {
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.25);
  padding: 0.22rem 0.7rem;
  color: var(--ink-soft);
}

.menu-directory-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: auto; padding-top: 0.5rem; }
.menu-directory-actions .button { font-size: 0.86rem; padding: 0.6rem 1.3rem; }

/* ---------------- Menu detail pages ---------------- */

.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: clamp(1.8rem, 4vw, 2.6rem);
}

.menu-tabs a {
  font-weight: 600;
  font-size: 0.88rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--card);
  padding: 0.45rem 1.15rem;
  color: var(--ink-soft);
  transition: all 0.15s ease;
}

.menu-tabs a:hover { border-color: var(--lantern); color: var(--lantern); }
.menu-tabs a.active { background: var(--leaf); border-color: var(--leaf); color: var(--ink); }

.menu-panel-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.8rem;
}

.menu-panel-heading h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin: 0; }

.menu-category-list { display: grid; gap: clamp(2.2rem, 4vw, 3rem); }

.menu-category-title {
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
  color: var(--lantern);
  border-bottom: 1px solid rgba(233, 195, 114, 0.55);
  display: inline-block;
  padding-bottom: 0.3rem;
  margin-bottom: 1.2rem;
}

.menu-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem 2.4rem; }

.menu-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px dotted rgba(240, 230, 205, 0.25);
  padding-bottom: 0.75rem;
}

.menu-row h3 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.98rem;
  margin: 0;
}

.menu-row p { margin: 0.15rem 0 0; font-size: 0.86rem; color: var(--ink-soft); }
.menu-row .menu-price { white-space: nowrap; font-size: 0.95rem; }

.menu-pdf-link { font-size: 0.85rem; padding: 0.55rem 1.2rem; }

.menu-panel-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6rem 0.8rem;
}

.menu-order-link { font-size: 0.85rem; padding: 0.55rem 1.2rem; }

.menu-panel-note {
  width: 100%;
  margin: 0;
  text-align: right;
  font-size: 0.82rem;
  color: var(--ink-soft);
}

@media (max-width: 560px) {
  .menu-panel-actions { justify-content: flex-start; }
  .menu-panel-note { text-align: left; }
}

/* ---------------- Gallery ---------------- */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 13rem;
  gap: clamp(1rem, 2.4vw, 1.6rem);
}

.visual-tile {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.visual-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.visual-tile:hover img { transform: scale(1.05); }
.visual-tile.large { grid-column: span 2; grid-row: span 2; border-radius: 100rem 100rem var(--radius) var(--radius); }
.visual-tile.wide { grid-column: span 2; }

/* ---------------- Private room page ---------------- */

.private-room-intro { max-width: 44rem; }
.private-room-intro h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
.private-room-intro p { font-size: clamp(1rem, 1.7vw, 1.15rem); color: var(--ink-soft); }

.stat-row { display: flex; flex-wrap: wrap; gap: 1rem; margin: 1.7rem 0; }

.stat-chip {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  padding: 0.9rem 1.4rem;
  text-align: center;
}

.stat-chip strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.7rem;
  color: var(--lantern);
}

.stat-chip span {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* ---------------- Reveal animation ---------------- */

.reveal {
  opacity: 0;
  transform: translateY(1.4rem);
  transition: opacity 0.65s ease var(--reveal-delay, 0ms), transform 0.65s ease var(--reveal-delay, 0ms);
}

.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 980px) {
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 11rem; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .booking-grid { grid-template-columns: 1fr; }
  .booking-aside { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  body { font-size: 1rem; }

  /* solid header on mobile: backdrop-filter would clip the fixed nav panel */
  .site-header { backdrop-filter: none; background: #0b0f0a; }

  .nav-links {
    position: fixed;
    top: 0; right: 0; bottom: 0;
    z-index: 70;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.4rem;
    width: min(78vw, 19rem);
    padding: 4.5rem 2rem 2rem;
    background: var(--plum-deep);
    color: var(--ink);
    font-size: 1.2rem;
    font-family: var(--font-display);
    transform: translateX(105%);
    visibility: hidden;
    transition: transform 0.25s ease, visibility 0s linear 0.25s;
  }

  .nav-links a { color: var(--ink); }
  .nav-links a::after { background: var(--lantern); }
  .nav-links.is-open {
    transform: translateX(0);
    visibility: visible;
    transition: transform 0.25s ease;
    box-shadow: -1rem 0 3rem rgba(0, 0, 0, 0.6);
  }

  .mobile-menu-toggle { display: inline-block; z-index: 80; position: relative; }
  .mobile-menu-toggle[aria-expanded="true"] { border-color: var(--lantern); color: var(--lantern); }
  .header-action, .header-actions { display: none; }

  .hero-grid { grid-template-columns: 1fr; padding-top: 2rem; }
  .hero-art { max-width: 26rem; margin: 0 auto; width: 100%; }
  .hero-art .arch-photo.small { left: -0.6rem; }
  .hero-art .zh-vertical { right: 0.2rem; }

  .intro-band, .feature-inner { grid-template-columns: 1fr; }
  .intro-media { max-width: 26rem; margin: 0 auto; }

  .press-grid { grid-template-columns: 1fr; }
  .visit-layout { grid-template-columns: 1fr; }
  .map-panel { min-height: 16rem; }

  .menu-directory { grid-template-columns: 1fr; }
  .menu-list { grid-template-columns: 1fr; }
  .booking-aside { grid-template-columns: 1fr; }

  .mobile-action-bar { display: flex; }
  .site-footer { padding-bottom: 7.5rem; }
}

@media (max-width: 540px) {
  .menu-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 14rem; }
  .visual-tile.large, .visual-tile.wide { grid-column: span 1; grid-row: span 1; }
  .footer-inner { grid-template-columns: 1fr; }
  .info-strip { font-size: 0.82rem; gap: 0.35rem 1.1rem; }
  .hero h1 { font-size: 2.5rem; }
}
