@font-face {
  font-family: "FZZJ HaiTZKJW";
  src: url("assets/fonts/FZZJ-HaiTZKJW.TTF") format("truetype");
  font-display: swap;
}

:root {
  color-scheme: light;
  --zh-font: "FZZJ HaiTZKJW", "Noto Serif SC", "Microsoft YaHei", sans-serif;
  --ink: #231914;
  --muted: #766a61;
  --paper: #fbf7f0;
  --panel: #fffaf4;
  --red: #9f1d1e;
  --red-deep: #681314;
  --gold: #c79b52;
  --line: rgba(35, 25, 20, 0.14);
  --shadow: 0 24px 80px rgba(35, 25, 20, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(159, 29, 30, 0.08), transparent 28rem),
    var(--paper);
  font-family: Arial, var(--zh-font);
  overflow-x: hidden;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: #fff;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(251, 247, 240, 0.92);
  box-shadow: 0 10px 40px rgba(35, 25, 20, 0.08);
  backdrop-filter: blur(18px);
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
}

.brand-logo {
  width: clamp(118px, 12vw, 172px);
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.22));
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 2.4vw, 34px);
  font-size: 14px;
}

.nav a {
  position: relative;
  padding: 8px 0;
}

.nav a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.hero {
  position: relative;
  display: grid;
  min-height: 94vh;
  overflow: hidden;
  padding: 170px clamp(22px, 6vw, 92px) 82px;
  color: #fff;
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(24, 13, 10, 0.9), rgba(24, 13, 10, 0.48) 45%, rgba(24, 13, 10, 0.18)),
    linear-gradient(0deg, rgba(24, 13, 10, 0.58), transparent 45%);
}

.hero-content {
  align-self: center;
  max-width: 760px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  display: grid;
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", var(--zh-font);
  font-size: clamp(56px, 8.4vw, 108px);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero-copy {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 700;
}

.button.primary {
  border-color: var(--gold);
  background: var(--gold);
  color: #21140f;
}

.button.ghost {
  color: #fff;
}

.hero-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-self: end;
  margin-top: 80px;
}

.hero-note span {
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.app-section,
.content-section,
.promise-section,
.menu-section,
.reviews-section {
  padding: clamp(58px, 8vw, 112px) clamp(20px, 5vw, 72px);
}

.app-section {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  background: var(--red-deep);
  color: #fff;
}

h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", var(--zh-font);
  font-size: clamp(34px, 4.6vw, 68px);
  line-height: 1.02;
  letter-spacing: 0;
}

.qr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
  gap: 16px;
}

.qr-card {
  display: grid;
  justify-items: center;
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: transparent;
}

.qr-card img {
  width: 150px;
  aspect-ratio: 1;
  border-radius: 0;
  object-fit: contain;
}

.section-heading {
  max-width: 1020px;
  margin: 0 auto 34px;
}

.section-heading.split {
  display: flex;
  max-width: 1280px;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.section-note {
  max-width: 320px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.wide-image {
  width: min(1120px, 100%);
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-grid,
.dish-grid,
.branch-grid,
.review-grid {
  display: grid;
  max-width: 1280px;
  margin: 0 auto;
  gap: 22px;
}

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

.feature-card,
.dish-card,
.branch-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 12px 50px rgba(35, 25, 20, 0.06);
}

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

.feature-card div,
.dish-card div,
.branch-card div {
  padding: 24px;
}

h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", var(--zh-font);
  font-size: 24px;
  line-height: 1.18;
}

p {
  font-size: 16px;
  line-height: 1.75;
}

.feature-card p,
.dish-card p,
.branch-card p {
  margin: 0;
  color: var(--muted);
}

.chef-section {
  background: #f1e8dc;
}

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

.dish-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.text-link {
  color: var(--red);
  font-weight: 800;
}

.reviews-section {
  background:
    linear-gradient(135deg, rgba(159, 29, 30, 0.08), transparent 40%),
    #fffaf4;
}

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

.review-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
  background: #fff;
  box-shadow: 0 14px 44px rgba(35, 25, 20, 0.07);
}

.review-empty {
  grid-column: 1 / -1;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: #fff;
  color: var(--muted);
  font-size: 16px;
  text-align: center;
}

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

.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 18px 0;
}

.avatar {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 50%;
  background: #a946bf;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
}

.avatar-image {
  display: block;
  object-fit: cover;
}

.review-author strong,
.review-author small {
  display: block;
}

.review-author strong {
  color: #202124;
  font-family: Arial, var(--zh-font);
  font-size: 16px;
  font-weight: 500;
}

.review-author strong a {
  color: inherit;
}

.review-author small {
  margin-top: 2px;
  color: #5f6368;
  font-family: Arial, var(--zh-font);
  font-size: 12px;
}

.review-menu {
  margin-left: auto;
  color: #202124;
  font-size: 24px;
  line-height: 1;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px 0;
}

.rating-row strong {
  color: #f9ab00;
  font-family: Arial, var(--zh-font);
  font-size: 16px;
  letter-spacing: 0;
}

.rating-row span {
  color: #5f6368;
  font-family: Arial, var(--zh-font);
  font-size: 13px;
}

.rating-row em {
  border: 1px solid #dadce0;
  border-radius: 4px;
  padding: 2px 6px;
  color: #202124;
  font-family: Arial, var(--zh-font);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.review-card p {
  margin: 9px 18px 0;
  color: #202124;
  font-family: Arial, var(--zh-font);
  font-size: 14px;
  line-height: 1.48;
}

.review-card p a {
  color: #00796b;
  font-weight: 700;
}

.review-card small {
  color: var(--muted);
  font-size: 13px;
}

.translate-note {
  display: block;
  margin: 14px 18px 18px;
  color: #5f6368 !important;
  font-family: Arial, var(--zh-font);
  font-size: 12px !important;
}

.translate-note span {
  color: #00796b;
  font-weight: 700;
}

.branches-section {
  background: #1f1814;
  color: #fff;
}

.branches-section .section-note,
.branches-section .branch-card p {
  color: rgba(255, 255, 255, 0.72);
}

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

.branch-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.branch-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.branch-name {
  margin-bottom: 12px !important;
  color: var(--gold) !important;
  font-size: 13px;
  font-weight: 800;
}

.branch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.branch-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 8px 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.branch-link:hover {
  border-color: rgba(255, 255, 255, 0.32);
  transform: translateY(-1px);
}

.branch-link svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: currentColor;
}

.branch-link.whatsapp {
  background: #178f50;
}

.branch-link.map {
  background: #2e69c8;
}

.branch-link.waze {
  background: #3d9ed8;
}

.menu-section {
  background: #f7efe4;
}

.menu-strip {
  display: grid;
  max-width: 1280px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.menu-strip img {
  width: 100%;
  min-height: 320px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 14px 42px rgba(35, 25, 20, 0.08);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px clamp(20px, 5vw, 72px);
  background: var(--red-deep);
  color: #fff;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

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

  .nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .app-section,
  .feature-grid,
  .dish-grid,
  .branch-grid,
  .review-grid,
  .menu-strip {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 680px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand-logo {
    width: 132px;
  }

  .nav {
    gap: 18px;
    font-size: 13px;
  }

  .hero {
    min-height: 88vh;
    padding: 150px 20px 48px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(46px, 14vw, 58px);
  }

  .hero-copy {
    font-size: 19px;
  }

  .app-section,
  .feature-grid,
  .dish-grid,
  .branch-grid,
  .review-grid,
  .menu-strip,
  .section-heading.split {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .feature-card div,
  .dish-card div,
  .branch-card div {
    padding: 20px;
  }

  h3 {
    font-size: 22px;
  }

  .menu-strip img {
    min-height: 240px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .site-header {
    gap: 10px;
  }

  .nav {
    gap: 16px;
  }

  .hero {
    min-height: 86vh;
    padding: 136px 16px 42px;
  }

  .hero-copy {
    max-width: 320px;
  }

  .button {
    min-height: 44px;
    padding: 11px 18px;
  }

  .app-section,
  .content-section,
  .promise-section,
  .menu-section,
  .reviews-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .review-card p {
    font-size: 13px;
  }

  .branch-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .branch-link {
    justify-content: center;
  }

  .menu-strip img {
    min-height: 210px;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: clamp(38px, 12vw, 46px);
  }

  .hero-copy {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.45;
  }

  .hero-actions {
    gap: 8px;
    margin-top: 26px;
  }

  .button {
    min-height: 40px;
    padding: 9px 14px;
    font-size: 13px;
  }

  .hero-note {
    gap: 7px;
    margin-top: 52px;
  }

  .hero-note span {
    padding: 7px 10px;
    font-size: 12px;
  }
}
