:root {
  --paper: #f7f0de;
  --ink: #1f1810;
  --brand-red: #a2161f;
  --brand-red-deep: #7d0f16;
  --brand-gold: #c58d1f;
  --card: #fffaf0;
  --line: #dbcaa4;
  --shadow: 0 14px 30px rgba(52, 24, 11, 0.17);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  line-height: 1.45;
  background:
    radial-gradient(circle at 8% 12%, rgba(197, 141, 31, 0.16), transparent 30%),
    radial-gradient(circle at 88% 32%, rgba(162, 22, 31, 0.15), transparent 38%),
    repeating-linear-gradient(
      -35deg,
      rgba(255, 255, 255, 0.48),
      rgba(255, 255, 255, 0.48) 2px,
      rgba(255, 255, 255, 0.1) 2px,
      rgba(255, 255, 255, 0.1) 7px
    ),
    var(--paper);
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.15;
  margin: 0;
}

p,
ul {
  margin: 0;
}

.eyebrow {
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--brand-red);
  font-weight: 700;
}

.site-header,
main,
.site-footer {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.site-header {
  padding: 1.4rem 0 1rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.2rem;
}

.brand-wrap h1 {
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-nav a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 700;
  font-size: 0.95rem;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-bottom-color: var(--brand-red);
}

.hero {
  display: grid;
  grid-template-columns: 1.35fr 0.95fr;
  gap: 1.2rem;
  margin-top: 0.6rem;
  align-items: stretch;
}

.hero-copy {
  background: linear-gradient(
    155deg,
    rgba(162, 22, 31, 0.91),
    rgba(125, 15, 22, 0.95)
  );
  color: #fff6e5;
  border-radius: 26px;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  box-shadow: var(--shadow);
}

.hero-copy .eyebrow {
  color: #ffd68a;
}

.hero-copy h2 {
  margin-top: 0.4rem;
  font-size: clamp(2rem, 5vw, 3.3rem);
}

.hero-copy p {
  margin-top: 0.8rem;
  font-size: 1.02rem;
  max-width: 52ch;
}

.hero-actions {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.btn {
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.75rem 1.1rem;
  transition: transform 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn.primary {
  background: linear-gradient(145deg, #ffd17d, #e2aa3f);
  color: #2d1800;
}

.btn.secondary {
  background: rgba(255, 246, 229, 0.13);
  color: #fff6e5;
  border: 1px solid rgba(255, 246, 229, 0.35);
}

.hero-card {
  background: var(--card);
  border: 2px solid var(--line);
  border-radius: 26px;
  padding: 1.3rem;
  box-shadow: var(--shadow);
}

.hero-card h3 {
  font-size: 1.8rem;
  margin-bottom: 0.9rem;
}

.hero-card .card-subheading {
  margin-top: 1rem;
}

.hero-card ul {
  padding-left: 1.2rem;
  display: grid;
  gap: 0.6rem;
}

.hero-card a {
  color: var(--brand-red-deep);
}

.note {
  margin-top: 0.8rem;
  font-size: 0.92rem;
  color: #5f4a35;
}

.menu {
  margin-top: 2.1rem;
}

.section-heading h2 {
  margin-top: 0.3rem;
  font-size: clamp(2rem, 4vw, 2.6rem);
}

.section-heading p:last-child {
  margin-top: 0.55rem;
}

.allergy-notice {
  margin-top: 0.75rem;
  padding: 0.68rem 0.78rem;
  border: 1.5px solid #d3bb85;
  border-radius: 11px;
  background: rgba(255, 249, 235, 0.9);
  font-size: 0.92rem;
  color: #4a3526;
}

.menu-jump-wrap {
  margin-top: 0.7rem;
  overflow-x: auto;
  padding-bottom: 0.2rem;
}

.menu-jump {
  display: inline-flex;
  gap: 0.5rem;
  min-width: max-content;
}

.menu-jump-link {
  text-decoration: none;
  color: #5a3a22;
  font-weight: 700;
  font-size: 0.84rem;
  border: 1.5px solid #cfb77d;
  background: #fff8e6;
  border-radius: 999px;
  padding: 0.42rem 0.76rem;
  white-space: nowrap;
}

.menu-jump-link:hover,
.menu-jump-link:focus-visible {
  background: #f6e6be;
}

.menu-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(250px, 1fr));
  gap: 1rem;
}

.menu-category {
  background: var(--card);
  border: 1.5px solid var(--line);
  border-radius: 18px;
  padding: 1rem;
}

.menu-category-wide {
  grid-column: 1 / -1;
}

.menu-category h3 {
  color: var(--brand-red-deep);
  margin-bottom: 0.65rem;
  font-size: 1.6rem;
}

.menu-category-subtext {
  margin-top: -0.25rem;
  margin-bottom: 0.65rem;
  font-size: 0.83rem;
  letter-spacing: 0.01em;
  color: #6d553f;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.menu-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px dashed rgba(113, 79, 41, 0.32);
  padding-bottom: 0.45rem;
}

.menu-item-name {
  font-weight: 600;
}

.dish-name-stack {
  display: inline-grid;
  gap: 0.12rem;
}

.dish-name-zh {
  font-size: 0.82em;
  line-height: 1.2;
  color: #6a5442;
}

.dish-name-en {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
}

.menu-item-prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(3.3rem, auto));
  column-gap: 0.65rem;
  justify-content: end;
}

.menu-item-price {
  font-weight: 700;
  color: var(--brand-red-deep);
  white-space: nowrap;
  text-align: right;
}

.menu-item-price-single {
  grid-column: 1 / -1;
}

.menu-size-header {
  border-bottom-style: solid;
  border-bottom-color: rgba(113, 79, 41, 0.45);
  padding-bottom: 0.3rem;
}

.menu-size-header .menu-item-name {
  font-size: 0;
}

.menu-item-size-label {
  text-transform: uppercase;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #714f29;
  text-align: right;
}

.special-table-wrap {
  overflow-x: auto;
  padding-bottom: 0.2rem;
}

.special-table {
  width: max-content;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.89rem;
}

.special-table th,
.special-table td {
  border-bottom: 1px dashed rgba(113, 79, 41, 0.32);
  padding: 0.45rem 0.5rem;
  vertical-align: middle;
  background: var(--card);
}

.special-table thead th {
  text-align: right;
  color: #6a4a2c;
  font-size: 0.77rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(113, 79, 41, 0.45);
  white-space: normal;
  line-height: 1.2;
  min-width: 140px;
}

.special-table tbody th {
  text-align: left;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
}

.special-table td {
  text-align: right;
  font-weight: 700;
  color: var(--brand-red-deep);
  white-space: nowrap;
}

.special-table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
  background: var(--card);
  text-align: left;
}

.special-table tbody th {
  position: sticky;
  left: 0;
  z-index: 2;
  background: var(--card);
}

.visit {
  margin: 2rem 0 2.4rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 1rem;
}

.visit-card {
  background: var(--card);
  border: 2px solid var(--line);
  border-radius: 24px;
  padding: 1.1rem 1.2rem;
}

.visit-card h2 {
  margin: 0.35rem 0 0.7rem;
  font-size: 2rem;
}

.visit-address {
  font-size: 1.24rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.text-link {
  display: inline-block;
  margin-top: 0.8rem;
  color: var(--brand-red);
  font-weight: 700;
}

.hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.35rem 0;
  border-bottom: 1px dashed rgba(113, 79, 41, 0.32);
}

.site-footer {
  padding: 1.2rem 0 1.8rem;
  border-top: 1px solid var(--line);
  color: #442d1e;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.site-footer a {
  color: var(--brand-red-deep);
  font-weight: 700;
}

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

  .hero,
  .visit {
    grid-template-columns: 1fr;
  }

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