/* 烤匠 · KAO MASTER — Black & Gold Brand System */
:root {
  --bg-deep: #0A0A0A;
  --bg-near: #111111;
  --bg-elevated: #1A1A1A;
  --bg-soft: #F5F5F5;
  --bg-white: #FFFFFF;
  --gold: #D4A264;
  --gold-bright: #E0B57A;
  --gold-dim: #B8894F;
  --ink: #0A0A0A;
  --ink-soft: #333333;
  --ink-muted: #666666;
  --line: rgba(212, 162, 100, 0.28);
  --line-dark: rgba(255, 255, 255, 0.08);
  --radius: 14px;
  --radius-sm: 10px;
  --nav-h: 72px;
  --font-display: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-en: "Barlow Condensed", "DIN Alternate", "Arial Narrow", sans-serif;
  --font-body: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-soft: 0 12px 40px rgba(0, 0, 0, 0.18);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-h);
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg-deep);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-width: 0;
  overflow-wrap: break-word;
}

[hidden] {
  display: none !important;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ——— Typography helpers ——— */
.eyebrow {
  font-family: var(--font-en);
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.section-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.section-lead {
  margin-top: 0.75rem;
  max-width: 36em;
  color: var(--ink-muted);
  font-size: 1rem;
}

.gold-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  padding: 0.35em 0.85em;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 999px;
  letter-spacing: 0.04em;
}

.gold-tag--outline {
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
}

/* ——— Buttons ——— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9375rem;
  max-width: 100%;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease),
    border-color 0.25s var(--ease), color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.btn:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 3px;
}

.btn--primary {
  background: var(--gold);
  color: var(--ink);
}

.btn--primary:hover {
  background: var(--gold-bright);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212, 162, 100, 0.35);
}

.btn--ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
}

.btn--ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

.btn--ghost-dark {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid rgba(10, 10, 10, 0.25);
}

.btn--ghost-dark:hover {
  border-color: var(--gold);
  color: var(--gold-dim);
  transform: translateY(-2px);
}

.btn--block {
  width: 100%;
}

/* ——— Layout ——— */
.container {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.container--wide {
  width: min(1280px, calc(100% - 2rem));
}

/* ——— Header ——— */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  background: rgba(10, 10, 10, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease);
}

.site-header.is-scrolled {
  background: rgba(10, 10, 10, 0.92);
  border-bottom-color: var(--line-dark);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1280px, calc(100% - 2rem));
  margin-inline: auto;
  gap: 1rem;
}

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo__img {
  height: clamp(40px, 7vw, 52px);
  width: auto;
  display: block;
}

@media (max-width: 768px) {
  .logo__img {
    height: 44px;
  }
}

.logo__mark {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.25rem;
  color: var(--gold);
  letter-spacing: 0.04em;
}

.logo__mark span {
  color: var(--gold-bright);
}

.logo__sub {
  font-family: var(--font-en);
  font-size: 0.625rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nav__link {
  padding: 0.5rem 0.9rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  transition: color 0.2s, background 0.2s;
}

.nav__link:hover,
.nav__link.is-active {
  color: var(--gold);
}

.nav__link--stores {
  margin-left: 0.35rem;
  background: var(--gold);
  color: var(--ink) !important;
}

.nav__link--stores:hover {
  background: var(--gold-bright);
  color: var(--ink) !important;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  position: relative;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: #fff;
}

.nav-toggle span::before {
  top: -6px;
}

.nav-toggle span::after {
  top: 6px;
}

/* ——— Hero ——— */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--bg-deep);
  color: #fff;
  overflow-x: hidden;
  overflow-y: visible;
  padding-top: var(--nav-h);
}

.hero__grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: clamp(1.25rem, 4vw, 3rem);
  width: calc(100% - 2.5rem);
  max-width: none;
  margin: 0 auto;
  padding-block: clamp(0.75rem, 3vh, 1.75rem);
}

.hero__copy {
  position: relative;
  z-index: 2;
  flex: 0 1 32rem;
  max-width: 32rem;
  min-width: 0;
  width: auto;
  animation: heroIn 0.85s var(--ease);
}

.hero__visual {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 0;
  width: auto;
  animation: heroIn 0.95s var(--ease) 0.08s backwards;
}

.hero__eyebrow {
  margin-bottom: 0.7rem;
  color: var(--gold);
}

.hero__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.75rem, 3.6vw, 2.75rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 0.7rem;
}

.hero__lead {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  margin-bottom: 0.9rem;
  max-width: 28em;
}

.hero__capsule {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.8125rem;
  color: var(--gold-bright);
  margin-bottom: 1.1rem;
  background: rgba(212, 162, 100, 0.08);
}

.hero__capsule::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 162, 100, 0.25);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero__photo {
  position: relative;
  width: auto;
  border-radius: var(--radius);
  overflow: hidden;
  background: #000;
}

.hero__photo img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  max-height: min(56vh, 520px);
  max-height: min(56svh, 520px);
  margin: 0;
  object-fit: contain;
  object-position: center;
}

.hero__bar {
  border-top: 1px solid var(--line-dark);
  background: rgba(0, 0, 0, 0.35);
}

.hero__bar-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.hero__stat {
  padding: 1.25rem 1rem;
  text-align: center;
  border-right: 1px solid var(--line-dark);
}

.hero__stat:last-child {
  border-right: none;
}

.hero__stat-label {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--gold);
}

.hero__stat-desc {
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.45);
}

@keyframes heroIn {
  from {
    transform: translateY(18px);
  }
  to {
    transform: none;
  }
}

/* ——— Brand ——— */
.brand {
  background: var(--bg-soft);
  padding: clamp(2.25rem, 5vw, 3.75rem) 0;
}

.brand__grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.4fr);
  gap: 1.25rem;
  align-items: stretch;
}

.brand__side {
  position: relative;
  background: var(--bg-deep);
  color: #fff;
  border-radius: var(--radius);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(200px, 32vw, 320px);
  overflow: hidden;
}

.brand__side-eyebrow {
  margin-bottom: 1.5rem;
}

.brand__side-slogan {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.25;
  color: var(--gold);
  letter-spacing: 0.02em;
}

.brand__mascot {
  position: absolute;
  right: -0.5rem;
  bottom: -0.5rem;
  width: clamp(72px, 16vw, 140px);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  opacity: 0.9;
  pointer-events: none;
}

.brand__main {
  background: var(--bg-white);
  border-radius: var(--radius);
  padding: clamp(1.75rem, 3vw, 2.75rem);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.brand__body p + p {
  margin-top: 0.85rem;
}

.brand__body {
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.brand__motto {
  margin-top: auto;
  background: var(--bg-deep);
  color: #fff;
  border-radius: var(--radius-sm);
  padding: 1.35rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-left: 4px solid var(--gold);
}

.brand__motto-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
}

.brand__motto-line {
  font-family: var(--font-display);
  font-weight: 900;
  color: var(--gold);
  letter-spacing: 0.08em;
}

/* ——— Menu ——— */
.menu {
  background: var(--bg-near);
  color: #fff;
  padding: clamp(2.25rem, 5vw, 3.75rem) 0;
}

.menu .section-title {
  color: #fff;
}

.menu .section-lead {
  color: rgba(255, 255, 255, 0.55);
}

.menu__head {
  margin-bottom: 2.5rem;
}

.menu__note {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.4);
  max-width: 42em;
}

.menu__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.menu-item {
  background: var(--bg-elevated);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.25s var(--ease);
}

.menu-item.is-open {
  border-color: var(--line);
}

.menu-item__trigger {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1.25rem 1.5rem;
  text-align: left;
  transition: background 0.2s;
}

.menu-item__trigger:hover {
  background: rgba(255, 255, 255, 0.03);
}

.menu-item__trigger:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: -2px;
}

.menu-item__num {
  font-family: var(--font-en);
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  color: var(--gold);
}

.menu-item__meta {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.menu-item__tag {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.08em;
}

.menu-item__name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
}

.menu-item__teaser {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.45);
}

.menu-item__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(212, 162, 100, 0.4);
  display: grid;
  place-items: center;
  color: var(--gold);
  transition: transform 0.3s var(--ease), background 0.3s;
  flex-shrink: 0;
}

.menu-item.is-open .menu-item__icon {
  transform: rotate(45deg);
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}

.menu-item__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s var(--ease);
}

.menu-item.is-open .menu-item__panel {
  grid-template-rows: 1fr;
}

.menu-item__panel-inner {
  overflow: hidden;
}

.menu-item__body {
  padding: 0 1.5rem 1.5rem 4.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(160px, 0.6fr);
  gap: 1.5rem;
  align-items: start;
  border-top: 1px solid transparent;
}

.menu-item.is-open .menu-item__body {
  border-top-color: var(--line-dark);
  padding-top: 1.25rem;
}

.menu-item__points {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.menu-item__points li {
  position: relative;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
}

.menu-item__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 3px;
  height: 0.85em;
  background: var(--gold);
  border-radius: 2px;
}

.menu-item__thumb {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: #2a1e18;
}

.menu-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-item__thumb-label {
  position: absolute;
  inset: auto 0.5rem 0.5rem 0.5rem;
  padding: 0.3rem 0.5rem;
  background: rgba(0, 0, 0, 0.7);
  border: 1px dashed rgba(212, 162, 100, 0.4);
  border-radius: 4px;
  font-size: 0.65rem;
  color: var(--gold);
  text-align: center;
}

.menu-item__cta {
  grid-column: 1 / -1;
  margin-top: 0.25rem;
}

/* ——— Scenes ——— */
.scenes {
  background: var(--bg-soft);
  padding: clamp(2.25rem, 5vw, 3.75rem) 0;
  position: relative;
  overflow: hidden;
}

.scenes__head {
  margin-bottom: 2rem;
}

.scenes__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.scenes__tab {
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  border: 1.5px solid rgba(10, 10, 10, 0.12);
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--ink-soft);
  transition: background 0.25s, border-color 0.25s, color 0.25s;
}

.scenes__tab:hover {
  border-color: var(--gold);
  color: var(--gold-dim);
}

.scenes__tab.is-active {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

.scenes__tab:focus-visible {
  outline: 2px solid var(--gold-dim);
  outline-offset: 2px;
}

.scenes__panel {
  display: none;
  background: var(--bg-white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.scenes__panel.is-active {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  animation: panelFade 0.4s var(--ease);
}

.scenes__visual {
  position: relative;
  min-height: 320px;
  background: var(--bg-deep);
}

.scenes__visual img:not(.scenes__mascot) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  inset: 0;
  image-rendering: auto;
}

.scenes__visual-label {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  padding: 0.35rem 0.65rem;
  background: rgba(0, 0, 0, 0.7);
  border: 1px dashed rgba(212, 162, 100, 0.45);
  border-radius: 4px;
  font-size: 0.65rem;
  color: var(--gold);
}

.scenes__mascot {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  width: 72px;
  height: 72px;
  object-fit: contain;
  opacity: 0.95;
  z-index: 2;
}

.scenes__content {
  padding: clamp(1.75rem, 3vw, 2.75rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.scenes__en {
  font-family: var(--font-en);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.8125rem;
  color: var(--gold-dim);
}

.scenes__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.25;
}

.scenes__text {
  color: var(--ink-muted);
}

.scenes__blurb {
  margin-top: 1.75rem;
  padding: 1.25rem 1.5rem;
  border-left: 3px solid var(--gold);
  background: rgba(212, 162, 100, 0.08);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

@keyframes panelFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* ——— Events ——— */
.events {
  background: var(--bg-white);
  padding: clamp(2.25rem, 5vw, 3.75rem) 0;
  position: relative;
}

.events__head {
  margin-bottom: 1rem;
}

.events__note {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: 100%;
  margin: 1.25rem 0 2rem;
  padding: 0.65rem 1rem;
  background: rgba(212, 162, 100, 0.12);
  border-radius: var(--radius-sm);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ink-soft);
}

.events__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
  gap: 1rem;
}

.event-card {
  border: 1px solid rgba(10, 10, 10, 0.08);
  border-radius: var(--radius);
  background: var(--bg-soft);
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
}

.event-card.is-open {
  border-color: var(--line);
  box-shadow: var(--shadow-soft);
  background: var(--bg-white);
}

.event-card__trigger {
  width: 100%;
  text-align: left;
  padding: 1.35rem 1.35rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.event-card__trigger:hover .event-card__name {
  color: var(--gold-dim);
}

.event-card__trigger:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: -2px;
}

.event-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.event-card__cat {
  font-family: var(--font-en);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-dim);
}

.event-card__chev {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(212, 162, 100, 0.4);
  display: grid;
  place-items: center;
  color: var(--gold-dim);
  transition: transform 0.3s var(--ease), background 0.3s;
  flex-shrink: 0;
}

.event-card.is-open .event-card__chev {
  transform: rotate(180deg);
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}

.event-card__name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.2rem;
  transition: color 0.2s;
}

.event-card__summary {
  font-size: 0.875rem;
  color: var(--ink-muted);
}

.event-card__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s var(--ease);
}

.event-card.is-open .event-card__panel {
  grid-template-rows: 1fr;
}

.event-card__panel-inner {
  overflow: hidden;
}

.event-card__rules {
  padding: 0 1.35rem 1.35rem;
  border-top: 1px solid transparent;
}

.event-card.is-open .event-card__rules {
  border-top-color: rgba(10, 10, 10, 0.06);
  padding-top: 1rem;
}

.event-card__rules ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.event-card__rules li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.875rem;
  color: var(--ink-soft);
}

.event-card__rules li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 3px;
  height: 0.8em;
  background: var(--gold);
  border-radius: 2px;
}

.events__mascot {
  position: absolute;
  right: max(1rem, calc((100% - 1120px) / 2 - 40px));
  bottom: 2rem;
  width: clamp(56px, 10vw, 96px);
  height: auto;
  aspect-ratio: 1;
  opacity: 0.7;
  pointer-events: none;
}

/* ——— Store shortcut ——— */
.store-cta {
  background: var(--bg-deep);
  color: #fff;
  padding: clamp(3.5rem, 7vw, 5rem) 0;
}

.store-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.store-cta__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  margin-top: 0.5rem;
}

.store-cta__text {
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.55);
  max-width: 28em;
}

/* ——— Footer ——— */
.site-footer {
  background: #050505;
  color: rgba(255, 255, 255, 0.55);
  padding: 2.5rem 0 2rem;
  border-top: 1px solid var(--line-dark);
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-footer__mascot {
  width: clamp(36px, 8vw, 48px);
  height: auto;
  aspect-ratio: 1;
  opacity: 0.8;
}

.site-footer__name {
  font-family: var(--font-display);
  font-weight: 800;
  color: #fff;
  font-size: 1rem;
}

.site-footer__en {
  font-family: var(--font-en);
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 0.15rem;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
  font-size: 0.875rem;
}

.site-footer__links a:hover {
  color: var(--gold);
}

.site-footer__copy {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
}

.site-footer__bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1.25rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line-dark);
}

.site-footer__beian {
  margin-left: auto;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.32);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__beian:hover,
.site-footer__beian:focus-visible {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* ——— Stores page ——— */
.page-hero {
  padding: calc(var(--nav-h) + 3rem) 0 2.5rem;
  background: var(--bg-deep);
  color: #fff;
}

.page-hero__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  margin-top: 0.75rem;
}

.page-hero__lead {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  max-width: 32em;
}

.stores {
  background: var(--bg-soft);
  padding: 2.5rem 0 4.5rem;
  min-height: 50vh;
}

.stores:not([data-stores-ready="true"]) [data-store-list] {
  display: none !important;
}

.stores[data-stores-ready="true"] [data-stores-empty] {
  display: none !important;
}

.city-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.stores-layout {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 1.25rem 1.5rem;
  align-items: start;
}

.district-rail {
  position: sticky;
  top: calc(var(--nav-h) + 0.75rem);
  background: var(--bg-white);
  border: 1px solid rgba(10, 10, 10, 0.06);
  border-radius: var(--radius);
  padding: 0.85rem 0.65rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  max-height: calc(100svh - var(--nav-h) - 1.5rem);
  overflow: auto;
}

.district-rail__title {
  margin: 0 0.35rem 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-dim);
}

.district-rail a {
  display: block;
  padding: 0.42rem 0.55rem;
  border-radius: 8px;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
}

.district-rail a:hover,
.district-rail a.is-active {
  background: rgba(212, 162, 100, 0.16);
  color: var(--ink);
}

@media (max-width: 860px) {
  .stores-layout {
    grid-template-columns: 1fr;
  }

  .district-rail {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: none;
    overflow: visible;
    padding: 0.65rem 0.75rem;
  }

  .district-rail__title {
    width: 100%;
    margin-bottom: 0.25rem;
  }
}

.city-filter__btn {
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  border: 1.5px solid rgba(10, 10, 10, 0.12);
  font-weight: 700;
  font-size: 0.875rem;
  background: var(--bg-white);
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.city-filter__btn:hover {
  border-color: var(--gold);
}

.city-filter__btn.is-active {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

.city-filter__btn:focus-visible {
  outline: 2px solid var(--gold-dim);
  outline-offset: 2px;
}

.store-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.store-card {
  background: var(--bg-white);
  border-radius: var(--radius);
  border: 1px solid rgba(10, 10, 10, 0.06);
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
  scroll-margin-top: calc(var(--nav-h) + 0.75rem);
}

.store-card.is-open {
  border-color: var(--line);
  box-shadow: var(--shadow-soft);
}

.store-card__trigger {
  width: 100%;
  text-align: left;
  padding: 1.25rem 1.35rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: start;
}

.store-card__trigger:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: -2px;
}

.store-card__name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
}

.store-card__addr {
  margin-top: 0.35rem;
  font-size: 0.875rem;
  color: var(--ink-muted);
}

.store-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-top: 0.65rem;
  font-size: 0.8rem;
  color: var(--ink-soft);
}

.store-card__status {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  background: rgba(212, 162, 100, 0.15);
  color: var(--gold-dim);
  white-space: nowrap;
}

.store-card__status--open {
  background: rgba(34, 140, 70, 0.12);
  color: #1a7a3c;
}

.store-card__status--closed {
  background: rgba(10, 10, 10, 0.06);
  color: var(--ink-muted);
}

.store-card__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s var(--ease);
}

.store-card.is-open .store-card__panel {
  grid-template-rows: 1fr;
}

.store-card__panel-inner {
  overflow: hidden;
}

.store-card__detail {
  padding: 0 1.35rem 1.35rem;
  border-top: 1px solid transparent;
}

.store-card.is-open .store-card__detail {
  border-top-color: rgba(10, 10, 10, 0.06);
  padding-top: 1.15rem;
}

.store-card__info {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1.15rem;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.store-card__info dt {
  font-family: var(--font-en);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: 0.15rem;
}

.store-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.store-card__actions .btn {
  min-height: 44px;
  padding: 0.6rem 1.15rem;
  font-size: 0.875rem;
}

.stores-empty {
  text-align: center;
  padding: 4rem 1.5rem;
  background: var(--bg-white);
  border-radius: var(--radius);
  border: 1px dashed rgba(212, 162, 100, 0.35);
}

.stores-empty__mascot {
  width: clamp(72px, 22vw, 100px);
  height: auto;
  aspect-ratio: 1;
  margin: 0 auto 1.25rem;
  opacity: 0.85;
}

.stores-empty__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}

.stores-empty__text {
  color: var(--ink-muted);
  font-size: 0.95rem;
  max-width: 24em;
  margin: 0 auto 1.5rem;
}

.back-home {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s;
}

.back-home:hover {
  color: var(--gold);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%) translateY(120%);
  z-index: 200;
  padding: 0.75rem 1.25rem;
  background: var(--bg-deep);
  color: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  opacity: 0;
  transition: transform 0.35s var(--ease), opacity 0.35s var(--ease);
  pointer-events: none;
}

.toast.is-show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

/* ——— Responsive ——— */
@media (max-width: 900px) {
  .nav-toggle {
    display: grid;
  }

  .nav {
    position: fixed;
    top: var(--nav-h);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem;
    background: rgba(10, 10, 10, 0.96);
    border-bottom: 1px solid var(--line-dark);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s var(--ease), opacity 0.3s var(--ease);
  }

  .nav.is-open {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }

  .nav__link {
    padding: 0.9rem 1rem;
    border-radius: var(--radius-sm);
  }

  .nav__link--stores {
    margin-left: 0;
    text-align: center;
  }

  .brand__grid {
    grid-template-columns: 1fr;
  }

  .menu-item__body {
    grid-template-columns: 1fr;
    padding-left: 1.5rem;
  }

  .menu-item__thumb {
    max-width: 280px;
  }

  .scenes__panel.is-active {
    grid-template-columns: 1fr;
  }

  .scenes__visual {
    min-height: 220px;
  }
}

/* 仅当页面宽度小于右侧海报（800px）时，把海报放大铺成背景并渐变压暗 */
@media (max-width: 799px) {
  .hero {
    display: flex;
    flex-direction: column;
    height: auto;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .hero__grid {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    grid-template-columns: none;
    gap: 0;
    width: calc(100% - 2.5rem);
    padding-block: clamp(0.75rem, 3vh, 1.75rem);
  }

  .hero__copy {
    grid-column: auto;
    display: block;
    position: relative;
    z-index: 2;
    flex: none;
    max-width: 36rem;
    min-width: 0;
    width: 100%;
    margin-inline: auto;
    text-align: center;
  }

  .hero__title {
    font-size: clamp(1.45rem, 7vw, 2.2rem);
    margin-bottom: 0.7rem;
  }

  .hero__lead {
    font-size: 0.92rem;
    margin-bottom: 0.9rem;
    max-width: none;
  }

  .hero__capsule {
    max-width: 100%;
    white-space: normal;
    margin-bottom: 1rem;
    margin-inline: auto;
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }

  .hero__actions .btn {
    width: 100%;
  }

  .hero__visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    grid-column: auto;
    flex: none;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    align-self: auto;
    pointer-events: none;
    animation: none;
  }

  .hero__photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
    background-color: #000;
    background-image: url("../assets/hero-poster.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .hero__photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    transform: translateX(-50%) translateY(-50%);
    object-fit: contain;
    object-position: center;
    opacity: 1;
  }

  .hero__photo::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.58) 0%,
        rgba(0, 0, 0, 0.52) 42%,
        rgba(0, 0, 0, 0.70) 100%
      );
  }

  .hero__bar {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.5);
    border-top-color: rgba(212, 162, 100, 0.18);
  }
}

@media (max-width: 799px) and (prefers-reduced-motion: reduce) {
  .hero__photo img {
    transform: translateX(-50%) translateY(-50%);
  }
}

@media (max-width: 768px) {
  :root {
    --nav-h: 64px;
  }

  .hero__bar-inner {
    grid-template-columns: 1fr;
  }

  .hero__stat {
    border-right: none;
    border-bottom: 1px solid var(--line-dark);
    text-align: left;
    padding-left: 0;
  }

  .hero__stat:last-child {
    border-bottom: none;
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__actions .btn {
    width: 100%;
  }

  .events__mascot {
    display: none;
  }

  .store-card__trigger {
    grid-template-columns: 1fr;
  }

  .store-card__actions {
    flex-direction: column;
  }

  .store-card__actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hero__copy,
  .hero__visual,
  .hero__stage {
    opacity: 1;
    transform: none;
  }
}

/* —— Homepage menu grid —— */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.25rem;
}

@media (min-width: 900px) {
  .menu-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .menu-grid {
    grid-template-columns: 1fr;
  }
}

.menu-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
  overflow: hidden;
}

.menu-card::after {
  content: "";
  position: absolute;
  right: -42%;
  bottom: -70%;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  border: 36px solid rgba(212, 162, 100, 0.12);
  pointer-events: none;
  z-index: 0;
}

.menu-card > * {
  position: relative;
  z-index: 1;
}

.menu-card__media {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(212, 162, 100, 0.25);
}

.menu-card__media::before {
  content: "";
  position: absolute;
  inset: 18% 8% -10%;
  background: radial-gradient(ellipse at 50% 80%, rgba(196, 48, 22, 0.38), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.menu-card__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center;
  display: block;
}

.menu-card__tag {
  margin: 0.35rem 0 0;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--gold);
  text-transform: uppercase;
}

.menu-card__name {
  margin: 0;
  font-size: 1.05rem;
  color: #fff;
}

.menu-card__teaser {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

.menu__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

/* —— Menu page: left category rail + square dish grid —— */
.menu-page {
  background: var(--bg-deep);
  padding: 0 0 4.5rem;
  color: #fff;
}

.menu-page__layout {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 0.5rem 1.75rem;
  align-items: start;
}

.menu-rail {
  position: sticky;
  top: calc(var(--nav-h) + 1rem);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
  padding: 0.25rem 0 2rem;
}

.menu-rail__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  width: 100%;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.menu-rail__item:hover {
  color: var(--gold-bright);
}

.menu-rail__item:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 4px;
  border-radius: 8px;
}

.menu-rail__icon {
  width: 56px;
  height: 56px;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--gold-dim);
  border: 2px solid transparent;
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  transition: border-color 0.2s var(--ease), color 0.2s var(--ease),
    box-shadow 0.2s var(--ease), transform 0.2s var(--ease);
}

.menu-rail__icon svg {
  width: 28px;
  height: 28px;
  display: block;
}

.menu-rail__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.2;
}

.menu-rail__item.is-active {
  color: var(--gold);
}

.menu-rail__item.is-active .menu-rail__icon {
  border-color: var(--gold);
  color: var(--gold-dim);
  box-shadow: 0 8px 22px rgba(212, 162, 100, 0.28);
}

.menu-rail__item:hover .menu-rail__icon {
  transform: translateY(-2px);
}

.menu-page__main {
  min-width: 0;
}

.menu-page__note {
  margin: 0 0 1.1rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.42);
}

.menu-cat {
  margin-bottom: 2.75rem;
  scroll-margin-top: calc(var(--nav-h) + 1.25rem);
}

.menu-cat__title {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
}

.dish-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem 0.75rem;
  width: 100%;
}

.dish-tile {
  min-width: 0;
}

.dish-tile__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(212, 162, 100, 0.22);
}

.dish-tile__media::before {
  content: "";
  position: absolute;
  inset: 18% 8% -10%;
  background: radial-gradient(ellipse at 50% 80%, rgba(196, 48, 22, 0.32), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.dish-tile__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, transparent 46%);
  pointer-events: none;
}

.dish-tile__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
}

.dish-tile__name {
  position: absolute;
  z-index: 2;
  top: 0.7rem;
  left: 0.7rem;
  max-width: calc(100% - 1.4rem);
  margin: 0;
  padding: 0.28rem 0.7rem 0.28rem 0.45rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
  border: 1.5px solid rgba(255, 255, 255, 0.88);
  border-radius: 2px 1.25rem 1.25rem 2px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
}

.dish-tile__teaser {
  margin: 0.5rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
}

.menu-page__cta {
  margin: 0.5rem 0 1rem;
}

@media (max-width: 1100px) {
  .dish-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .dish-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .menu-page__layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .menu-rail {
    position: sticky;
    top: var(--nav-h);
    z-index: 8;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.85rem;
    margin: 0 -1.25rem 1.25rem;
    padding: 0.7rem 1.25rem 0.85rem;
    overflow-x: auto;
    background: rgba(10, 10, 10, 0.94);
    border-bottom: 1px solid var(--line-dark);
    scrollbar-width: none;
  }

  .menu-rail::-webkit-scrollbar {
    display: none;
  }

  .menu-rail__item {
    flex: 0 0 auto;
    width: 64px;
  }

  .menu-rail__icon {
    width: 48px;
    height: 48px;
  }

  .menu-rail__icon svg {
    width: 24px;
    height: 24px;
  }

  .menu-cat {
    scroll-margin-top: calc(var(--nav-h) + 6.25rem);
  }
}

@media (max-width: 520px) {
  .dish-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem 0.7rem;
  }

  .dish-tile__name {
    font-size: 0.78rem;
    top: 0.5rem;
    left: 0.5rem;
    max-width: calc(100% - 1rem);
  }
}

/* —— Scenes stack —— */
.scenes-stack {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.scenes-block__visual {
  position: relative;
  margin-bottom: 1rem;
}

.scenes-block__visual img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* Gathering: smaller image + copy on one row */
.scenes-block--gathering {
  display: grid;
  grid-template-columns: minmax(140px, 38%) minmax(0, 1fr);
  gap: 1.25rem 1.5rem;
  align-items: center;
}

.scenes-block--gathering .scenes-block__visual {
  margin-bottom: 0;
  min-width: 0;
  background: #000;
  border: 1px solid rgba(212, 162, 100, 0.25);
}

.scenes-block--gathering .scenes-block__visual img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: clamp(140px, 28vw, 280px);
  margin-inline: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: #000;
  display: block;
}

.scenes-block--gathering .scenes-block__badge {
  font-size: 0.65rem;
  left: 0.4rem;
  bottom: 0.4rem;
  padding: 0.15rem 0.35rem;
}

.scenes-block--gathering .scenes-block__content {
  min-width: 0;
}

.scenes-block--gathering .scenes__title {
  margin-top: 0.15rem;
}

.scenes-block--gathering .btn {
  margin-top: 0.75rem;
}

@media (max-width: 640px) {
  .scenes-block--gathering {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .scenes-block--gathering .scenes-block__visual img {
    max-height: min(42vh, 240px);
    max-height: min(42svh, 240px);
  }

  .scenes-block--gathering .scenes__text {
    font-size: 0.9rem;
  }
}

.scenes-block__badge {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  font-size: 0.75rem;
  color: var(--gold);
  background: rgba(10, 10, 10, 0.7);
  padding: 0.25rem 0.5rem;
}

.scenes-block__meta {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
}

.scenes-night-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .scenes-night-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.scenes-night-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fff;
  padding: 0 0.75rem 0.85rem;
}

.scenes-night-card::after {
  content: "";
  position: absolute;
  right: -48%;
  bottom: -78%;
  width: 160%;
  height: 160%;
  border-radius: 50%;
  border: 28px solid rgba(212, 162, 100, 0.18);
  pointer-events: none;
  z-index: 0;
}

.scenes-night-card::after {
  content: "";
  position: absolute;
  right: -48%;
  bottom: -78%;
  width: 160%;
  height: 160%;
  border-radius: 50%;
  border: 28px solid rgba(212, 162, 100, 0.12);
  pointer-events: none;
  z-index: 0;
}

.scenes-night-card > * {
  position: relative;
  z-index: 1;
}

.scenes-night-card__media {
  position: relative;
  width: calc(100% + 1.5rem);
  margin: 0 -0.75rem 0.5rem;
  height: auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #000;
  border: 0;
  border-bottom: 1px solid rgba(212, 162, 100, 0.25);
}

.scenes-night-card__media::before {
  content: "";
  position: absolute;
  inset: 18% 8% -10%;
  background: radial-gradient(ellipse at 50% 80%, rgba(196, 48, 22, 0.32), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.scenes-night-card__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center;
  display: block;
}

.scenes-night-card h4 {
  margin: 0.4rem 0 0.15rem;
  color: #0A0A0A;
  font-size: 0.95rem;
}

.scenes-night-card p {
  margin: 0;
  font-size: 0.85rem;
  color: #0A0A0A;
}

@media (max-width: 640px) {
  .container,
  .container--wide,
  .hero__bar-inner,
  .site-header__inner {
    width: min(1280px, calc(100% - 1.5rem));
  }

  .hero__actions .btn {
    min-height: 46px;
    padding: 0.7rem 1.15rem;
  }

  .brand__motto {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__beian {
    margin-left: 0;
  }

  .city-filter {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-inline: -0.75rem;
    padding: 0.15rem 0.75rem 0.45rem;
  }

  .city-filter::-webkit-scrollbar {
    display: none;
  }

  .city-filter__btn {
    flex: 0 0 auto;
  }

  .dish-tile__name {
    font-size: 0.72rem;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 380px) {
  .menu-grid,
  .scenes-night-grid,
  .dish-grid {
    grid-template-columns: 1fr;
  }

  .hero__title {
    font-size: 1.45rem;
  }
}

