* {
  box-sizing: border-box;
}

:root {
  --ink: #18221d;
  --soft-ink: #53605a;
  --cream: #f6f2e9;
  --paper: #fffdf8;
  --line: #ddd8cc;
  --accent: #8b1e1e;
  --dark: #142019;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6%;
  background: var(--paper);
  border-bottom: 1px solid #ece7dc;
  position: relative;
  z-index: 20;
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.brand strong {
  font-size: 25px;
  letter-spacing: 2px;
}

.brand span {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--soft-ink);
}

.topbar nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
}

.nav-book {
  background: var(--dark);
  color: white;
  padding: 12px 19px;
}

.hero {
  min-height: 620px;
  position: relative;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 75% 30%, rgba(255,255,255,.11), transparent 24%),
    linear-gradient(125deg, #142019, #26372d);
  color: white;
  overflow: hidden;
}

.hero:after {
  content: "魚";
  position: absolute;
  right: 5%;
  bottom: -110px;
  font-size: 460px;
  line-height: 1;
  opacity: .035;
}

.hero-content {
  width: min(1180px, 88%);
  margin: auto;
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-label {
  font-size: 11px;
  letter-spacing: 3px;
  font-weight: 700;
}

.hero h1 {
  font-size: clamp(60px, 9vw, 112px);
  margin: 12px 0 0;
  line-height: .95;
  letter-spacing: 5px;
}

.hero h2 {
  margin: 20px 0 45px;
  font-size: 19px;
  font-weight: 400;
  color: rgba(255,255,255,.76);
}

.booking-card {
  background: white;
  color: var(--ink);
  max-width: 940px;
  padding: 22px;
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
}

.booking-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}

.booking-title strong {
  font-size: 18px;
}

.booking-title span {
  font-size: 12px;
  color: var(--soft-ink);
}

.quick-book {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1.2fr;
  gap: 10px;
}

.quick-book label,
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
}

select,
input {
  width: 100%;
  height: 50px;
  border: 1px solid var(--line);
  background: white;
  padding: 0 13px;
  font-size: 15px;
  color: var(--ink);
}

.quick-book button,
.search-button {
  border: 0;
  background: var(--accent);
  color: white;
  min-height: 50px;
  padding: 0 24px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  align-self: end;
  text-transform: uppercase;
  letter-spacing: .6px;
}

.intro,
.highlights,
.page,
.reserve-page {
  width: min(1120px, 88%);
  margin: auto;
}

.intro {
  text-align: center;
  padding: 95px 0;
  max-width: 720px;
}

.intro h2,
.section-heading h2 {
  font-family: Georgia, serif;
  font-size: 43px;
  margin: 12px 0 18px;
  font-weight: 400;
}

.intro > p:not(.section-label) {
  color: var(--soft-ink);
  line-height: 1.8;
}

.actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.button {
  display: inline-block;
  padding: 15px 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.button.primary {
  background: var(--accent);
  color: white;
}

.button.secondary {
  border: 1px solid var(--ink);
}

.highlights {
  padding: 20px 0 100px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 35px;
}

.dish-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.dish-card {
  border: 1px solid var(--line);
  background: white;
}

.dish-image {
  height: 240px;
  overflow: hidden;
  background: var(--cream);
}

.dish-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-placeholder {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  font-family: Georgia, serif;
  opacity: .25;
}

.dish-content {
  padding: 23px;
}

.dish-zh,
.menu-item-zh {
  color: var(--accent);
  font-weight: 700;
  font-size: 13px;
}

.dish-content h3 {
  margin: 7px 0;
}

.dish-content p {
  color: var(--soft-ink);
  line-height: 1.6;
}

.price {
  display: block;
  margin-top: 17px;
  font-size: 18px;
}

.dish-book,
.experience-link {
  display: inline-block;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
}

.page {
  padding-bottom: 100px;
}

.page-title {
  text-align: center;
  padding: 80px 0 65px;
}

.page-title h1,
.reserve-heading h1 {
  font-family: Georgia, serif;
  font-size: clamp(45px, 7vw, 70px);
  font-weight: 400;
  margin: 10px 0;
}

.page-title > p:last-child {
  font-size: 22px;
  margin: 0;
}

.empty-state {
  max-width: 650px;
  margin: 30px auto;
  padding: 70px 25px;
  background: var(--cream);
  text-align: center;
}

.empty-icon {
  font-family: Georgia, serif;
  font-size: 55px;
  opacity: .3;
}

.empty-state p {
  color: var(--soft-ink);
  margin-bottom: 28px;
}

.menu-section {
  max-width: 850px;
  margin: 0 auto 70px;
}

.menu-category {
  border-bottom: 2px solid var(--ink);
  padding-bottom: 14px;
}

.menu-category span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.menu-category h2 {
  margin: 5px 0 0;
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 400;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.menu-item h3 {
  margin: 5px 0 7px;
  font-size: 18px;
}

.menu-item p {
  margin: 0;
  color: var(--soft-ink);
  line-height: 1.6;
}

.menu-price {
  min-width: 90px;
  text-align: right;
  font-weight: 700;
  font-size: 17px;
}

.menu-price small {
  display: block;
  font-weight: 400;
  color: var(--soft-ink);
  margin-top: 4px;
}

.reserve-body {
  background: var(--cream);
}

.reserve-page {
  max-width: 850px;
  padding-bottom: 100px;
}

.reserve-heading {
  padding: 70px 0 35px;
}

.reserve-heading > p:last-child {
  color: var(--soft-ink);
}

.reservation-search {
  background: white;
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr 1.4fr 1.5fr;
  gap: 12px;
  box-shadow: 0 12px 35px rgba(30,30,20,.06);
}

.reservation-search .search-button {
  grid-column: 1 / -1;
  height: 55px;
  margin-top: 5px;
}

.availability-preview {
  background: white;
  margin-top: 20px;
}

.availability-header {
  padding: 22px 25px;
  border-bottom: 1px solid var(--line);
}

.availability-header span {
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--soft-ink);
  margin-bottom: 5px;
}

.availability-header strong {
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 400;
}

.time-placeholder {
  padding: 65px 25px;
  text-align: center;
}

.clock-mark {
  font-size: 40px;
  color: var(--accent);
}

.time-placeholder h3 {
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 400;
}

.time-placeholder p {
  color: var(--soft-ink);
}

.booking-note {
  margin-top: 20px;
  padding: 22px 25px;
  border: 1px solid #d8d0bf;
}

.booking-note p {
  color: var(--soft-ink);
  margin-bottom: 0;
}

.mobile-bar {
  display: none;
}

@media (max-width: 760px) {
  body {
    padding-bottom: 66px;
  }

  .topbar {
    height: 64px;
    padding: 0 5%;
  }

  .brand strong {
    font-size: 21px;
  }

  .brand span,
  .topbar nav {
    display: none;
  }

  .hero {
    min-height: calc(100vh - 64px);
    align-items: flex-start;
    padding-top: 60px;
  }

  .hero-content {
    width: 90%;
  }

  .hero h1 {
    font-size: 63px;
  }

  .hero h2 {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .booking-card {
    padding: 18px;
  }

  .booking-title span {
    display: none;
  }

  .quick-book {
    grid-template-columns: 1fr 1fr;
  }

  .quick-book button {
    grid-column: 1 / -1;
    height: 54px;
  }

  .intro,
  .highlights,
  .page,
  .reserve-page {
    width: 90%;
  }

  .intro {
    padding: 70px 0;
  }

  .intro h2,
  .section-heading h2 {
    font-size: 34px;
  }

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

  .section-heading {
    align-items: start;
  }

  .section-heading > a {
    font-size: 12px;
  }

  .reservation-search {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .reservation-search .search-button {
    grid-column: auto;
  }

  .reserve-heading {
    padding-top: 45px;
  }

  .reserve-heading h1 {
    font-size: 47px;
  }

  .menu-item {
    gap: 12px;
  }

  .menu-price {
    min-width: 75px;
  }

  .mobile-bar {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 66px;
    z-index: 100;
    background: white;
    box-shadow: 0 -5px 20px rgba(0,0,0,.08);
  }

  .mobile-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .7px;
  }

  .mobile-reserve {
    background: var(--accent);
    color: white;
  }
}
