:root {
  --ink: #251812;
  --muted: #77695e;
  --paper: #f7efe1;
  --paper-deep: #ebd8bd;
  --red: #9d2e27;
  --red-dark: #6d1c18;
  --gold: #c8994b;
  --blue: #7fc5d4;
  --line: rgba(37, 24, 18, 0.16);
  --shadow: 0 20px 50px rgba(73, 39, 24, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 0 0, rgba(200, 153, 75, 0.2), transparent 34rem),
    linear-gradient(180deg, #2a1712 0, #2a1712 24rem, var(--paper) 24rem);
  font-family: "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

.site-shell {
  width: min(100%, 480px);
  margin: 0 auto;
  background: var(--paper);
  min-height: 100vh;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.18);
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  color: #fff9ee;
  background: #251812;
}

.hero__image {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
}

.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(28, 15, 10, 0.05) 0%, rgba(28, 15, 10, 0.35) 42%, rgba(28, 15, 10, 0.92) 100%),
    linear-gradient(90deg, rgba(28, 15, 10, 0.72), transparent 62%);
}

.hero__content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 36px;
  z-index: 1;
}

.eyebrow,
.section-kicker {
  margin: 0 0 13px;
  color: var(--gold);
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(58px, 17vw, 82px);
  line-height: 0.92;
  font-weight: 900;
  text-shadow: 0 5px 30px rgba(0, 0, 0, 0.34);
}

.hero__intro {
  max-width: 13em;
  margin: 18px 0 26px;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(255, 249, 238, 0.5);
  border-radius: 999px;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
}

.button--primary,
.button--wide {
  background: var(--red);
  color: #fff8eb;
  border-color: var(--red);
  box-shadow: 0 12px 28px rgba(109, 28, 24, 0.28);
}

.button--wide {
  width: 100%;
  margin-top: 22px;
}

.hero__note {
  color: rgba(255, 249, 238, 0.82);
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: 13px;
}

.section-pad {
  padding: 58px 24px;
}

h2 {
  margin: 0 0 18px;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 900;
}

p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

p + p {
  margin-top: 16px;
}

.story {
  border-bottom: 1px solid var(--line);
}

.story h2::after,
.place h2::after,
.map-section h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 18px;
  background: var(--red);
}

.feature-dish {
  padding: 56px 18px 30px;
  background: var(--paper-deep);
}

.feature-dish__copy {
  padding: 0 6px 18px;
}

.dish-card {
  margin-top: 20px;
  overflow: hidden;
  background: #fffaf0;
  border: 1px solid rgba(37, 24, 18, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.dish-card--large {
  margin-top: 4px;
}

.dish-card img {
  height: 390px;
  object-fit: cover;
}

.dish-card--large img {
  height: 460px;
}

.dish-card__body {
  padding: 20px 20px 22px;
}

.dish-card__body span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dish-card__body h3 {
  margin: 0 0 8px;
  font-size: 27px;
  line-height: 1.1;
}

.dish-card__body p {
  font-size: 15px;
  line-height: 1.7;
}

.place {
  background: var(--paper);
}

.place__gallery {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.place__gallery img {
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.place__gallery img:nth-child(2) {
  height: 210px;
}

.map-section {
  background: #fff7ea;
}

.map-card {
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid rgba(37, 24, 18, 0.12);
  border-radius: 22px;
  background: #f3eadb;
  box-shadow: var(--shadow);
}

.map-card svg {
  display: block;
  width: 100%;
  height: auto;
}

.map-river,
.map-road,
.map-poi,
.map-muted,
.map-name,
.map-address,
.map-brand {
  font-family: Arial, "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}

.map-river {
  fill: #177e96;
  font-size: 15px;
  font-weight: 700;
}

.map-road {
  fill: #617486;
  font-size: 16px;
  font-weight: 900;
  paint-order: stroke;
  stroke: #fff;
  stroke-width: 3px;
}

.map-poi {
  fill: #d65b25;
  font-size: 12px;
  font-weight: 800;
}

.map-poi--red {
  fill: #df4651;
}

.map-muted {
  fill: #7a8990;
  font-size: 12px;
  font-weight: 700;
}

.map-name {
  fill: var(--red);
  font-size: 20px;
  font-weight: 900;
}

.map-address {
  fill: #6b5d52;
  font-size: 12px;
  font-weight: 700;
}

.map-brand {
  fill: rgba(37, 24, 18, 0.38);
  font-size: 12px;
  font-weight: 700;
}

.quiet-note {
  margin-top: 14px;
  text-align: center;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: 13px;
  line-height: 1.6;
}

@media (min-width: 481px) {
  body {
    padding: 32px 0;
  }

  .site-shell {
    border-radius: 28px;
    overflow: hidden;
  }
}
