:root {
  --wo-sand: #faf7ef;
  --wo-sand-soft: #f3ead8;
  --wo-earth: #1f1b17;
  --wo-earth-soft: #2a241f;
  --wo-olive: #465131;
  --wo-gold: #9b7839;
  --wo-line-dark: rgba(250, 247, 239, .1);
  --wo-text-muted: rgba(31, 27, 23, .68);
  --wo-display: "Cormorant Garamond", "Times New Roman", "Noto Serif SC", "Songti SC", STSong, Georgia, serif;
  --wo-serif: var(--wo-display);
  --wo-sans: "Avenir Next", "Helvetica Neue", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, system-ui, sans-serif;
}

body {
  font-family: var(--wo-sans);
  background: var(--wo-sand);
  color: var(--wo-earth);
  letter-spacing: 0;
  font-size: 16.5px;
  line-height: 1.8;
}

h1,
h2,
h3 {
  font-family: var(--wo-serif) !important;
  font-weight: 400 !important;
  letter-spacing: .02em !important;
  line-height: 1.2 !important;
}

p {
  color: var(--wo-text-muted);
  line-height: 1.82;
}

.hero-kicker,
.section-head h2,
.copy h2,
.room-copy h2,
.safari-lead-copy h2,
.stage-head h2,
.cta h2,
.footer-grid h2,
.gallery-tile figcaption strong,
.why-figure figcaption strong {
  font-family: var(--wo-serif) !important;
}

.eyebrow {
  font-family: var(--wo-sans) !important;
}

.eyebrow {
  font-size: 11.5px !important;
  font-weight: 700 !important;
  letter-spacing: .16em !important;
}

.hero-kicker {
  font-style: italic !important;
  font-size: clamp(18px, 1.8vw, 22px) !important;
  font-weight: 400 !important;
  letter-spacing: .025em !important;
}

.hero h1 {
  font-size: clamp(42px, 5.6vw, 68px) !important;
  line-height: 1.14 !important;
  font-weight: 400 !important;
  letter-spacing: .018em !important;
}

.hero p {
  max-width: 650px !important;
  font-size: clamp(16px, 1.35vw, 17.5px) !important;
  line-height: 1.86 !important;
}

.section-head h2,
.copy h2,
.room-copy h2,
.safari-lead-copy h2 {
  font-size: clamp(31px, 3.5vw, 44px) !important;
  line-height: 1.22 !important;
  letter-spacing: .018em !important;
  font-weight: 400 !important;
}

.stage-head h2 {
  font-size: clamp(36px, 4.2vw, 54px) !important;
  line-height: 1.16 !important;
  font-weight: 400 !important;
}

.section-head p,
.copy p,
.safari-lead-copy p,
.visual-intro p {
  font-size: clamp(16px, 1.25vw, 17px) !important;
  line-height: 1.84 !important;
}

.why-lead,
.room-copy p,
.activity-card p,
.decision-card p,
.rhythm p,
.time-item p,
.cta p {
  font-size: 15.5px !important;
  line-height: 1.82 !important;
}

.why-item h3,
.activity-card h3,
.decision-card h3,
.time-item h3,
.rhythm h3,
.room-card h3 {
  font-family: var(--wo-sans) !important;
  font-weight: 600 !important;
  letter-spacing: .005em !important;
}

.why-item h3 {
  font-size: 16.5px !important;
}

.why-item p,
.facts li,
.gallery-note,
.compare-table th,
.compare-table td,
.rates-table th,
.rates-table td,
.policy-card li,
.step-card p,
.form-note,
.footer-grid p,
.footer-grid a {
  font-size: 14px !important;
  line-height: 1.72 !important;
}

.compare-table th,
.compare-table td,
.rates-table th,
.rates-table td {
  letter-spacing: 0 !important;
}

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .section,
    .cta,
    .footer-grid,
    .room-block,
    .activity-card,
    .decision-card,
    .time-item,
    .rhythm article,
    .policy-card,
    .step-card,
    .form-card,
    .whatsapp-card,
    .camp-visuals figure,
    .room-detail-strip figure {
      animation: wo-fade-up .75s ease both;
      animation-timeline: view();
      animation-range: entry 0% cover 22%;
    }

    footer {
      animation: wo-footer-rise .95s cubic-bezier(.2, .72, .18, 1) both;
      animation-timeline: view();
      animation-range: entry 0% cover 28%;
    }

    .footer-grid > div {
      animation: wo-footer-item .85s cubic-bezier(.2, .72, .18, 1) both;
      animation-timeline: view();
      animation-range: entry 4% cover 30%;
    }

    .footer-grid > div:nth-child(2) {
      animation-range: entry 7% cover 33%;
    }

    .footer-grid > div:nth-child(3) {
      animation-range: entry 10% cover 36%;
    }

    .footer-grid > div:nth-child(4) {
      animation-range: entry 13% cover 39%;
    }

    .footer-bottom {
      animation: wo-footer-bottom .75s ease both;
      animation-timeline: view();
      animation-range: entry 18% cover 42%;
    }
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero img,
  .media img,
  .room-media img,
  .lead-frame img,
  .gallery-tile img,
  .activity-card img,
  .camp-visuals img,
  .room-detail-strip img {
    transition: transform 1.15s ease, filter .35s ease;
  }

  .hero:hover img,
  .media:hover img,
  .room-media:hover img,
  .camp-visuals figure:hover img,
  .room-detail-strip figure:hover img {
    transform: scale(1.018);
  }

  footer a,
  .footer-site,
  .button,
  .bookbtn,
  .nav-action {
    transition: color .25s ease, border-color .25s ease, background .25s ease, transform .25s ease, opacity .25s ease;
  }

  footer a:hover,
  .footer-site:hover {
    color: #fff !important;
  }

  .bookbtn:hover,
  .nav-action:hover,
  .button:hover {
    transform: translateY(-2px);
  }
}

@keyframes wo-fade-up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes wo-footer-rise {
  from {
    opacity: .86;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes wo-footer-item {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes wo-footer-bottom {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.site-header {
  position: sticky !important;
  top: 0;
  z-index: 20;
  padding: 0 !important;
  background: rgba(31, 27, 23, .94) !important;
  color: var(--wo-sand) !important;
  border-bottom: 1px solid rgba(250, 247, 239, .09) !important;
  backdrop-filter: blur(14px);
}

footer {
  position: relative;
  overflow: hidden;
}

footer::before {
  content: "";
  position: absolute;
  left: clamp(22px, 5vw, 64px);
  right: clamp(22px, 5vw, 64px);
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(155, 120, 57, .5), transparent);
  opacity: .75;
}

.footer-grid {
  position: relative;
}

.footer-grid a {
  width: fit-content;
}

.footer-grid a:not(.footer-site)::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  margin-top: 2px;
  background: rgba(155, 120, 57, .82);
  transition: width .28s ease;
}

.footer-grid a:not(.footer-site):hover::after {
  width: 100%;
}

.site-header nav,
.site-header .nav {
  width: 100%;
  max-width: 1280px !important;
  min-height: 86px !important;
  margin: 0 auto !important;
  padding: 8px clamp(20px, 4vw, 46px) !important;
  display: grid !important;
  grid-template-columns: minmax(180px, 1fr) auto minmax(130px, 1fr) !important;
  align-items: center !important;
  gap: clamp(18px, 2.6vw, 34px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.brand {
  justify-self: start !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-width: 180px !important;
  font-family: var(--wo-sans) !important;
  color: var(--wo-sand) !important;
  text-shadow: none !important;
}

.brand img {
  width: auto !important;
  height: 72px !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
  color: currentColor !important;
}

.camp-visuals {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 128px;
  gap: 12px;
}

.camp-visuals figure,
.room-detail-strip figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--wo-earth);
}

.camp-visuals figure.wide {
  grid-column: span 2;
}

.camp-visuals img,
.room-detail-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.05) brightness(.94) sepia(.06);
}

.camp-visuals figcaption,
.room-detail-strip figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 16px 14px;
  color: rgba(250, 247, 239, .86);
  background: linear-gradient(to top, rgba(31, 27, 23, .72), transparent);
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .03em;
}

.room-detail-strip {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.room-detail-strip figure {
  height: 230px;
}

.brand span,
.brand-title {
  display: grid !important;
  gap: 1px !important;
  margin: 0 !important;
  color: rgba(250, 247, 239, .62) !important;
  font-family: var(--wo-sans) !important;
  font-size: 10.5px !important;
  line-height: 1.35 !important;
  letter-spacing: .02em !important;
}

.brand strong,
.brand-title strong {
  color: var(--wo-sand) !important;
  font-family: var(--wo-sans) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: .04em !important;
}

.mainnav {
  justify-self: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(22px, 2.7vw, 34px) !important;
  color: rgba(250, 247, 239, .78) !important;
  font-family: var(--wo-sans) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: .08em !important;
  white-space: nowrap !important;
  flex-wrap: nowrap !important;
  text-shadow: none !important;
}

.mainnav a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 72px !important;
  padding: 0 !important;
  border-bottom: 2px solid transparent !important;
  color: inherit !important;
}

.mainnav a:hover,
.mainnav a.active {
  color: #fff !important;
  border-color: var(--wo-gold) !important;
}

.actions,
.nav-tools,
.nav-action {
  justify-self: end !important;
}

.actions,
.nav-tools {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 12px !important;
}

.bookbtn,
.nav-action {
  display: inline-flex !important;
  min-height: 38px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: var(--wo-gold) !important;
  color: #fff !important;
  padding: 9px 17px !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .12) !important;
  border: 0 !important;
  backdrop-filter: none !important;
  font-family: var(--wo-sans) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  letter-spacing: .02em !important;
  width: auto !important;
  text-shadow: none !important;
}

.lang-switch {
  display: inline-flex !important;
  min-height: 34px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(250, 247, 239, .26) !important;
  border-radius: 999px !important;
  color: rgba(250, 247, 239, .82) !important;
  padding: 8px 12px !important;
  font-family: var(--wo-sans) !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  letter-spacing: .06em !important;
}

.lang-switch:hover {
  color: #fff !important;
  border-color: rgba(155, 120, 57, .82) !important;
}

@media (max-width: 980px) {
  .site-header nav,
  .site-header .nav {
    grid-template-columns: 1fr auto !important;
    gap: 10px !important;
    min-height: 0 !important;
    padding: 12px 20px 14px !important;
    align-items: start !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .brand,
  .actions,
  .nav-tools,
  .nav-action {
    justify-self: start !important;
  }

  .mainnav {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    justify-content: flex-start !important;
    gap: 22px !important;
    overflow-x: auto !important;
    padding-bottom: 2px !important;
    font-size: 14px !important;
  }

  .mainnav a {
    min-height: 28px !important;
  }

  .bookbtn,
  .nav-action,
  .nav-tools {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  .bookbtn,
  .nav-action {
    min-height: 38px !important;
    width: fit-content !important;
    max-width: max-content !important;
    justify-self: end !important;
    align-self: center !important;
  }

  .nav-tools {
    justify-self: end !important;
    align-self: center !important;
    gap: 8px !important;
  }

  .brand img {
    height: 62px !important;
  }

  .camp-visuals {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 132px;
  }

  .camp-visuals figure.wide {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .brand img {
    width: auto !important;
    height: 54px !important;
  }

  .brand strong,
  .brand-title strong {
    font-size: 14px !important;
  }

  .hero h1 {
    font-size: 40px !important;
    line-height: 1.22 !important;
  }

  .camp-visuals,
  .room-detail-strip {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .camp-visuals {
    grid-auto-rows: 118px;
  }

  .camp-visuals figure.wide {
    grid-column: span 2;
  }

  .room-detail-strip figure {
    height: 190px;
  }

  .section-head h2,
  .copy h2,
  .room-copy h2,
  .safari-lead-copy h2 {
    font-size: 32px !important;
  }

  .mainnav {
    gap: 20px !important;
  }

  .lang-switch {
    min-height: 32px !important;
    padding: 7px 10px !important;
  }
}

/* Language-specific rhythm: Chinese reads better with tighter body flow; English needs wider, calmer line breaks. */
html[lang="zh-CN"] body {
  line-height: 1.78 !important;
  letter-spacing: 0 !important;
}

html[lang="zh-CN"] p,
html[lang="zh-CN"] li,
html[lang="zh-CN"] figcaption {
  line-height: 1.76 !important;
}

html[lang="zh-CN"] h1,
html[lang="zh-CN"] h2,
html[lang="zh-CN"] h3 {
  letter-spacing: .005em !important;
}

html[lang="en"] body {
  font-size: 16.5px !important;
  line-height: 1.72 !important;
}

html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3 {
  letter-spacing: 0 !important;
}

html[lang="en"] .hero h1 {
  max-width: 860px !important;
  line-height: 1.08 !important;
}

html[lang="en"] .hero p,
html[lang="en"] .section-head p,
html[lang="en"] .copy p,
html[lang="en"] .safari-lead-copy p,
html[lang="en"] .why-lead {
  max-width: 720px !important;
  line-height: 1.74 !important;
}

html[lang="en"] .mainnav {
  letter-spacing: .045em !important;
  gap: clamp(18px, 2.6vw, 34px) !important;
}

html[lang="en"] .eyebrow {
  letter-spacing: .16em !important;
}

@media (max-width: 640px) {
  html[lang="en"] .hero h1 {
    font-size: 38px !important;
    line-height: 1.12 !important;
  }

  html[lang="zh-CN"] .hero h1 {
    line-height: 1.18 !important;
  }
}

/* Small refinement pass: clearer CTAs, calmer Why section, room tags and rate-page anchors. */
.why-section {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}

.why-story {
  grid-template-columns: .82fr 1.18fr !important;
  gap: clamp(34px, 4.6vw, 58px) !important;
  align-items: center !important;
}

.why-copy {
  justify-content: center !important;
}

.why-lead {
  max-width: 520px !important;
  margin-top: 16px !important;
}

.why-list {
  margin-top: 22px !important;
}

.why-item {
  display: block !important;
  grid-template-columns: 1fr !important;
  padding: 15px 0 !important;
}

.why-item small {
  display: none !important;
}

.why-item h3 {
  color: var(--earth) !important;
}

.why-item p {
  max-width: 500px !important;
}

.why-media {
  grid-template-rows: minmax(380px, 1fr) 132px !important;
  gap: 14px !important;
}

.why-map svg {
  min-height: 380px !important;
}

.why-env {
  display: block !important;
  opacity: .94 !important;
}

.why-env img {
  height: 132px !important;
  object-position: 50% 42% !important;
}

.why-env figcaption {
  display: none !important;
}

.amenity-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.amenity-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(31, 27, 23, .12);
  background: rgba(250, 247, 239, .72);
  color: rgba(31, 27, 23, .72);
  padding: 6px 10px;
  font-size: 12.5px;
  line-height: 1;
  white-space: nowrap;
}

.page-jump {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px clamp(22px, 5vw, 64px) 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-jump a {
  border: 1px solid rgba(31, 27, 23, .13);
  background: rgba(255, 255, 255, .48);
  color: rgba(31, 27, 23, .72);
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1;
  transition: border-color .2s, color .2s, background .2s;
}

.page-jump a:hover {
  border-color: rgba(155, 120, 57, .45);
  color: var(--earth);
  background: rgba(255, 255, 255, .72);
}

.section-note,
.render-note {
  color: rgba(31, 27, 23, .52) !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}

.section-note {
  margin-top: 18px;
}

footer .render-note {
  color: rgba(250, 247, 239, .46) !important;
}

@media (max-width: 980px) {
  .why-story {
    grid-template-columns: 1fr !important;
  }

  .why-media {
    grid-template-rows: auto 150px !important;
  }

  .why-env img {
    height: 150px !important;
  }
}

@media (max-width: 640px) {
  .page-jump {
    padding-top: 16px;
    gap: 8px;
  }

  .page-jump a {
    font-size: 12.5px;
  }

  .amenity-tags {
    gap: 7px;
  }

  .why-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
