:root {
  --forest: #173f32;
  --forest-2: #245d49;
  --leaf: #6b8f71;
  --cream: #f6f0e4;
  --paper: #fffdf8;
  --ink: #22302a;
  --muted: #65716b;
  --line: #ded8ca;
  --gold: #c8933f;
  --red: #c94b31;
  --shadow: 0 18px 50px rgba(29, 53, 43, 0.13);
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ece8de;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

body,
button,
a {
  font: inherit;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 780px);
  min-height: 66px;
  margin: 0 auto;
  padding: calc(9px + env(safe-area-inset-top)) 16px 9px;
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid rgba(222, 216, 202, 0.8);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.15;
}

.brand strong {
  font-size: 19px;
  letter-spacing: 0.04em;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.header-call {
  min-height: 42px;
  padding: 7px 15px;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

main,
footer {
  width: min(100%, 780px);
  margin: 0 auto;
  background: var(--paper);
}

main {
  overflow: hidden;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  color: var(--muted);
  background: var(--paper);
  font-size: 13px;
}

.breadcrumb a {
  text-decoration: none;
}

.hero-media {
  position: relative;
  margin: 0;
  min-height: 460px;
  overflow: hidden;
  background: var(--forest);
}

.hero-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 55%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(10, 33, 25, 0.85));
}

.hero-media img {
  height: min(82vh, 680px);
  min-height: 520px;
  object-fit: cover;
  object-position: center 38%;
}

.hero-media figcaption {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 24px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
}

.hero-media figcaption span,
.hero-media figcaption strong {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(12, 42, 31, 0.46);
  font-size: 14px;
  backdrop-filter: blur(10px);
}

.hero-media figcaption strong {
  color: #2d2615;
  background: #f6d98c;
  border-color: #f6d98c;
}

.article-header {
  padding: 38px 26px 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(200, 147, 63, 0.14), transparent 35%),
    var(--paper);
}

.eyebrow,
.section-heading > span,
.contact-section > span {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 650px;
  margin-bottom: 20px;
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(38px, 8.2vw, 68px);
  line-height: 1.13;
  letter-spacing: -0.045em;
}

.dek {
  margin-bottom: 22px;
  color: #47554e;
  font-size: 19px;
  line-height: 1.8;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  color: var(--muted);
  font-size: 13px;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin: 0 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--line);
}

.quick-strip span {
  padding: 14px 10px;
  background: #fff;
  color: var(--muted);
  text-align: center;
  font-size: 13px;
}

.quick-strip b {
  display: block;
  color: var(--forest);
  font-size: 17px;
}

section {
  padding: 64px 26px;
}

.section-heading {
  max-width: 640px;
  margin-bottom: 28px;
}

.section-heading h2,
.contact-section h2 {
  margin-bottom: 14px;
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(31px, 6.6vw, 48px);
  line-height: 1.24;
  letter-spacing: -0.035em;
}

.section-heading p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}

.price-section {
  margin-top: 28px;
  background: var(--cream);
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.price-card {
  padding: 22px;
  border: 1px solid #d4c8b4;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
}

.price-card.is-featured {
  color: #fff;
  background: var(--forest);
  border-color: var(--forest);
  box-shadow: var(--shadow);
}

.price-card-top {
  display: flex;
  min-height: 25px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
}

.is-featured .price-card-top {
  color: rgba(255, 255, 255, 0.7);
}

.price-card-top em {
  padding: 2px 8px;
  border-radius: 999px;
  color: #2e2516;
  background: #f3d78d;
  font-style: normal;
  font-weight: 900;
}

.price-card h3 {
  margin: 12px 0 6px;
  font-size: 23px;
}

.price {
  display: flex;
  align-items: baseline;
  margin-bottom: 16px;
  color: var(--red);
}

.is-featured .price {
  color: #ffe29a;
}

.price small {
  font-size: 20px;
  font-weight: 900;
}

.price strong {
  font-size: clamp(48px, 9vw, 66px);
  line-height: 1;
}

.price span {
  margin-left: 4px;
  font-size: 14px;
}

.price-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  font-size: 14px;
}

.is-featured ul {
  color: rgba(255, 255, 255, 0.82);
}

.price-notes {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.price-notes p {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 12px;
  margin: 0;
  padding: 14px 16px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.price-notes span {
  color: var(--muted);
}

.story-section,
.meal-section,
.guide-section {
  background: var(--paper);
}

.lead-paragraph {
  margin-bottom: 28px;
  color: #35463d;
  font-size: 19px;
  line-height: 2;
}

.lead-paragraph::first-letter {
  float: left;
  margin: 5px 8px 0 0;
  color: var(--forest);
  font-family: "Songti SC", serif;
  font-size: 58px;
  font-weight: 900;
  line-height: 0.82;
}

.day-flow {
  position: relative;
  display: grid;
  gap: 0;
  margin: 8px 0 34px;
  padding-left: 12px;
}

.day-flow::before {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 56px;
  width: 1px;
  content: "";
  background: #cdd8d1;
}

.day-flow article {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 0;
}

.day-flow time {
  padding: 5px 0;
  border-radius: 999px;
  color: var(--forest);
  background: var(--paper);
  font-size: 14px;
  font-weight: 900;
}

.day-flow strong,
.day-flow span {
  display: block;
}

.day-flow span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 14px;
}

.full-photo,
.photo-pair figure,
.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #e5e2da;
}

.full-photo img {
  max-height: 720px;
  object-fit: cover;
}

.full-photo figcaption,
.photo-pair figcaption,
.gallery-grid figcaption {
  padding: 10px 14px;
  color: var(--muted);
  background: #f6f3ec;
  font-size: 13px;
}

.photo-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.photo-pair img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.video-section,
.booking-section,
.contact-section {
  color: #fff;
  background: var(--forest);
}

.section-heading-light p {
  color: rgba(255, 255, 255, 0.68);
}

.video-frame {
  width: min(100%, 390px);
  margin: 0 auto;
  padding: 8px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.video-frame video {
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  background: #0d1713;
}

.detail-video-list {
  display: grid;
  gap: 22px;
  margin-top: 18px;
}

.detail-video-card {
  width: min(100%, 390px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #f6f3ec;
  box-shadow: 0 20px 48px rgba(29, 53, 43, 0.14);
}

.detail-video-shell {
  position: relative;
  background: #101713;
}

.detail-video-badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: #fff;
  background: rgba(15, 46, 36, 0.72);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  pointer-events: none;
  backdrop-filter: blur(8px);
}

.detail-video-card video {
  aspect-ratio: 9 / 16;
  background: #101713;
}

.detail-video-card figcaption {
  padding: 11px 14px 13px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.video-reference-note {
  margin: 0;
  padding: 14px 16px;
  border-left: 4px solid var(--gold);
  color: var(--muted);
  background: var(--cream);
  font-size: 13px;
  line-height: 1.7;
}

.info-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 28px;
}

.info-cards article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.info-cards span,
.info-cards strong {
  display: block;
}

.info-cards span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.info-cards strong {
  margin: 4px 0 8px;
  color: var(--forest);
  font-size: 24px;
}

.info-cards p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: repeat(2, 210px);
  gap: 10px;
}

.gallery-grid figure:first-child {
  grid-row: 1 / 3;
}

.gallery-grid img {
  height: calc(100% - 42px);
  object-fit: cover;
}

.scenic-list {
  display: grid;
  gap: 16px;
}

.scenic-list article {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.scenic-list img {
  height: 100%;
  min-height: 170px;
  object-fit: cover;
}

.scenic-list div {
  padding: 18px 18px 14px 0;
}

.scenic-list span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.scenic-list h3 {
  margin: 4px 0 6px;
  font-size: 21px;
}

.scenic-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.booking-section {
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.03), transparent 52%),
    var(--forest);
}

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

.booking-grid article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.booking-grid article > b {
  color: #f4d58a;
  font-size: 13px;
}

.booking-grid strong {
  display: block;
  margin-bottom: 4px;
}

.booking-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.69);
  font-size: 13px;
  line-height: 1.65;
}

.fit-card {
  margin-top: 16px;
  padding: 18px 20px;
  border-radius: 14px;
  color: #2e2617;
  background: #f1d58d;
}

.fit-card span {
  font-size: 12px;
  font-weight: 900;
}

.fit-card p {
  margin: 3px 0 0;
  font-weight: 800;
}

.contact-section {
  padding-top: 76px;
  padding-bottom: 78px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.12), transparent 36%),
    #0f2e24;
}

.contact-section > img {
  width: 76px;
  height: 76px;
  margin: 0 auto 18px;
  border: 4px solid rgba(255, 255, 255, 0.82);
  border-radius: 20px;
  object-fit: cover;
}

.contact-section h2 {
  margin-bottom: 15px;
}

.contact-section p {
  max-width: 580px;
  margin: 0 auto 26px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

.primary-cta,
.secondary-cta {
  display: flex;
  width: min(100%, 400px);
  min-height: 60px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
}

.primary-cta {
  gap: 8px;
  color: #2f281a;
  background: #f2d58d;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.22);
}

.primary-cta small {
  font-size: 12px;
}

.primary-cta strong {
  font-size: 23px;
  letter-spacing: 0.04em;
}

.secondary-cta {
  min-height: 48px;
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-size: 14px;
}

.final-note {
  margin: 0;
  padding: 24px 26px 36px;
  color: var(--muted);
  background: #eee9df;
  font-size: 13px;
}

.final-note strong {
  color: var(--ink);
}

.final-note p {
  margin: 6px 0 0;
}

footer {
  display: grid;
  gap: 3px;
  padding: 30px 26px calc(105px + env(safe-area-inset-bottom));
  color: #87918c;
  background: #18231f;
  font-size: 12px;
}

footer a {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.bottom-actions {
  position: fixed;
  z-index: 40;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8px;
  width: min(100%, 780px);
  margin: 0 auto;
  padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
  background: rgba(255, 253, 248, 0.96);
  border-top: 1px solid var(--line);
  box-shadow: 0 -10px 30px rgba(20, 44, 34, 0.13);
  backdrop-filter: blur(14px);
}

.bottom-actions a {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 12px;
  text-decoration: none;
}

.bottom-actions span {
  font-size: 12px;
}

.bottom-actions strong {
  font-size: 16px;
}

.bottom-wechat {
  color: var(--forest);
  background: #e4efe8;
}

.bottom-phone {
  color: #fff;
  background: var(--red);
}

@media (min-width: 781px) {
  body {
    padding: 0 0 80px;
  }

  main,
  .site-header,
  footer {
    box-shadow: var(--shadow);
  }
}

@media (max-width: 600px) {
  body {
    font-size: 17px;
  }

  .site-header {
    min-height: 60px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .header-call {
    min-height: 40px;
    padding: 6px 12px;
    font-size: 14px;
  }

  .hero-media img {
    height: 72vh;
    min-height: 500px;
  }

  .hero-media figcaption {
    right: 16px;
    bottom: 18px;
    left: 16px;
  }

  .article-header,
  section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .article-header {
    padding-top: 32px;
  }

  h1 {
    font-size: 40px;
  }

  .dek,
  .lead-paragraph {
    font-size: 17px;
  }

  section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .price-grid,
  .booking-grid {
    grid-template-columns: 1fr;
  }

  .price-notes p {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .photo-pair {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .photo-pair img {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .info-cards {
    grid-template-columns: 1fr;
  }

  .info-cards article {
    display: grid;
    grid-template-columns: 55px 72px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
  }

  .info-cards strong {
    margin: 0;
    font-size: 19px;
  }

  .gallery-grid {
    grid-template-rows: repeat(2, 165px);
  }

  .scenic-list article {
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 13px;
  }

  .scenic-list div {
    padding: 13px 13px 11px 0;
  }

  .scenic-list img {
    min-height: 155px;
  }

  .scenic-list h3 {
    font-size: 18px;
  }

  .scenic-list p {
    font-size: 12px;
  }

  .fit-card p {
    font-size: 14px;
  }

  .bottom-actions {
    grid-template-columns: 0.82fr 1.18fr;
  }

  .bottom-actions strong {
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  body {
    font-size: 16px;
  }

  .site-header {
    min-height: 58px;
    padding-top: calc(8px + env(safe-area-inset-top));
    padding-bottom: 8px;
  }

  .brand {
    gap: 8px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

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

  .brand small {
    display: none;
  }

  .header-call {
    min-height: 38px;
    padding: 5px 11px;
    font-size: 13px;
  }

  .hero-media img {
    height: 68svh;
    min-height: 460px;
    max-height: 570px;
  }

  .article-header,
  section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .article-header {
    padding-top: 28px;
  }

  h1 {
    font-size: 36px;
    line-height: 1.16;
  }

  .section-heading h2,
  .contact-section h2 {
    font-size: 31px;
  }

  .quick-strip {
    margin-right: 14px;
    margin-left: 14px;
  }

  .price-card {
    padding: 19px;
  }

  .price strong {
    font-size: 52px;
  }

  .video-frame,
  .detail-video-card {
    width: min(100%, 360px);
  }

  .video-frame {
    padding: 6px;
    border-radius: 20px;
  }

  .video-frame video {
    border-radius: 15px;
  }

  .info-cards article {
    grid-template-columns: 50px 65px minmax(0, 1fr);
    gap: 6px;
    padding: 14px;
  }

  .info-cards p {
    font-size: 12px;
  }

  .bottom-actions {
    gap: 6px;
    padding: 7px 9px calc(7px + env(safe-area-inset-bottom));
  }

  .bottom-actions a {
    min-height: 50px;
  }

  .bottom-actions strong {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
