:root {
  --paper: #f1eee5;
  --paper-deep: #e5e1d6;
  --ink: #20382e;
  --pine: #203c31;
  --muted: #515e50;
  --ochre: #765431;
  --line: #20382e29;
  --serif: 'Songti SC', 'STSong', 'Noto Serif CJK SC', Georgia, serif;
  --sans: 'PingFang SC', 'Microsoft YaHei', -apple-system, sans-serif;
  --gutter: clamp(24px, 6vw, 112px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.85 var(--sans); -webkit-font-smoothing: antialiased; }
body.english { --serif: 'Iowan Old Style', 'Palatino Linotype', 'Book Antiqua', Georgia, serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; width: 100%; height: auto; }
.photo { display: block; }
figure, p { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.3; margin: 0; text-wrap: balance; }
h1 { font-size: clamp(44px, 5.5vw, 86px); letter-spacing: .02em; }
h2 { font-size: clamp(34px, 3.8vw, 58px); letter-spacing: .025em; }
h3 { font-size: clamp(23px, 2vw, 30px); }
em { font-weight: 400; }
.english h1, .english h2 { letter-spacing: -.035em; }
::selection { background: #d1bf9f; color: #15281f; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
main:focus { outline: none; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 200; background: var(--paper); padding: 10px 20px; }
.skip-link:focus { top: 12px; }
.section { padding: 116px var(--gutter); }
.eyebrow { font: 10px/1.7 var(--sans); font-weight: 500; letter-spacing: .2em; color: var(--ochre); margin-bottom: 22px; text-transform: uppercase; }
.eyebrow.light { color: #e1d1b7; }
.lead { font-size: 17px; line-height: 2; color: var(--muted); }
.button, .text-link { display: inline-flex; gap: 25px; align-items: center; justify-content: space-between; font-size: 12px; letter-spacing: .06em; }
.button { border: 1px solid; padding: 14px 23px; min-height: 50px; transition: background .2s, color .2s; }
.button.light { color: #fff; border-color: #ffffffa8; }
.button.dark { color: var(--ink); }
.button:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.button.light:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.text-link { border-bottom: 1px solid var(--line); padding: 9px 0; }
.text-link span, .button span { font-size: 19px; transition: transform .2s; }
.text-link:hover span, .button:hover span { transform: translate(3px,-3px); }
.site-header { position: fixed; inset: 0 0 auto; height: 96px; padding: 0 3.5vw; z-index: 100; display: flex; align-items: center; gap: 36px; color: white; transition: background .25s, color .25s, height .25s; }
.site-header.is-scrolled, .interior-page .site-header, .is-menu-open .site-header { background: #f1eee5f5; color: var(--ink); height: 78px; border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: none; }
.brand-mark { display: block; width: 43px; height: 43px; object-fit: contain; flex: none; }
.site-footer .brand-mark { filter: brightness(0) invert(1); }
.brand-name { width: 3.45em; font: 22px/1.2 var(--serif); letter-spacing: normal; }
.brand-name-cn, .brand-name small { display: flex; justify-content: space-between; width: 100%; }
/* Keep the customer-approved Latin wordmark narrower and centered beneath the Chinese name. */
.brand-name small { width: 92.15%; font: 7px/1.4 var(--sans); margin: 6px auto 0; }
.main-nav { display: flex; align-items: center; gap: clamp(16px,2.4vw,38px); margin: 0 auto; }
.main-nav > a { position: relative; font-size: 12px; padding: 12px 0; white-space: nowrap; }
.main-nav > a::after { content: ''; position: absolute; bottom: 8px; left: 0; right: 0; border-bottom: 1px solid; transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.main-nav > a:hover::after, .main-nav > a[aria-current]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 23px; }
.language-switch { min-width: 32px; min-height: 44px; display: grid; place-items: center; font-size: 12px; }
.header-contact { font-size: 11px; border-bottom: 1px solid #ffffff80; padding: 8px 0; white-space: nowrap; }
.site-header.is-scrolled .header-contact, .interior-page .header-contact { border-color: var(--line); }
.menu-button, .mobile-contact { display: none; }
.hero { position: relative; color: white; min-height: 680px; height: min(920px,100svh); isolation: isolate; overflow: hidden; }
.hero > .photo { width: 100%; height: 100%; position: absolute; inset: 0; z-index: 0; }
.hero > .photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 47%; }
.hero-shade { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, #081a13e8 0%, #081a13d1 30%, #081a138f 53%, #081a1338 77%, #081a131a 100%), linear-gradient(0deg, #06181099, transparent 38%); }
.hero-copy { position: absolute; z-index: 2; left: 8vw; bottom: 20%; max-width: 970px; right: 8vw; text-shadow: 0 2px 18px #03110966; }
.hero-copy .eyebrow.light { color: #f2e7d4; }
.hero-copy .button.light { background: #081a135c; border-color: #ffffffc9; text-shadow: none; }
.hero-copy .button.light:hover { background: var(--paper); }
.home-hero h1 { font-size: clamp(65px,7vw,105px); line-height: 1.27; letter-spacing: .11em; }
.home-hero h1 span { font-size: 1em; margin-left: 0; letter-spacing: inherit; }
.english .home-hero h1 { font-size: clamp(58px,6.2vw,92px); letter-spacing: -.035em; }
.hero-copy > p:not(.eyebrow) { margin: 30px 0; font: 16px/2 var(--serif); max-width: 660px; color: #fff; }
.hero-caption { position: absolute; z-index: 2; left: var(--gutter); right: var(--gutter); bottom: 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 10px; letter-spacing: .1em; }
.hero-caption .hero-scroll { font-size: 24px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #ffffff88; border-radius: 50%; }
.hero-photo-actions { display: flex; align-items: center; gap: 18px; flex: none; }
.introduction { display: grid; grid-template-columns: .17fr 1fr .82fr; gap: 5vw; align-items: center; }
.section-label { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; }
.section-label > span:first-child { white-space: nowrap; font-size: 8px; letter-spacing: .1em; color: var(--muted); }
.vertical-word { writing-mode: vertical-rl; font: 16px var(--serif); letter-spacing: .7em; margin-bottom: 15px; }
.introduction .lead { margin: 34px 0 24px; font-size: 15px; }
.intro-photo { margin-top: 60px; }
.intro-photo img { height: 440px; object-fit: cover; object-position: center; }
.intro-photo figcaption { text-align: right; margin-top: 13px; font-size: 9px; color: var(--muted); }
.destinations-section { background: var(--paper-deep); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 64px; }
.section-heading > p { max-width: 340px; color: var(--muted); font-size: 14px; padding-bottom: 7px; }
.places-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 64px 32px; }
.place-card { min-width: 0; }
.place-card.featured { grid-column: 1/-1; }
.place-image { display: block; position: relative; overflow: hidden; }
.place-image img { height: 370px; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.place-image img[src*="meiluo"] { object-position: center 58%; }
.featured .place-image img { height: min(65vw,600px); object-position: center 54%; }
.place-image:hover img { transform: scale(1.035); }
.image-arrow { position: absolute; right: 20px; bottom: 20px; width: 44px; height: 44px; border: 1px solid #fff9; background: #16332555; border-radius: 50%; color: #fff; display: grid; place-items: center; font-size: 22px; transition: background .2s; }
.place-image:hover .image-arrow { background: var(--pine); }
.place-meta { display: flex; gap: 21px; padding-top: 23px; }
.place-number { font: 10px/1.7 var(--sans); color: var(--ochre); padding-top: 4px; }
.place-meta .eyebrow { margin: 0 0 10px; font-size: 9px; }
.place-meta h3 { font-size: 28px; margin-bottom: 11px; }
.place-meta p:not(.eyebrow) { font-size: 12px; color: var(--muted); max-width: 540px; }
.place-type { font-size: 10px; color: var(--muted); margin-left: auto; flex-shrink: 0; padding-top: 4px; }
.place-card:not(.featured) .place-type { display: none; }
.wellbeing-feature { display: grid; grid-template-columns: 1fr 1fr; background: var(--pine); color: var(--paper); }
.wellbeing-photo { min-height: 800px; }
.wellbeing-photo .photo { height: 100%; }
.wellbeing-photo img { height: 100%; object-fit: cover; }
.wellbeing-copy { padding: 105px 6vw; }
.wellbeing-copy > p:not(.eyebrow) { margin: 28px 0 34px; color: #e0e4d9; font-size: 14px; }
.ritual-list { margin: 38px 0; }
.ritual-list > div { display: grid; grid-template-columns: 23px 1fr; column-gap: 18px; padding: 21px 0; border-top: 1px solid #ffffff30; }
.ritual-list > div > span { font-size: 9px; color: #d5c4a4; padding-top: 3px; }
.ritual-list h3 { font-size: 20px; }
.ritual-list p { grid-column: 2; margin-top: 8px; font-size: 12px; line-height: 1.8; color: #ccd5c8; }
.partnership-teaser { text-align: center; max-width: 1100px; margin: auto; }
.partnership-teaser > p:not(.eyebrow) { max-width: 650px; margin: 30px auto 26px; color: var(--muted); }
.faq-section { background: #eae7dc; display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 25px; align-items: flex-start; padding: 23px 0; list-style: none; cursor: pointer; font-size: 15px; }
.faq-list summary h3 { flex: 1; min-width: 0; font: inherit; text-wrap: initial; letter-spacing: normal; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: none; font-size: 21px; font-weight: 300; line-height: 1.2; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 30px 25px 0; color: var(--muted); font-size: 14px; }
.contact-section { background: var(--paper); }
.contact-method { display: grid; grid-template-columns: 260px 1fr; gap: 70px; align-items: center; }
.contact-method > div { max-width: 650px; }
.wechat-code { width: 240px; height: auto; background: white; }
.contact-method h3 { font-size: clamp(30px,3vw,46px); margin-bottom: 22px; }
.contact-method p:not(.eyebrow) { color: var(--muted); margin-bottom: 20px; max-width: 510px; }
.contact-method .fine-print { font-size: 12px; }
.contact-glyph { width: 180px; height: 180px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); font: 80px/1 var(--serif); }
.email-address { display: block; font: clamp(20px,2.2vw,30px)/1.5 var(--serif); margin: 25px 0; overflow-wrap: anywhere; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 7px; }
.contact-pending { padding: 15px 20px; border: 1px solid var(--line); }
.site-footer { background: var(--pine); padding: 70px var(--gutter) 24px; color: var(--paper); }
.footer-main { display: grid; grid-template-columns: 1.1fr 1.3fr .8fr; gap: 65px; padding-bottom: 75px; }
.footer-main > div > p { font: 13px/2 var(--serif); color: #d2dacc; margin-top: 25px; }
.footer-main nav { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 30px; align-content: start; font-size: 12px; }
.footer-main nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.footer-note { font: 20px/1.8 var(--serif); color: #e4e8dc; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 15px; border-top: 1px solid #ffffff2b; padding-top: 22px; color: #c3cdbf; font-size: 9px; }
.footer-bottom small { font-size: inherit; }
.footer-icp { white-space: nowrap; text-decoration: underline; text-underline-offset: 3px; }
.back-to-top { position: fixed; right: 20px; bottom: 20px; background: var(--paper); color: var(--ink); border: 1px solid var(--line); border-radius: 50%; width: 40px; height: 40px; display: grid; place-items: center; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: none; }
.breadcrumb-wrap { padding: 25px var(--gutter) 0; }
.interior-breadcrumb { padding-top: 112px; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; font-size: 10px; color: var(--muted); }
.breadcrumbs li:not(:last-child)::after { content: '/'; padding-left: 10px; color: #8b9588; }
.breadcrumbs a:hover { text-decoration: underline; }
.page-intro { padding-top: 70px; padding-bottom: 80px; max-width: 1420px; }
.page-intro h1 { max-width: 1070px; }
.page-intro .lead { margin-top: 35px; max-width: 770px; font-size: 17px; }
.all-places { padding-top: 75px; }
.destination-hero { height: 76svh; min-height: 600px; max-height: 850px; }
.destination-hero .hero-copy { bottom: 15%; }
.destination-hero h1 { font-size: clamp(45px,5.5vw,82px); max-width: 1100px; }
.destination-hero .hero-copy > p:not(.eyebrow) { margin-bottom: 0; }
.destination-intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: 10vw; padding-top: 75px; }
.destination-intro h2 { font-size: clamp(32px,3vw,47px); }
.place-facts { margin: 35px 0; border-top: 1px solid var(--line); }
.place-facts > div { padding: 18px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 95px 1fr; gap: 20px; }
.place-facts dt { color: var(--muted); font-size: 11px; }
.place-facts dd { margin: 0; font-size: 13px; }
.photo-story { display: grid; grid-template-columns: 1.45fr .7fr; align-items: center; gap: 6vw; padding-top: 0; }
.photo-story figure img { height: 550px; object-fit: cover; }
.experience-tags { padding: 0; margin: 30px 0; list-style: none; display: flex; flex-wrap: wrap; gap: 10px; }
.experience-tags li { font-size: 12px; border: 1px solid var(--line); padding: 7px 14px; }
.photo-story > div > p:not(.eyebrow) { color: var(--muted); font-size: 12px; }
.more-places .section-heading h2 { font-size: 39px; }
.editorial-section { padding-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.editorial-section figure img { height: 620px; object-fit: cover; }
.editorial-section > div > p:not(.eyebrow) { margin-top: 25px; color: var(--muted); }
.editorial-section .button { margin-top: 30px; }
.brand-directions { background: var(--paper-deep); }
.direction-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }
.direction-grid a { padding: 22px 0; border-top: 1px solid var(--line); }
.direction-grid a > span:first-child { font-size: 10px; color: var(--ochre); }
.direction-grid h2 { font-size: 32px; margin: 35px 0 20px; }
.direction-grid p { color: var(--muted); font-size: 14px; }
.direction-grid a > span:last-child { display: block; margin-top: 35px; font-size: 26px; }
.wide-photo { padding: 0 var(--gutter); }
.wide-photo img { max-height: 650px; object-fit: cover; }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 65px 7vw; }
.experience-grid article { border-top: 1px solid var(--line); padding-top: 28px; }
.experience-grid h2 { font-size: 30px; }
.experience-grid article > p:last-child { color: var(--muted); margin-top: 22px; }
.experience-note { color: var(--muted); padding-top: 60px; margin: 60px 0 30px; border-top: 1px solid var(--line); max-width: 850px; }
.service-list article { display: grid; grid-template-columns: 70px .7fr 1fr; gap: 40px; align-items: start; padding: 35px 0; border-top: 1px solid var(--line); }
.service-list article > span { font-size: 11px; color: var(--ochre); padding-top: 13px; }
.service-list h2 { font-size: 36px; }
.service-list p { color: var(--muted); }
.contact-page { padding-top: 25px; }
.contact-page .contact-method { background: var(--paper-deep); padding: 65px; }
.enquiry-tips { margin-top: 90px; max-width: 800px; }
.enquiry-tips h2 { font-size: 33px; }
.enquiry-tips ul { padding-left: 20px; color: var(--muted); margin-top: 30px; }
.enquiry-tips li { margin-top: 13px; }
.error-page { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; gap: 30px; }
.error-page h1 { margin-bottom: 20px; }
.error-page > div { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
@media (min-width: 1800px) { .section { padding-left: max(var(--gutter),calc((100vw - 1550px)/2)); padding-right: max(var(--gutter),calc((100vw - 1550px)/2)); } }
@media (max-width: 1120px) {
  .site-header { gap: 25px; }
  .main-nav { gap: 20px; }
  .header-actions { gap: 14px; }
  .header-contact { display: none; }
  .introduction { grid-template-columns: 1fr .8fr; gap: 7vw; }
  .section-label { display: none; }
  .place-image img { height: 300px; }
  .wellbeing-copy { padding: 75px 5vw; }
  .footer-main { gap: 40px; grid-template-columns: 1fr 1fr; }
  .footer-note { display: none; }
  .contact-method { gap: 40px; }
  .service-list article { grid-template-columns: 40px .7fr 1fr; gap: 20px; }
}
@media (max-width: 800px) {
  :root { --gutter: 28px; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .site-header, .site-header.is-scrolled, .interior-page .site-header { height: 76px; padding: 0 24px; justify-content: space-between; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-name { font-size: 19px; }
  .brand-name small { font-size: 6px; margin-top: 4px; }
  .header-actions { gap: 18px; }
  .menu-button { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 44px; height: 44px; background: none; border: 0; padding: 10px; color: inherit; }
  .menu-button span { display: block; width: 23px; height: 1px; background: currentColor; transition: transform .2s; }
  .is-menu-open .menu-button span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .is-menu-open .menu-button span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { display: none; position: absolute; top: 76px; left: 0; width: 100%; background: var(--paper); color: var(--ink); padding: 24px var(--gutter) 45px; border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px #1020170d; }
  .is-menu-open .main-nav { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav > a { font: 24px/1.5 var(--serif); padding: 17px 0; border-bottom: 1px solid var(--line); }
  .main-nav > a::after { display: none; }
  .main-nav .mobile-contact { display: block; font: 13px/1.8 var(--sans); margin-top: 15px; border: 0; }
  .hero { min-height: 680px; height: 92svh; max-height: 980px; }
  .hero-copy { left: var(--gutter); right: var(--gutter); bottom: 19%; }
  .hero-copy .eyebrow { font-size: 8px; }
  .home-hero h1 { font-size: clamp(58px,9vw,76px); }
  .hero-copy > p:not(.eyebrow) { font-size: 15px; max-width: 510px; }
  .hero-caption { font-size: 8px; bottom: 25px; }
  .introduction { grid-template-columns: 1fr 1fr; gap: 30px; }
  .introduction h2 { font-size: 35px; }
  .introduction .lead { font-size: 13px; margin-top: 25px; }
  .intro-photo { margin-top: 20px; }
  .intro-photo img { height: 380px; }
  .section-heading { gap: 30px; margin-bottom: 45px; }
  .section-heading > p { font-size: 12px; max-width: 240px; }
  .places-grid { gap: 45px 25px; }
  .place-image img { height: 250px; }
  .featured .place-image img { height: 440px; }
  .place-meta { gap: 14px; }
  .place-meta h3 { font-size: 23px; }
  .place-type { display: none; }
  .wellbeing-feature { grid-template-columns: 1fr; }
  .wellbeing-photo { min-height: 0; }
  .wellbeing-photo img { height: 480px; }
  .wellbeing-copy { padding: 75px var(--gutter); }
  .ritual-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
  .faq-section { grid-template-columns: 1fr; gap: 40px; }
  .contact-method { grid-template-columns: 200px 1fr; gap: 35px; }
  .wechat-code { width: 200px; }
  .contact-glyph { width: 140px; height: 140px; }
  .contact-page .contact-method { padding: 35px; }
  .interior-breadcrumb { padding-top: 100px; }
  .page-intro { padding-top: 50px; padding-bottom: 60px; }
  .destination-hero { min-height: 520px; height: 68svh; }
  .destination-hero h1 { font-size: 50px; }
  .destination-intro { grid-template-columns: 1fr; gap: 35px; padding-top: 55px; }
  .destination-intro h2 { max-width: 600px; }
  .photo-story { grid-template-columns: 1fr; gap: 40px; padding-top: 0; }
  .photo-story figure img { height: 450px; }
  .photo-story h2 br { display: none; }
  .editorial-section { grid-template-columns: 1fr; gap: 50px; padding-top: 0; }
  .editorial-section figure img { height: 480px; }
  .direction-grid { gap: 25px; }
  .direction-grid h2 { font-size: 27px; }
  .direction-grid p { font-size: 12px; }
  .wide-photo img { max-height: 500px; }
  .service-list article { grid-template-columns: 30px 1fr; gap: 10px 20px; }
  .service-list p { grid-column: 2; }
}
@media (max-width: 560px) {
  :root { --gutter: 23px; }
  body { font-size: 14px; }
  .section { padding-top: 66px; padding-bottom: 66px; }
  .site-header, .site-header.is-scrolled, .interior-page .site-header { padding: 0 20px; height: 72px; }
  .main-nav { top: 72px; }
  .header-actions { gap: 9px; }
  .hero { height: 90svh; min-height: 640px; }
  .hero > .photo img { object-position: 55% center; }
  .hero-shade { background: linear-gradient(90deg, #081a13b8, #081a1380), linear-gradient(0deg, #061810b3, #06181033 90%); }
  .hero-copy { bottom: 20%; }
  .home-hero h1 { font-size: 11.5vw; letter-spacing: .06em; }
  .english .home-hero h1 { font-size: 12.5vw; }
  .hero-copy > p:not(.eyebrow) { font-size: 14px; margin: 26px 0; }
  .hero-caption > span { max-width: 48%; line-height: 1.8; }
  .hero-photo-actions { gap: 10px; }
  .button { padding: 12px 20px; font-size: 11px; }
  .introduction { grid-template-columns: 1fr; gap: 25px; }
  .introduction h2 { font-size: 39px; }
  .introduction .lead { font-size: 14px; }
  .intro-photo { margin: 18px 0 0 45px; }
  .intro-photo img { height: 330px; }
  .section-heading { display: block; }
  .section-heading > p { max-width: none; margin-top: 25px; font-size: 13px; }
  .section-heading > .text-link { margin-top: 25px; }
  .places-grid { grid-template-columns: 1fr; gap: 38px; }
  .featured .place-image img, .place-image img { height: 310px; }
  .featured { grid-column: auto; }
  .place-meta { gap: 15px; padding-top: 19px; }
  .place-meta h3 { font-size: 25px; }
  .place-meta p:not(.eyebrow) { font-size: 12px; }
  .image-arrow { right: 15px; bottom: 15px; }
  .wellbeing-photo img { height: 390px; }
  .wellbeing-copy { padding: 65px var(--gutter); }
  .ritual-list { grid-template-columns: 1fr; }
  .ritual-list h3 { font-size: 21px; }
  .partnership-teaser > p:not(.eyebrow) { font-size: 13px; }
  .faq-list summary { font-size: 14px; padding: 22px 0; }
  .contact-method { grid-template-columns: 1fr; gap: 30px; }
  .wechat-code { width: 210px; max-width: 100%; }
  .contact-method h3 { font-size: 35px; }
  .contact-method p:not(.eyebrow) { font-size: 13px; }
  .contact-glyph { width: 90px; height: 90px; font-size: 43px; }
  .contact-page .contact-method { padding: 28px; }
  .contact-method .eyebrow { font-size: 9px; }
  .site-footer { padding: 60px var(--gutter) 25px; }
  .footer-main { grid-template-columns: 1fr; gap: 45px; padding-bottom: 45px; }
  .footer-main nav { gap: 19px 25px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .back-to-top { width: 38px; height: 38px; right: 12px; bottom: 12px; }
  .page-intro { padding-top: 45px; padding-bottom: 50px; }
  .page-intro h1 { font-size: 39px; }
  .page-intro .lead { margin-top: 25px; font-size: 15px; }
  .destination-hero { min-height: 590px; height: 77svh; }
  .destination-hero h1 { font-size: 43px; }
  .destination-hero .hero-copy { bottom: 13%; }
  .destination-hero .hero-copy .eyebrow { font-size: 9px; }
  .destination-intro { padding-top: 45px; }
  .destination-intro .lead { font-size: 15px; }
  .place-facts > div { grid-template-columns: 80px 1fr; gap: 15px; }
  .photo-story { padding-top: 0; }
  .photo-story figure img { height: 340px; }
  .more-places .section-heading h2 { font-size: 34px; }
  .editorial-section { padding-top: 0; }
  .editorial-section figure img { height: 380px; }
  .editorial-section h2 { font-size: 34px; }
  .direction-grid { grid-template-columns: 1fr; gap: 20px; }
  .direction-grid h2 { margin: 20px 0 12px; font-size: 29px; }
  .direction-grid p { font-size: 14px; }
  .direction-grid a > span:last-child { margin-top: 20px; }
  .wide-photo { padding: 0; }
  .wide-photo img { height: 350px; object-fit: cover; }
  .experience-grid { grid-template-columns: 1fr; gap: 40px; }
  .experience-grid h2 { font-size: 28px; }
  .experience-note { margin-top: 40px; padding-top: 40px; }
  .enquiry-tips { margin-top: 60px; }
  .enquiry-tips h2 { font-size: 30px; }
  .email-address { font-size: 21px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .site-header, .site-footer, .back-to-top, .skip-link { display: none; }
  .hero { min-height: 300px; height: 400px; }
  .section { padding: 35px 0; }
  .interior-breadcrumb { padding-top: 0; }
  .faq-list details > p { display: block; }
}
/* Display the supplied QR at a readable size; its downloadable original is unchanged. */
.wechat-panel { width: 260px; max-width: 100%; }
.qr-frame { position: relative; width: 100%; aspect-ratio: 1; display: block; overflow: hidden; background: white; }
.qr-frame img { position: absolute; width: 132.2581%; max-width: none; height: auto; left: -16.129%; top: -55.1613%; }
.contact-method .qr-caption { font-size: 11px; text-align: center; margin: 13px 0 0; }
.contact-method h2 { font-size: clamp(30px,3vw,46px); margin-bottom: 22px; }
.qr-dialog { width: min(430px,calc(100vw - 32px)); padding: 40px 30px 25px; border: 0; background: var(--paper); color: var(--ink); max-height: calc(100svh - 32px); overflow: auto; }
.qr-dialog::backdrop { background: #07180fd1; }
.qr-dialog > p:first-of-type { font: 25px/1.4 var(--serif); margin-bottom: 20px; }
.qr-dialog .fine-print { font-size: 12px; margin-top: 20px; }
.dialog-close { position: absolute; right: 10px; top: 6px; width: 44px; height: 44px; border: 0; background: none; color: var(--ink); font-size: 28px; }
.email-actions { display: flex; flex-wrap: wrap; gap: 25px; align-items: center; }
.copy-email { color: var(--ink); background: none; border: 0; border-bottom: 1px solid var(--line); padding: 10px 0; }
.copy-status { min-height: 1.8em; margin-top: 15px; }
.content-meta { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px 30px; padding: 28px var(--gutter); border-top: 1px solid var(--line); font-size: 11px; color: var(--muted); }
.content-meta a, .reference-note a { text-decoration: underline; text-underline-offset: 4px; }
.reference-section { padding: 35px var(--gutter); }
.reference-note { max-width: 850px; padding: 20px 0 20px 24px; border-left: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.reference-note p + p { margin-top: 12px; font-size: 11px; }
.reference-note cite { font-style: normal; }
.information-page { max-width: 1000px; padding-top: 30px; }
.information-page h2 { font-size: clamp(25px,3vw,37px); margin-bottom: 24px; }
.information-page p { color: var(--muted); margin-bottom: 22px; }
.information-page > section { padding: 28px 0; border-top: 1px solid var(--line); }
@media (max-width: 800px) { .wechat-panel { width: 100%; } }
@media (max-width: 560px) { .wechat-panel { width: 260px; margin: 0 auto; } .contact-method h2 { font-size: 35px; } }
.language-switch { min-width: 44px; }
@media (max-width: 800px) {
  .no-js .site-header { position: relative; height: auto; flex-wrap: wrap; padding-top: 18px; padding-bottom: 18px; background: var(--paper); color: var(--ink); }
  .no-js .main-nav { position: static; display: flex; order: 3; padding: 15px 0 0; flex-direction: column; align-items: stretch; box-shadow: none; }
  .no-js .menu-button { display: none; }
  .no-js .interior-breadcrumb { padding-top: 25px; }
}

/* A distinct navigation surface keeps labels readable over every photograph. */
.site-header, .site-header.is-scrolled, .interior-page .site-header, .is-menu-open .site-header {
  height: 88px; background: #f1eee5fa; color: var(--ink); border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px); gap: 30px;
}
.site-header.is-scrolled { height: 78px; }
.main-nav { gap: clamp(20px,2.5vw,40px); }
.main-nav > a, .nav-destinations > summary { font-size: 14px; line-height: 1.5; padding: 16px 0; }
.main-nav > a[aria-current="page"] { font-weight: 600; }
.nav-destinations { position: relative; }
.nav-destinations > summary { display: flex; align-items: center; gap: 9px; cursor: pointer; list-style: none; white-space: nowrap; }
.nav-destinations > summary::-webkit-details-marker { display: none; }
.nav-destinations[data-active] > summary { text-decoration: underline; text-underline-offset: 9px; }
.nav-chevron { width: 7px; height: 7px; border: solid currentColor; border-width: 0 1px 1px 0; transform: rotate(45deg); margin: -4px 3px 0; transition: transform .2s; }
.nav-destinations[open] .nav-chevron { transform: rotate(225deg); margin-top: 3px; }
.destinations-menu { position: absolute; top: calc(100% + 12px); left: -28px; width: 390px; background: var(--paper); color: var(--ink); padding: 12px 20px; border: 1px solid var(--line); box-shadow: 0 18px 45px #0a21152b; max-height: calc(100svh - 120px); overflow-y: auto; overscroll-behavior: contain; }
@media (min-width: 1041px) and (hover: hover) and (pointer: fine) {
  .nav-destinations[open]::after { content: ''; position: absolute; top: 100%; left: -28px; width: 390px; height: 12px; }
}
.nav-all-places { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px; border-bottom: 1px solid var(--line); font-size: 14px; }
.nav-place-list { padding: 8px 0; }
.nav-place-list a { display: block; padding: 10px 12px; }
.nav-place-list small { display: block; color: var(--muted); font-size: 10px; line-height: 1.6; margin-bottom: 3px; letter-spacing: .04em; }
.nav-place-list a > span { font: 17px/1.5 var(--serif); display: block; }
.destinations-menu a:hover, .destinations-menu a[aria-current="page"] { background: var(--paper-deep); }
.destinations-menu a:focus-visible { outline-offset: -2px; }
.header-contact { display: inline-flex; gap: 15px; align-items: center; min-height: 44px; background: var(--pine); color: var(--paper); padding: 10px 18px; border: 1px solid var(--pine); font-size: 12px; }
.header-contact:hover { background: #314f40; }
.header-contact[aria-current="page"] { outline: 1px solid var(--pine); outline-offset: 3px; }
.header-actions { gap: 18px; flex: none; }
.main-nav .mobile-contact { display: none; }
.menu-button span { width: auto; height: auto; background: none; transform: none !important; }
.menu-button .menu-text { font-size: 12px; }
.menu-button .menu-icon { display: grid; gap: 6px; }
.menu-icon i { width: 21px; height: 1px; background: currentColor; transition: transform .2s; }
.is-menu-open .menu-icon i:first-child { transform: translateY(3.5px) rotate(45deg); }
.is-menu-open .menu-icon i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
@media (max-width: 1120px) and (min-width: 1041px) {
  .site-header { gap: 20px; padding-inline: 24px; }
  .main-nav { gap: 19px; }
  .main-nav > a, .nav-destinations > summary { font-size: 13px; }
  .header-actions { gap: 8px; }
  .header-contact { padding: 10px 12px; }
}
@media (max-width: 1040px) {
  .site-header, .site-header.is-scrolled, .interior-page .site-header, .is-menu-open .site-header { height: 76px; padding: 0 24px; justify-content: space-between; gap: 18px; }
  .header-contact { display: none; }
  .menu-button { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 10px; padding: 0; width: 80px; height: 44px; border: 0; background: none; color: inherit; }
  .main-nav { display: none; position: absolute; top: 76px; left: 0; width: 100%; background: var(--paper); color: var(--ink); padding: 12px var(--gutter) 28px; margin: 0; max-height: calc(100svh - 76px); overflow-y: auto; overscroll-behavior: contain; border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px #10201714; }
  .is-menu-open .main-nav { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav > a, .nav-destinations > summary { font: 22px/1.5 var(--serif); padding: 16px 0; border-bottom: 1px solid var(--line); }
  .main-nav > a::after { display: none; }
  .nav-destinations > summary { justify-content: space-between; }
  .destinations-menu { position: static; width: 100%; padding: 4px 10px; max-height: none; overflow: visible; overscroll-behavior: auto; box-shadow: none; background: #e8e4d9; border: 0; }
  .nav-place-list a { padding: 11px 12px; }
  .nav-place-list a > span { font-size: 17px; }
  .main-nav .mobile-contact { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; margin-top: 20px; background: var(--pine); color: var(--paper); font: 14px/1.5 var(--sans); border: 0; }
  .main-nav .mobile-contact[aria-current] { outline: 1px solid var(--pine); outline-offset: 3px; }
  .no-js .site-header { position: relative; height: auto; flex-wrap: wrap; padding-top: 18px; padding-bottom: 18px; }
  .no-js .main-nav { position: static; display: flex; order: 3; flex-basis: 100%; padding: 15px 0 0; flex-direction: column; align-items: stretch; max-height: none; box-shadow: none; }
  .no-js .menu-button { display: none; }
  .no-js .interior-breadcrumb { padding-top: 25px; }
}
@media (max-width: 560px) {
  .site-header, .site-header.is-scrolled, .interior-page .site-header, .is-menu-open .site-header { height: 72px; padding: 0 20px; gap: 12px; }
  .header-actions { gap: 8px; }
  .menu-button { width: 70px; }
  .main-nav { top: 72px; max-height: calc(100svh - 72px); }
  .no-js .site-header { height: auto; }
  .no-js .main-nav { max-height: none; }
}

/* Photographs retain normal links when JavaScript is unavailable. */
.place-visual, .zoomable-photo { position: relative; display: block; }
.zoomable-photo { overflow: hidden; cursor: zoom-in; }
.zoomable-photo:focus-visible { outline-offset: 4px; }
.zoom-label, .photo-enlarge { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 10px 14px; background: #10251ef0; color: #fff; border: 1px solid #ffffff80; font: 11px/1.5 var(--sans); letter-spacing: .02em; cursor: zoom-in; }
.zoom-label { position: absolute; z-index: 2; right: 18px; bottom: 18px; pointer-events: none; }
.place-visual > .photo-enlarge { position: absolute; top: 16px; right: 16px; z-index: 2; }
.photo-enlarge:hover, .zoomable-photo:hover .zoom-label { background: #2b4b3a; }
.wellbeing-photo .zoomable-photo { height: 100%; }
[data-parallax] { overflow: hidden; }
[data-parallax] > img { transform: translate3d(0,var(--parallax-y,0px),0) scale(1.10); }
.image-dialog { position: fixed; inset: 0; width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; padding: 40px 32px; border: 0; background: transparent; color: #fff; overflow: hidden; }
.image-dialog::backdrop { background: #040d09e8; }
.image-dialog-close { position: absolute; z-index: 1; top: 14px; right: 18px; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: #07150c66; color: inherit; }
.image-dialog-close span { font: 32px/1 var(--sans); }
.image-dialog-close:hover { background: #ffffff26; }
.image-dialog-viewport { display: grid; place-items: center; width: 100%; height: 100%; }
.image-dialog-viewport img { display: block; width: auto; height: auto; max-width: 100%; max-height: calc(100svh - 80px); object-fit: contain; }
body.is-image-open { overflow: hidden; }
@media (max-width: 560px) {
  .zoom-label { right: 12px; bottom: 12px; }
  .photo-enlarge, .zoom-label { font-size: 10px; gap: 7px; padding: 9px 11px; }
  .image-dialog { padding: 40px 12px; }
  .image-dialog-close { top: 10px; right: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  [data-parallax] > img { transform: none; }
}
@media print {
  .site-header, .photo-enlarge, .zoom-label, .image-dialog { display: none; }
  [data-parallax] > img { transform: none; }
}
