:root {
  --forest: #173f35;
  --forest-deep: #0f2e27;
  --forest-soft: #2f6758;
  --lake: #4e7f82;
  --paper: #fffdf8;
  --cream: #f3eee3;
  --mist: #e8f0ec;
  --ink: #1f302a;
  --muted: #65736d;
  --gold: #b98b43;
  --line: #ddd8cd;
  --shadow: 0 22px 54px rgba(25, 56, 46, 0.14);
  color-scheme: light;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: calc(68px + env(safe-area-inset-bottom));
  color: var(--ink);
  background: #e9e6df;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
button,
a {
  font: inherit;
}

.wechat-share-thumbnail {
  display: none;
}

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

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  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;
  border-bottom: 1px solid rgba(221, 216, 205, 0.82);
  background: rgba(255, 253, 248, 0.95);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  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: 4px;
  color: var(--muted);
  font-size: 12px;
}

.header-call {
  min-height: 42px;
  padding: 7px 15px;
  border-radius: 999px;
  color: #fff;
  background: var(--forest);
  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);
  font-size: 13px;
}

.breadcrumb a {
  text-decoration: none;
}

.hero-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--forest-deep);
}

.hero-media::after {
  position: absolute;
  inset: 40% 0 0;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(7, 29, 23, 0.8));
  pointer-events: none;
}

.hero-media img {
  height: auto;
  object-fit: contain;
}

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

.hero-media figcaption span,
.hero-media figcaption strong {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(11, 43, 34, 0.52);
  font-size: 13px;
  backdrop-filter: blur(8px);
}

.hero-media figcaption strong {
  color: #3c2d15;
  border-color: #f0d595;
  background: #f0d595;
}

.article-header {
  padding: 44px 26px 30px;
  background:
    radial-gradient(circle at 100% 0, rgba(185, 139, 67, 0.16), transparent 35%),
    var(--paper);
}

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

h1,
.section-heading h2,
.ticket-card h2,
.contact-section h2 {
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-weight: 700;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 680px;
  margin-bottom: 20px;
  font-size: clamp(39px, 8.7vw, 68px);
  line-height: 1.13;
}

.dek {
  margin-bottom: 22px;
  color: #46564f;
  font-size: 18px;
  line-height: 1.8;
}

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

.opening-benefits {
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(240, 213, 148, 0.18), transparent 34%),
    linear-gradient(155deg, #173f35, #0e2d26);
}

.opening-benefits-heading {
  max-width: 660px;
  margin-bottom: 26px;
}

.opening-benefits-heading > span {
  display: inline-block;
  margin-bottom: 9px;
  color: #f2d99b;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.opening-benefits-heading h2 {
  margin: 0 0 14px;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif;
  font-size: clamp(29px, 6.2vw, 38px);
  line-height: 1.35;
  letter-spacing: 0;
}

.opening-benefits-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.85;
}

.opening-benefit-list {
  display: grid;
  gap: 12px;
}

.opening-benefit-list article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.opening-benefit-list article > b {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: #3f321c;
  background: #f0d594;
  font-size: 20px;
}

.opening-benefit-list strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 20px;
  line-height: 1.45;
}

.opening-benefit-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.8;
}

.opening-service {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(240, 213, 148, 0.5);
  border-radius: 17px;
  background: rgba(240, 213, 148, 0.1);
}

.opening-service strong {
  display: block;
  margin-bottom: 3px;
  color: #f4dda4;
  font-size: 20px;
}

.opening-service p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.8;
}

.opening-service a {
  display: grid;
  min-height: 64px;
  place-content: center;
  padding: 10px 18px;
  border-radius: 14px;
  color: #302819;
  background: #f0d594;
  text-align: center;
  text-decoration: none;
}

.opening-service a span,
.opening-service a b {
  display: block;
  line-height: 1.35;
}

.opening-service a span {
  font-size: 14px;
}

.opening-service a b {
  font-size: 20px;
}

.source-note {
  margin: 0 18px 16px;
  padding: 18px;
  border: 1px solid #ded6c4;
  border-radius: 16px;
  background: var(--cream);
}

.source-note strong {
  color: var(--forest);
  font-size: 14px;
}

.source-note p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.senior-quick-nav {
  margin: 0 18px 24px;
  padding: 20px;
  border: 2px solid #cfded8;
  border-radius: 20px;
  background: #f3f8f5;
  box-shadow: 0 12px 30px rgba(23, 63, 53, 0.08);
}

.senior-quick-nav-heading {
  display: grid;
  gap: 2px;
  margin-bottom: 14px;
}

.senior-quick-nav-heading strong {
  color: var(--forest-deep);
  font-size: 22px;
}

.senior-quick-nav-heading span {
  color: #51635b;
  font-size: 16px;
}

.senior-quick-nav-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.senior-quick-nav-grid a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 0 10px;
  align-items: center;
  min-height: 76px;
  padding: 12px;
  border: 1px solid #bdd0c7;
  border-radius: 14px;
  color: var(--forest-deep);
  background: #fff;
  text-decoration: none;
  box-shadow: 0 5px 14px rgba(23, 63, 53, 0.06);
}

.senior-quick-nav-grid a > span {
  grid-row: 1 / 3;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--forest);
  font-size: 20px;
  font-weight: 900;
}

.senior-quick-nav-grid strong,
.senior-quick-nav-grid small {
  display: block;
  min-width: 0;
  line-height: 1.35;
}

.senior-quick-nav-grid strong {
  align-self: end;
  font-size: 18px;
}

.senior-quick-nav-grid small {
  align-self: start;
  color: #5f7068;
  font-size: 14px;
}

.senior-quick-nav-grid a:focus-visible {
  outline: 4px solid rgba(185, 139, 67, 0.42);
  outline-offset: 2px;
}

section {
  padding: 68px 26px;
}

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

.section-heading h2,
.ticket-card h2,
.contact-section h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 7vw, 50px);
  line-height: 1.2;
}

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

.lead-paragraph {
  margin-bottom: 30px;
  color: #34463e;
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.015em;
}

.brand-section {
  padding-top: 54px;
}

.credential-list {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
}

.credential-list span {
  position: relative;
  padding: 14px 16px 14px 46px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  font-size: 15px;
  font-weight: 800;
}

.credential-list span::before {
  position: absolute;
  top: 14px;
  left: 16px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--forest-soft);
  content: "✓";
  font-size: 12px;
}

.brand-address {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 16px;
  align-items: center;
  padding: 20px;
  border-radius: 16px;
  color: #fff;
  background: var(--forest);
}

.brand-address span,
.brand-address strong {
  grid-column: 1;
}

.brand-address span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.brand-address strong {
  font-size: 18px;
}

.brand-address a {
  grid-column: 2;
  grid-row: 1 / 3;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #f1d898;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.summer-package {
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(240, 213, 148, 0.18), transparent 34%),
    linear-gradient(155deg, #173f35, #0e2d26);
}

.package-heading {
  max-width: 660px;
  margin-bottom: 28px;
}

.package-heading > span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px solid rgba(240, 213, 148, 0.42);
  border-radius: 999px;
  color: #f2d99b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.package-heading h2 {
  margin-bottom: 14px;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: clamp(30px, 6vw, 42px);
  line-height: 1.28;
  letter-spacing: -0.025em;
}

.package-heading p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.85;
}

.package-prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.price-card {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.075);
}

.price-card-primary {
  border-color: rgba(240, 213, 148, 0.56);
  background: rgba(240, 213, 148, 0.12);
}

.price-card > span,
.price-card p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.price-card > div {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 3px 0 2px;
}

.price-card strong {
  color: #f3d99a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 9vw, 62px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.price-card small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.price-card p {
  margin: 0;
}

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

.package-includes article {
  display: grid;
  gap: 1px;
  padding: 14px 15px;
  border-radius: 14px;
  color: #243a32;
  background: #f6f0e3;
}

.package-includes b {
  color: var(--forest);
  font-size: 18px;
}

.package-includes span {
  color: #68766f;
  font-size: 12px;
}

.ticket-benefit {
  display: grid;
  gap: 3px;
  margin-top: 16px;
  padding: 18px;
  border: 1px solid rgba(240, 213, 148, 0.48);
  border-radius: 16px;
  background: rgba(240, 213, 148, 0.1);
}

.ticket-benefit span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.ticket-benefit strong {
  color: #f3d99a;
  font-size: 21px;
}

.ticket-benefit p,
.package-note {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.75;
}

.ticket-benefit p {
  margin: 4px 0 0;
}

.package-note {
  margin: 16px 1px;
}

.package-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 18px;
  border-radius: 15px;
  color: #2f2718;
  background: #f0d594;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.package-cta strong {
  font-size: 18px;
  letter-spacing: 0.025em;
}

.food-video-section {
  background: #f7f2e8;
}

.food-video-list {
  display: grid;
  gap: 28px;
  width: min(100%, 430px);
  margin: 0 auto;
}

.food-video-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid #d9d1c1;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}

.food-video-frame {
  position: relative;
  overflow: hidden;
  background: #102d26;
}

.food-video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  background: #102d26;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.video-start-button {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  padding: 24px;
  border: 0;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(5, 24, 19, 0.12), rgba(5, 24, 19, 0.64)),
    var(--video-poster) center / cover no-repeat;
  text-align: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.video-start-button[hidden] {
  display: none;
}

.video-start-button > span {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 auto 4px;
  place-items: center;
  padding-left: 5px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: var(--forest-deep);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 26px rgba(4, 23, 18, 0.3);
  font-size: 30px;
}

.video-start-button strong,
.video-start-button small {
  display: block;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.video-start-button strong {
  font-size: 22px;
  line-height: 1.4;
}

.video-start-button small {
  font-size: 16px;
}

.food-video-frame.is-loading .video-start-button > span {
  animation: video-loading-pulse 0.85s ease-in-out infinite alternate;
}

.food-video-frame.is-loading .video-start-button small::before {
  content: "正在加载，请稍候";
}

.food-video-frame.is-loading .video-start-button small {
  font-size: 0;
}

.food-video-frame.is-loading .video-start-button small::before {
  font-size: 16px;
}

@keyframes video-loading-pulse {
  from {
    transform: scale(0.94);
  }
  to {
    transform: scale(1.04);
  }
}

.food-video-card figcaption {
  display: grid;
  gap: 4px;
  padding: 15px 17px 17px;
}

.food-video-card figcaption strong {
  color: var(--forest);
  font-size: 16px;
}

.food-video-card figcaption span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.menu-section {
  background:
    linear-gradient(180deg, rgba(78, 127, 130, 0.1), transparent 230px),
    var(--paper);
}

.menu-picker {
  margin-bottom: 24px;
  padding: 16px;
  border: 1px solid #cfded8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(23, 63, 53, 0.08);
}

.menu-picker > strong {
  display: block;
  margin-bottom: 10px;
  color: var(--forest);
  font-size: 14px;
}

.people-options {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 1px 1px 8px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.people-options::-webkit-scrollbar {
  display: none;
}

.people-options button {
  flex: 0 0 auto;
  min-width: 54px;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid #d8ddd9;
  border-radius: 12px;
  color: #4b5d55;
  background: #f8f8f5;
  font-size: 14px;
  font-weight: 800;
  scroll-snap-align: center;
  cursor: pointer;
}

.people-options button[aria-pressed="true"] {
  border-color: var(--forest);
  color: #fff;
  background: var(--forest);
  box-shadow: 0 8px 16px rgba(23, 63, 53, 0.2);
}

.people-options button:focus-visible {
  outline: 3px solid rgba(185, 139, 67, 0.38);
  outline-offset: 2px;
}

.menu-current {
  margin: 5px 1px 0;
  color: var(--muted);
  font-size: 13px;
}

.meal-grid {
  display: grid;
  gap: 16px;
}

.meal-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(23, 63, 53, 0.07);
}

.meal-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border-bottom: 1px solid #dde5e1;
  background: #eef4f1;
}

.meal-card-title span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.meal-card-title h3 {
  margin: 1px 0 0;
  color: var(--forest);
  font-size: 22px;
  line-height: 1.3;
}

.meal-count {
  flex: 0 0 auto;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--forest);
  background: #fff;
  font-size: 12px;
}

.meal-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
  margin: 0;
  padding: 8px 18px 13px;
  list-style: none;
}

.meal-item {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  padding: 10px 0;
  border-bottom: 1px dashed #e5e3dc;
  color: #35473f;
  font-size: 14px;
  line-height: 1.55;
}

.meal-name {
  min-width: 0;
}

.meal-tag {
  flex: 0 0 auto;
  padding: 2px 6px;
  border-radius: 999px;
  color: #fff;
  background: var(--lake);
  font-size: 10px;
  font-weight: 900;
}

.meal-tag-点心 {
  color: #503d1f;
  background: #ead29c;
}

.meal-tag-水果 {
  color: #78453a;
  background: #f2c9b9;
}

.menu-note {
  margin: 20px 2px 0;
  padding: 13px 15px;
  border-left: 3px solid var(--gold);
  color: var(--muted);
  background: #f4efe5;
  font-size: 13px;
  line-height: 1.75;
}

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

.hotel-nav a {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 1px 10px;
  padding: 16px;
  background: #fff;
  text-decoration: none;
}

.hotel-nav span {
  grid-row: 1 / 3;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.hotel-nav strong,
.hotel-nav small {
  display: block;
  line-height: 1.4;
}

.hotel-nav strong {
  font-size: 15px;
}

.hotel-nav small {
  color: var(--muted);
  font-size: 12px;
}

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

.section-heading-light > p {
  color: rgba(255, 255, 255, 0.67) !important;
}

.comparison-list,
.booking-list {
  display: grid;
  gap: 12px;
}

.comparison-list article,
.booking-list article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.065);
}

.comparison-list b {
  color: #f2d997;
  font-family: "Songti SC", serif;
  font-size: 25px;
}

.comparison-list h3,
.booking-list h3 {
  margin-bottom: 4px;
  font-size: 18px;
}

.comparison-list p,
.booking-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.75;
}

.hotel-section {
  position: relative;
  scroll-margin-top: 74px;
}

.hotel-number {
  position: absolute;
  top: 34px;
  right: 24px;
  padding: 4px 9px;
  border: 1px solid rgba(23, 63, 53, 0.18);
  border-radius: 999px;
  color: rgba(23, 63, 53, 0.62);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  pointer-events: none;
}

.hotel-slogan {
  margin: 4px 0 0;
  color: var(--gold);
  font-size: 17px;
  font-weight: 800;
}

.media-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #efede7;
  box-shadow: var(--shadow);
}

.media-card img {
  height: auto;
  object-fit: contain;
  background: #e8e7e2;
}

.media-card figcaption {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 12px 15px 13px;
  color: var(--muted);
  background: #f7f4ed;
  font-size: 14px;
  line-height: 1.7;
}

.media-card figcaption strong {
  color: var(--ink);
  font-size: 14px;
}

.media-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.room-block {
  display: grid;
  gap: 18px;
  margin-top: 42px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}

.room-copy > span,
.subheading > span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.room-copy h3,
.subheading h3,
.feature-copy h3 {
  margin: 5px 0 8px;
  font-family: "Songti SC", serif;
  font-size: clamp(26px, 5.4vw, 34px);
  line-height: 1.25;
}

.room-copy p,
.subheading p,
.feature-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.subheading {
  margin: 68px 0 24px;
}

.facility-stack {
  gap: 24px;
}

.detail-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 30px;
  padding: 15px 18px;
  border: 1px solid #cddbd5;
  border-radius: 14px;
  color: var(--forest);
  background: var(--mist);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.detail-link span {
  font-size: 20px;
}

.hotel-section-dark {
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(105, 158, 140, 0.24), transparent 36%),
    var(--forest-deep);
}

.hotel-section-dark .hotel-number {
  border-color: rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.68);
}

.hotel-section-dark .lead-paragraph {
  color: rgba(255, 255, 255, 0.78);
}

.fact-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.14);
}

.fact-row span {
  padding: 14px 8px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  font-size: 11px;
}

.fact-row b {
  display: block;
  color: #f1d898;
  font-size: 22px;
}

.media-card-dark {
  border-color: rgba(255, 255, 255, 0.13);
}

.feature-copy {
  margin-top: 26px;
}

.feature-copy p,
.feature-copy li {
  color: rgba(255, 255, 255, 0.68);
}

.feature-copy ul {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding-left: 22px;
  font-size: 14px;
}

.detail-link-light {
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.room-block-accent {
  padding: 28px 18px 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--cream);
}

.room-block-accent .media-card {
  margin-right: -18px;
  margin-left: -18px;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0 0 18px 18px;
  box-shadow: none;
}

.hotel-section-lake {
  background:
    linear-gradient(180deg, rgba(221, 237, 235, 0.66), transparent 250px),
    var(--paper);
}

.ticket-section {
  color: #fff;
  background: var(--lake);
}

.ticket-card {
  margin-bottom: 28px;
}

.ticket-card > span {
  color: #f2d99b;
}

.ticket-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.9;
}

.map-card {
  width: min(100%, 560px);
  margin: 0 auto;
  border-color: rgba(255, 255, 255, 0.26);
}

.map-card img,
.attraction-collage img {
  height: auto;
  object-fit: contain;
}

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

.attraction-list {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.attraction-list article {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
}

.attraction-list b {
  color: var(--gold);
  font-size: 13px;
}

.attraction-list h3 {
  margin-bottom: 4px;
  font-size: 18px;
}

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

.attraction-collage {
  width: min(100%, 600px);
  margin: 0 auto;
}

.booking-section {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 54%),
    var(--forest);
}

.booking-list article {
  grid-template-columns: 40px minmax(0, 1fr);
}

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

.contact-section {
  padding-top: 78px;
  padding-bottom: 82px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.13), transparent 36%),
    var(--forest-deep);
}

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

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

.primary-cta,
.secondary-cta {
  display: block;
  width: min(100%, 420px);
  margin: 0 auto;
  border-radius: 16px;
  text-decoration: none;
}

.primary-cta {
  padding: 14px 18px 16px;
  color: #2f2718;
  background: #f0d594;
}

.primary-cta small,
.primary-cta strong {
  display: block;
  line-height: 1.3;
}

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

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

.secondary-cta {
  margin-top: 10px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 15px;
}

.final-note {
  margin: 0;
  padding: 24px 26px 32px;
  border-top: 1px solid var(--line);
  background: var(--cream);
}

.final-note strong {
  color: var(--forest);
  font-size: 14px;
}

.final-note p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

footer {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  padding: 24px 26px 34px;
  color: var(--muted);
  font-size: 12px;
}

footer a {
  color: var(--forest);
  font-weight: 900;
  text-decoration: none;
}

.bottom-actions {
  position: fixed;
  z-index: 50;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  width: min(100%, 780px);
  min-height: 68px;
  margin: 0 auto;
  padding-bottom: env(safe-area-inset-bottom);
  background: #fff;
  box-shadow: 0 -10px 30px rgba(20, 48, 40, 0.16);
}

.bottom-actions a {
  display: grid;
  place-content: center;
  min-height: 68px;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
}

.bottom-actions span,
.bottom-actions strong {
  display: block;
  line-height: 1.3;
}

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

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

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

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

/* Older-reader layout: larger type, clearer hierarchy and easier tap targets. */
.senior-readable {
  font-size: 19px;
  line-height: 1.9;
  letter-spacing: 0.015em;
}

.senior-readable h1,
.senior-readable h2,
.senior-readable h3,
.senior-readable .package-heading h2,
.senior-readable .room-copy h3,
.senior-readable .subheading h3,
.senior-readable .feature-copy h3,
.senior-readable .comparison-list b {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif;
  letter-spacing: 0;
}

.senior-readable h1 {
  max-width: 680px;
  font-size: clamp(34px, 7.8vw, 46px);
  line-height: 1.3;
}

.senior-readable .section-heading h2,
.senior-readable .ticket-card h2,
.senior-readable .contact-section h2 {
  font-size: clamp(29px, 6.2vw, 38px);
  line-height: 1.35;
}

.senior-readable .package-heading h2 {
  font-size: clamp(28px, 5.8vw, 36px);
  line-height: 1.4;
}

.senior-readable .room-copy h3,
.senior-readable .subheading h3,
.senior-readable .feature-copy h3 {
  font-size: clamp(25px, 5vw, 31px);
  line-height: 1.4;
}

.senior-readable .eyebrow,
.senior-readable .section-heading > span,
.senior-readable .contact-section > span,
.senior-readable .ticket-card > span {
  font-size: 16px;
  letter-spacing: 0.06em;
}

.senior-readable .dek,
.senior-readable .lead-paragraph {
  color: #34463e;
  font-size: 19px;
  line-height: 1.9;
}

.senior-readable .article-meta {
  font-size: 15px;
}

.senior-readable .source-note {
  padding: 19px;
}

.senior-readable .source-note strong,
.senior-readable .final-note strong {
  font-size: 18px;
}

.senior-readable .source-note p,
.senior-readable .final-note p {
  color: #46574f;
  font-size: 16px;
  line-height: 1.85;
}

.senior-readable section {
  padding-top: 54px;
  padding-bottom: 54px;
}

.senior-readable .section-heading > p:not(.hotel-slogan),
.senior-readable .package-heading p,
.senior-readable .ticket-card p,
.senior-readable .room-copy p,
.senior-readable .subheading p,
.senior-readable .feature-copy p {
  font-size: 18px;
  line-height: 1.9;
}

.senior-readable .credential-list span {
  min-height: 58px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
}

.senior-readable .brand-address span {
  font-size: 14px;
}

.senior-readable .brand-address strong,
.senior-readable .brand-address a {
  font-size: 17px;
}

.senior-readable .package-heading > span,
.senior-readable .price-card > span,
.senior-readable .price-card p {
  font-size: 15px;
}

.senior-readable .price-card small {
  font-size: 15px;
}

.senior-readable .package-includes article {
  min-height: 76px;
  align-content: center;
}

.senior-readable .package-includes b {
  font-size: 21px;
}

.senior-readable .package-includes span {
  color: #53645c;
  font-size: 16px;
}

.senior-readable .ticket-benefit span {
  font-size: 15px;
}

.senior-readable .ticket-benefit strong {
  font-size: 22px;
}

.senior-readable .ticket-benefit p,
.senior-readable .package-note {
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.8;
}

.senior-readable .package-cta {
  min-height: 60px;
  font-size: 17px;
}

.senior-readable .package-cta strong {
  font-size: 20px;
}

.senior-readable .food-video-card figcaption {
  padding: 18px;
}

.senior-readable .food-video-card figcaption strong {
  font-size: 19px;
}

.senior-readable .food-video-card figcaption span {
  color: #4e6058;
  font-size: 17px;
  line-height: 1.8;
}

.senior-readable .menu-picker {
  padding: 18px;
}

.senior-readable .menu-picker > strong {
  font-size: 18px;
}

.senior-readable .people-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  overflow: visible;
  padding: 1px 0 9px;
}

.senior-readable .people-options button {
  width: 100%;
  min-width: 0;
  min-height: 54px;
  padding: 8px 4px;
  font-size: 17px;
}

.senior-readable .menu-current {
  font-size: 16px;
}

.senior-readable .meal-card-title span {
  font-size: 13px;
}

.senior-readable .meal-card-title h3 {
  font-size: 24px;
}

.senior-readable .meal-count {
  font-size: 14px;
}

.senior-readable .meal-item {
  min-height: 52px;
  padding: 12px 0;
  color: #2c4037;
  font-size: 17px;
  line-height: 1.65;
}

.senior-readable .meal-tag {
  font-size: 12px;
}

.senior-readable .menu-note {
  color: #4d5e56;
  font-size: 16px;
  line-height: 1.8;
}

.senior-readable .hotel-nav {
  scroll-margin-top: 82px;
}

.senior-readable .hotel-nav a {
  min-height: 82px;
  align-content: center;
  padding: 15px;
}

.senior-readable .hotel-nav strong {
  font-size: 17px;
}

.senior-readable .hotel-nav small,
.senior-readable .hotel-nav span {
  font-size: 14px;
}

.senior-readable .comparison-list p,
.senior-readable .booking-list p,
.senior-readable .feature-copy li {
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.8;
}

.senior-readable .comparison-list h3,
.senior-readable .booking-list h3 {
  font-size: 20px;
}

.senior-readable .comparison-list b {
  font-size: 24px;
}

.senior-readable .hotel-section-dark .lead-paragraph,
.senior-readable .feature-copy p {
  color: rgba(255, 255, 255, 0.88);
}

.senior-readable .hotel-slogan {
  font-size: 18px;
}

.senior-readable .room-copy > span,
.senior-readable .subheading > span {
  font-size: 14px;
}

.senior-readable .media-card figcaption,
.senior-readable .media-card figcaption strong {
  color: #405149;
  font-size: 16px;
  line-height: 1.8;
}

.senior-readable .media-card figcaption strong {
  color: var(--ink);
}

.senior-readable .detail-link {
  min-height: 58px;
  font-size: 17px;
}

.senior-readable .fact-row span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.55;
}

.senior-readable .fact-row b {
  font-size: 23px;
}

.senior-readable .attraction-list b {
  font-size: 15px;
}

.senior-readable .attraction-list h3 {
  font-size: 20px;
}

.senior-readable .attraction-list p {
  color: #4c5d55;
  font-size: 17px;
  line-height: 1.8;
}

.senior-readable .contact-section > p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.8;
}

.senior-readable .primary-cta,
.senior-readable .secondary-cta {
  min-height: 60px;
}

.senior-readable .primary-cta small {
  font-size: 14px;
}

.senior-readable .secondary-cta {
  font-size: 17px;
}

.senior-readable footer {
  font-size: 14px;
}

.senior-readable .bottom-actions,
.senior-readable .bottom-actions a {
  min-height: 72px;
}

.senior-readable .bottom-actions span {
  font-size: 13px;
}

.senior-readable .bottom-actions strong {
  font-size: 18px;
}

.senior-readable #summer-package,
.senior-readable #food-video,
.senior-readable #hotel-choices,
.senior-readable #entertainment,
.senior-readable #scenic-ticket,
.senior-readable #nearby-guide {
  scroll-margin-top: 82px;
}

@media (min-width: 700px) {
  .opening-benefit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .opening-service {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .opening-service a {
    min-width: 200px;
  }

  .credential-list,
  .comparison-list,
  .booking-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .meal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .room-block {
    margin-top: 54px;
    padding-top: 44px;
  }

  .media-card figcaption {
    padding-right: 18px;
    padding-left: 18px;
  }
}

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

  .site-header {
    min-height: 62px;
  }

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

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

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

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

  .hero-media figcaption span,
  .hero-media figcaption strong {
    padding: 6px 9px;
    font-size: 11px;
  }

  .article-header {
    padding: 36px 22px 26px;
  }

  .dek {
    font-size: 18px;
  }

  section {
    padding: 56px 22px;
  }

  .brand-section {
    padding-top: 46px;
  }

  .brand-address {
    grid-template-columns: 1fr;
  }

  .brand-address a {
    grid-column: 1;
    grid-row: auto;
    width: max-content;
    margin-top: 8px;
  }

  .senior-readable .hotel-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hotel-number {
    top: 28px;
    right: 16px;
    font-size: 11px;
  }

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

  .comparison-list article {
    grid-template-columns: 66px minmax(0, 1fr);
  }

  .package-heading h2 {
    font-size: 30px;
  }

  .price-card {
    padding: 16px 14px;
  }

  .price-card strong {
    font-size: 42px;
  }

  .price-card small {
    font-size: 12px;
  }

  .package-includes article {
    padding: 13px;
  }

  .package-cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .food-video-list {
    width: min(100%, 390px);
  }

  .meal-items {
    grid-template-columns: minmax(0, 1fr);
  }

  .room-block-accent {
    padding-right: 14px;
    padding-left: 14px;
  }

  .room-block-accent .media-card {
    margin-right: -14px;
    margin-left: -14px;
  }

  .attraction-list article {
    grid-template-columns: 76px minmax(0, 1fr);
    padding: 16px;
  }

  .senior-readable .article-header {
    padding: 30px 20px 24px;
  }

  .senior-readable section {
    padding: 48px 20px;
  }

  .senior-readable .senior-quick-nav {
    margin-right: 16px;
    margin-left: 16px;
    padding: 18px;
  }

  .senior-readable .hotel-nav {
    margin-right: 16px;
    margin-left: 16px;
  }

  .senior-readable .hotel-nav a {
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 1px 7px;
    padding: 13px 10px;
  }
}

@media (max-width: 350px) {
  .senior-quick-nav {
    padding: 14px;
  }

  .senior-quick-nav-grid {
    gap: 8px;
  }

  .senior-quick-nav-grid a {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 0 5px;
    min-height: 100px;
    padding: 10px 8px;
  }

  .senior-quick-nav-grid a > span {
    width: 32px;
    height: 32px;
    font-size: 17px;
  }

  .senior-quick-nav-grid strong {
    font-size: 16px;
  }

  .senior-quick-nav-grid small {
    font-size: 13px;
  }

  .senior-readable .people-options {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

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

  .food-video-frame.is-loading .video-start-button > span {
    animation: none;
  }
}
