:root {
  --ink: #171311;
  --muted: #6f625b;
  --paper: #fffaf3;
  --surface: #ffffff;
  --line: #eadfd0;
  --red: #b31f18;
  --red-dark: #74140f;
  --gold: #d2a348;
  --green: #1f4d3a;
  --shadow: 0 22px 60px rgba(38, 25, 14, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 112px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(234, 223, 208, 0.78);
  background: rgba(255, 250, 243, 0.94);
  backdrop-filter: blur(16px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 14px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 62px;
  object-fit: contain;
}

.brand span {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.05;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a,
.button {
  min-height: 42px;
  border-radius: 6px;
  padding: 10px 14px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.nav-links a:hover {
  background: #f5eadb;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--red);
  background: var(--red);
  color: #fff;
  box-shadow: 0 10px 24px rgba(179, 31, 24, 0.2);
}

.button:hover {
  background: var(--red-dark);
  border-color: var(--red-dark);
}

.button.secondary {
  background: transparent;
  color: var(--red-dark);
  box-shadow: none;
}

.hero {
  min-height: calc(100svh - 84px);
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
  background: #1c120e;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(28, 18, 14, 0.92) 0%, rgba(28, 18, 14, 0.68) 42%, rgba(28, 18, 14, 0.12) 100%),
    linear-gradient(0deg, rgba(28, 18, 14, 0.82), rgba(28, 18, 14, 0.1) 52%),
    url("../../images/gallery/china-town/IMG_8003.jpg") center / cover no-repeat;
}

.hero-content {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 92px 0 76px;
  color: #fff;
}

.eyebrow {
  margin: 0 0 18px;
  color: #f6ca73;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 8vw, 96px);
  line-height: 0.95;
}

.hero-copy {
  max-width: 640px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero .button.secondary {
  border-color: rgba(255, 255, 255, 0.68);
  color: #fff;
}

.hero-logo-list {
  max-width: 760px;
}

.hero-logo-list .logo-badge {
  width: 122px;
  height: 40px;
  padding: 5px 7px;
  font-size: 11px;
  box-shadow: none;
}

.hero-logo-list .card-mark {
  width: 28px;
  height: 18px;
  flex-basis: 28px;
}

.hero-logo-list .card-mark::before,
.hero-logo-list .card-mark::after {
  width: 17px;
  height: 17px;
}

.hero-logo-list .card-name {
  font-size: 9px;
}

.hero-logo-list .wifi-mark {
  width: 20px;
  height: 15px;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 86px 0;
}

.section-header {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-header h2 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
}

.section-header p,
.lead {
  color: var(--muted);
  font-size: 18px;
}

.story-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.story-panel {
  border-left: 4px solid var(--red);
  padding: 8px 0 8px 26px;
}

.story-panel p {
  color: #3d332f;
  font-size: 18px;
}

.photo-stack {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 14px;
}

.photo-stack img {
  width: 100%;
  min-height: 260px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.photo-stack img:first-child {
  grid-row: span 2;
  min-height: 540px;
}

.menu-band {
  background: #1f1713;
  color: #fff;
}

.menu-band .section-header p {
  color: rgba(255, 255, 255, 0.72);
}

.menu-cover {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.menu-cover img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.menu-showroom {
  display: grid;
  gap: 42px;
}

.menu-feature {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

.menu-jump {
  position: sticky;
  top: 76px;
  z-index: 3;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 0;
  scrollbar-width: thin;
  background: #1f1713;
}

.menu-jump a {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 11px 15px;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  font-size: 14px;
  font-weight: 700;
}

.menu-jump a:hover,
.menu-jump a:focus {
  border-color: rgba(246, 202, 115, 0.7);
  color: #f6ca73;
}

.menu-category {
  min-width: 0;
  overflow: hidden;
  scroll-margin-top: 150px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.menu-category summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
}

.menu-category summary::-webkit-details-marker {
  display: none;
}

.menu-category summary::after {
  content: "+";
  display: grid;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.menu-category[open] summary::after {
  content: "-";
  color: #f6ca73;
}

.menu-category summary span {
  color: #f6ca73;
  font-size: clamp(24px, 3vw, 34px);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.menu-card-grid {
  display: flex;
  gap: 14px;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0 14px 14px;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
}

.menu-carousel {
  position: relative;
  min-width: 0;
}

.menu-scroll {
  position: absolute;
  top: 38%;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #1f1713;
  background: rgba(246, 202, 115, 0.96);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.menu-scroll:hover,
.menu-scroll:focus {
  background: #fff;
}

.menu-scroll-prev {
  left: 24px;
}

.menu-scroll-next {
  right: 24px;
}

.menu-card {
  flex: 0 0 clamp(220px, 24vw, 310px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  scroll-snap-align: start;
}

.menu-card img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
}

.menu-card strong,
.menu-card span {
  display: block;
  padding-inline: 16px;
}

.menu-card strong {
  padding-top: 14px;
  color: #f6ca73;
  line-height: 1.35;
}

.menu-card span {
  padding-top: 6px;
  padding-bottom: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.45;
}

.notice {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.gallery img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
}

.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.info-block {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  background: var(--surface);
  box-shadow: 0 14px 34px rgba(38, 25, 14, 0.06);
}

.info-block h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.info-block p {
  color: var(--muted);
}

.logo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 12px;
  background: #fff;
  color: #17110f;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(38, 25, 14, 0.06);
  box-sizing: border-box;
}

.visa {
  gap: 7px;
}

.visa img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.visa-name {
  color: #17110f;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.mastercard,
.maestro {
  gap: 6px;
  overflow: hidden;
  color: #111;
}

.card-mark {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 22px;
  flex: 0 0 34px;
}

.card-mark::before,
.card-mark::after {
  content: "";
  position: absolute;
  top: 1px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
}

.card-mark::before {
  left: 0;
  background: #eb001b;
}

.card-mark::after {
  right: 0;
}

.mastercard .card-mark::after {
  background: #f79e1b;
}

.maestro .card-mark::after {
  background: #0099df;
}

.card-name {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.apple-pay img {
  display: block;
  width: auto;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

.google-pay img {
  display: block;
  width: auto;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

.visa-electron {
  color: #1434cb;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.v-pay {
  color: #1434cb;
}

.climate {
  gap: 7px;
}

.climate-mark {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 22px;
  flex: 0 0 25px;
}

.climate-mark::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 2px solid #1d6fd1;
  border-radius: 50%;
  content: "";
}

.climate-mark::after {
  position: absolute;
  top: 4px;
  left: 16px;
  width: 7px;
  height: 14px;
  border-radius: 999px;
  background: #c91f26;
  content: "";
}

.climate-mark i {
  position: absolute;
  top: 15px;
  left: 3px;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: #1d6fd1;
}

.contactless {
  gap: 7px;
}

.contactless img {
  display: block;
  width: 42px;
  height: 24px;
  object-fit: contain;
}

.wifi {
  gap: 8px;
}

.wifi-mark {
  position: relative;
  width: 24px;
  height: 18px;
}

.wifi-mark::before,
.wifi-mark::after,
.wifi-mark i {
  position: absolute;
  left: 50%;
  border: 3px solid #17110f;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: translateX(-50%);
  content: "";
}

.wifi-mark::before {
  top: 0;
  width: 24px;
  height: 24px;
}

.wifi-mark::after {
  top: 6px;
  width: 14px;
  height: 14px;
}

.wifi-mark i {
  top: 14px;
  width: 4px;
  height: 4px;
  border: 0;
  background: #17110f;
}

.hours {
  display: grid;
  gap: 10px;
  margin: 0;
}

.hours div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.hours dt,
.hours dd {
  margin: 0;
}

.hours dt {
  font-weight: 800;
}

.hours dd {
  color: var(--muted);
  text-align: right;
}

.map-frame {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 8px;
  filter: saturate(0.95);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 30px 0;
  color: var(--muted);
  font-size: 14px;
}

.site-footer .section {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 0;
}

@media (max-width: 860px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .nav-links {
    width: 100%;
    flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 4px;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding-top: 76px;
  }

  .hero-logo-list {
    max-width: 640px;
    gap: 8px;
  }

  .hero-logo-list .logo-badge {
    width: 118px;
    height: 40px;
  }

  .story-grid,
  .menu-feature,
  .visit-grid {
    grid-template-columns: 1fr;
  }

  .photo-stack {
    grid-template-columns: 1fr;
  }

  .photo-stack img,
  .photo-stack img:first-child {
    min-height: 260px;
  }

  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  .brand span {
    font-size: 19px;
  }

  .brand img {
    width: 36px;
    height: 54px;
  }

  .nav-links a,
  .button {
    font-size: 13px;
    white-space: nowrap;
  }

  .hero-content {
    padding: 58px 0 56px;
  }

  .hero-logo-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    max-width: 100%;
  }

  .hero-logo-list .logo-badge {
    width: 100%;
    min-width: 0;
    height: 40px;
    padding: 5px 8px;
  }

  h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .hero-copy,
  .section-header p,
  .lead,
  .story-panel p {
    font-size: 16px;
  }

  .section-header h2 {
    font-size: clamp(30px, 10vw, 40px);
    line-height: 1.08;
  }

  .hero-actions .button,
  .section-actions .button {
    width: 100%;
  }

  .hero::before {
    background:
      linear-gradient(0deg, rgba(28, 18, 14, 0.9), rgba(28, 18, 14, 0.48)),
      url("../../images/gallery/china-town/IMG_8003.jpg") center / cover no-repeat;
  }

  .section {
    padding: 64px 0;
  }

  .menu-showroom {
    gap: 24px;
  }

  .menu-jump {
    top: 68px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    padding: 10px 0;
  }

  .menu-jump a {
    display: grid;
    min-height: 42px;
    place-items: center;
    padding: 9px 10px;
    text-align: center;
    white-space: normal;
  }

  .menu-category summary {
    min-height: 58px;
    padding: 14px 14px;
  }

  .menu-category summary span {
    font-size: 22px;
  }

  .menu-card-grid {
    padding-inline: 10px;
  }

  .menu-scroll {
    top: 36%;
    width: 38px;
    height: 38px;
    font-size: 26px;
  }

  .menu-scroll-prev {
    left: 16px;
  }

  .menu-scroll-next {
    right: 16px;
  }

  .menu-card {
    flex: 0 0 min(82%, 320px);
  }

  .gallery {
    grid-template-columns: 1fr;
  }

  .site-footer .section {
    flex-direction: column;
  }
}

@media (max-width: 360px) {
  .nav,
  .section,
  .hero-content {
    width: min(1180px, calc(100% - 24px));
  }

  .nav-links {
    gap: 6px;
  }

  .nav-links a {
    padding: 9px 10px;
  }

  .hero-logo-list {
    gap: 7px;
  }

  .hero-logo-list .logo-badge {
    height: 38px;
    padding: 4px 6px;
    font-size: 10px;
  }

  .hero-logo-list .visa-name {
    font-size: 18px;
  }

  .hero-logo-list .card-name {
    font-size: 8px;
  }

  .hero-logo-list .apple-pay img,
  .hero-logo-list .google-pay img {
    height: 28px;
  }

  .hero-logo-list .contactless img {
    width: 36px;
    height: 22px;
  }

  .info-block,
  .dish-list li {
    padding: 16px;
  }
}
