:root {
  --retreat-paper: #f4efe5;
  --retreat-paper-light: #fbf8f1;
  --retreat-paper-deep: #e9dfce;
  --retreat-ink: #292d2b;
  --retreat-blue: #1f3440;
  --retreat-blue-soft: #405765;
  --retreat-forest: #34443b;
  --retreat-forest-light: #617064;
  --retreat-gold: #9a7449;
  --retreat-gold-light: #c5aa7c;
  --retreat-line: rgba(55, 49, 40, 0.17);
  --retreat-max: min(1180px, calc(100vw - 48px));
}

.retreat-page {
  overflow-x: clip;
  background: var(--retreat-paper);
  color: var(--retreat-ink);
}

.retreat-page main {
  background: var(--retreat-paper);
}

.retreat-page [id] {
  scroll-margin-top: 90px;
}

.retreat-page h1,
.retreat-page h2,
.retreat-page h3 {
  color: inherit;
  font-family: var(--font-display);
  font-weight: 400;
}

.retreat-page h1 {
  font-size: clamp(50px, 6.7vw, 92px);
  line-height: 1.09;
  letter-spacing: 0.025em;
}

.retreat-page h2 {
  font-size: clamp(34px, 4.6vw, 60px);
  line-height: 1.18;
}

.retreat-page h3 {
  font-size: clamp(26px, 2.7vw, 36px);
  line-height: 1.25;
}

.retreat-page p {
  color: inherit;
}

.retreat-page .site-header {
  background: rgba(246, 240, 230, 0.94);
}

.retreat-kicker {
  margin: 0 0 14px;
  color: var(--retreat-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.retreat-lead {
  max-width: 610px;
  margin-top: 28px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.85;
}

.retreat-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.retreat-meta i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.55;
}

.retreat-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.retreat-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.06em;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.retreat-button:hover {
  transform: translateY(-2px);
}

.retreat-button:focus-visible,
.retreat-text-link:focus-visible,
.retreat-scroll-controls button:focus-visible,
.retreat-poster-card:focus-visible,
.retreat-lightbox button:focus-visible,
.retreat-video-trigger:focus-visible {
  outline: 2px solid var(--retreat-gold-light);
  outline-offset: 4px;
}

.retreat-button--solid {
  border-color: var(--retreat-gold);
  background: var(--retreat-gold);
  color: #fffaf1;
}

.retreat-button--solid:hover {
  border-color: #7c5b37;
  background: #7c5b37;
}

.retreat-button--outline {
  border-color: rgba(251, 248, 241, 0.62);
  background: rgba(24, 40, 48, 0.28);
  color: var(--retreat-paper-light);
}

.retreat-button--light {
  border-color: var(--retreat-paper-light);
  background: var(--retreat-paper-light);
  color: var(--retreat-blue);
}

.retreat-button--light-outline {
  border-color: rgba(251, 248, 241, 0.58);
  color: var(--retreat-paper-light);
}

.retreat-hero {
  position: relative;
  display: grid;
  min-height: min(800px, calc(100svh - 74px));
  overflow: hidden;
  place-items: center start;
  background: var(--retreat-blue);
  color: var(--retreat-paper-light);
}

.retreat-hero-copy {
  position: relative;
  z-index: 3;
  width: min(760px, calc(100vw - 48px));
  margin-left: max(24px, calc((100vw - 1180px) / 2));
  padding: 64px 42px;
  background: transparent;
  text-shadow: 0 2px 18px rgba(8, 18, 23, 0.62);
}

.retreat-hero-copy h1 {
  font-size: clamp(48px, 4.7vw, 68px);
  line-height: 1.16;
}

.retreat-hero-copy .retreat-kicker,
.retreat-hero-copy .retreat-meta {
  color: var(--retreat-gold-light);
}

.retreat-landscape {
  position: relative;
  overflow: hidden;
  background: var(--retreat-blue-soft);
}

.retreat-landscape--hero {
  position: absolute;
  inset: 0;
  margin: 0;
}

.retreat-hero-poster,
.retreat-hero-video,
.retreat-hero-poster img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.retreat-hero-poster img,
.retreat-hero-video {
  object-fit: cover;
}

.retreat-hero-poster {
  z-index: 0;
}

.retreat-hero-video {
  z-index: 0;
}

.retreat-mountain {
  position: absolute;
  right: -4%;
  bottom: -1px;
  left: -4%;
  transform-origin: bottom center;
}

.retreat-mountain--far {
  height: 72%;
  background: #6c7e84;
  clip-path: polygon(0 87%, 8% 73%, 17% 78%, 28% 48%, 37% 70%, 48% 28%, 57% 60%, 67% 41%, 76% 65%, 88% 37%, 100% 67%, 100% 100%, 0 100%);
  opacity: 0.88;
}

.retreat-mountain--near {
  height: 54%;
  background: #263e45;
  clip-path: polygon(0 76%, 13% 43%, 22% 67%, 34% 31%, 46% 68%, 56% 47%, 66% 79%, 77% 29%, 88% 61%, 100% 39%, 100% 100%, 0 100%);
}

.retreat-orbit {
  position: absolute;
  top: 15%;
  right: 13%;
  width: 138px;
  aspect-ratio: 1;
  border: 1px solid rgba(240, 225, 197, 0.55);
  border-radius: 50%;
}

.retreat-landscape--hero figcaption {
  position: absolute;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 32px;
  z-index: 2;
  display: grid;
  justify-items: end;
  color: rgba(251, 248, 241, 0.82);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.retreat-landscape--hero figcaption strong {
  font-size: 13px;
  font-weight: 650;
}

.retreat-landscape--hero figcaption span {
  margin-top: 5px;
  opacity: 0.72;
}

.retreat-section {
  width: var(--retreat-max);
  margin: 0 auto;
  padding: clamp(82px, 10vw, 132px) 0;
}

.retreat-section-heading {
  max-width: 820px;
  margin: 0 auto clamp(44px, 6vw, 72px);
  text-align: center;
}

.retreat-section-heading > p:last-child:not(.retreat-kicker) {
  max-width: 650px;
  margin: 20px auto 0;
  color: #71695f;
  font-size: 16px;
}

.retreat-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.08fr);
  gap: clamp(48px, 8vw, 108px);
  align-items: center;
}

.retreat-section-copy h2 {
  max-width: 570px;
}

.retreat-intro .retreat-section-copy h2 {
  font-size: clamp(31px, 2.85vw, 42px);
  text-wrap: balance;
}

.retreat-prose {
  display: grid;
  gap: 17px;
  margin-top: 32px;
  color: #625d55;
  font-size: 16px;
  line-height: 1.9;
}

.retreat-photo-sequence {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(6, 64px);
  gap: 12px;
  min-width: 0;
}

.retreat-photo-slot {
  position: relative;
  z-index: 2;
  isolation: isolate;
  display: flex;
  grid-column: 4 / 7;
  grid-row: 1 / 4;
  min-height: 0;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: var(--retreat-forest-light);
  color: var(--retreat-paper-light);
}

.retreat-photo-slot > img,
.retreat-method-visual > img,
.retreat-memory-item > div > img,
.retreat-yunnan-visual > img,
.retreat-next-landscape > img,
.retreat-direction-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.retreat-has-photo::before {
  display: none;
}

.retreat-photo-slot.retreat-has-photo::after,
.retreat-method-visual.retreat-has-photo::after,
.retreat-memory-item > div.retreat-has-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 20, 24, 0.05) 38%, rgba(10, 20, 24, 0.58) 100%);
}

.retreat-photo-slot:nth-child(2) > img {
  object-position: 50% 68%;
}

.retreat-photo-slot::before,
.retreat-method-visual::before,
.retreat-memory-item > div::before,
.retreat-gallery-slot::before {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -18%;
  width: 74%;
  height: 62%;
  background: rgba(235, 221, 194, 0.16);
  clip-path: polygon(0 100%, 32% 32%, 54% 67%, 76% 18%, 100% 100%);
}

.retreat-photo-slot--tall {
  z-index: 1;
  grid-column: 1 / 4;
  grid-row: 1 / 6;
  background: var(--retreat-blue-soft);
}

.retreat-photo-slot--low {
  z-index: 3;
  grid-column: 3 / 7;
  grid-row: 4 / 7;
  background: #866e52;
}

.retreat-photo-slot[data-retreat-reveal] {
  opacity: 1;
  transition: transform 620ms ease;
}

.retreat-photo-slot span {
  position: relative;
  z-index: 2;
  font-family: Georgia, serif;
  font-size: 12px;
  letter-spacing: 0.15em;
}

.retreat-photo-slot figcaption {
  position: relative;
  z-index: 2;
  font-family: var(--font-display);
  font-size: 20px;
}

.retreat-method {
  width: 100%;
  max-width: none;
  padding-right: max(24px, calc((100vw - 1180px) / 2));
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  background: var(--retreat-paper-light);
}

.retreat-method-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 42px 24px;
}

.retreat-method-card {
  display: grid;
  grid-column: span 6;
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.85fr);
  gap: clamp(26px, 4vw, 50px);
  align-items: center;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--retreat-line);
}

.retreat-method-card--vertical {
  grid-template-columns: 1fr;
}

.retreat-method-card--wide {
  grid-column: span 7;
}

.retreat-method-card--vertical:nth-child(2) {
  grid-column: 9 / 13;
  padding-top: 80px;
}

.retreat-method-card--vertical:nth-child(3) {
  grid-column: 1 / 5;
  padding-top: 42px;
}

.retreat-method-card--reverse {
  grid-column: 6 / 13;
}

.retreat-method-card--reverse .retreat-method-visual {
  order: 2;
}

.retreat-method-visual {
  position: relative;
  display: grid;
  min-height: 260px;
  overflow: hidden;
  place-items: end start;
  padding: 20px;
  background: var(--retreat-blue-soft);
  color: var(--retreat-paper-light);
}

.retreat-method-card:nth-child(2) .retreat-method-visual {
  min-height: 390px;
  background: var(--retreat-forest);
}

.retreat-method-card:nth-child(3) .retreat-method-visual {
  min-height: 330px;
  background: #81694e;
}

.retreat-method-card:nth-child(4) .retreat-method-visual {
  background: #5f706c;
}

.retreat-method-visual span {
  position: relative;
  z-index: 2;
  font-family: Georgia, serif;
  font-size: 12px;
  letter-spacing: 0.15em;
}

.retreat-method-card h3 {
  margin-bottom: 14px;
}

.retreat-method-copy {
  position: relative;
  min-width: 0;
}

.retreat-method-copy > .retreat-kicker,
.retreat-method-copy > h3 {
  padding-right: 104px;
}

.retreat-method-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: clamp(68px, 5.5vw, 78px);
  height: auto;
  margin: 0;
  border: 1px solid rgba(64, 81, 72, 0.16);
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 16px 34px rgba(48, 55, 48, 0.1);
}

.retreat-method-card:nth-child(1) .retreat-method-visual > img {
  object-position: 50% 56%;
}

.retreat-method-card:nth-child(2) .retreat-method-visual > img {
  object-position: 50% 50%;
}

.retreat-method-card:nth-child(3) .retreat-method-visual > img {
  object-position: 52% 50%;
}

.retreat-method-card > div:last-child > p:last-child {
  color: #686159;
  line-height: 1.85;
}

.retreat-yunnan {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  min-height: 690px;
  background: var(--retreat-blue);
  color: var(--retreat-paper-light);
}

.retreat-yunnan-visual {
  min-height: 690px;
}

.retreat-yunnan-visual > img {
  object-position: 50% 46%;
}

.retreat-yunnan-copy {
  position: relative;
  isolation: isolate;
  display: flex;
  max-width: 620px;
  overflow: hidden;
  padding: clamp(62px, 8vw, 104px) clamp(34px, 6vw, 82px);
  flex-direction: column;
  justify-content: center;
  background: var(--retreat-blue);
}

.retreat-yunnan-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(18, 48, 65, 0.58), rgba(18, 48, 65, 0.8) 74%);
}

.retreat-yunnan-copy-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.78;
  filter: saturate(0.86) brightness(0.9);
  object-fit: cover;
  object-position: 50% 45%;
}

.retreat-yunnan-copy > :not(.retreat-yunnan-copy-bg) {
  position: relative;
  z-index: 2;
}

.retreat-status-label {
  display: inline-block;
  width: fit-content;
  margin: 0 0 22px;
  padding: 7px 11px;
  border-left: 2px solid var(--retreat-gold-light);
  background: rgba(255, 255, 255, 0.08);
  color: var(--retreat-gold-light);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.retreat-yunnan-name {
  margin-top: 28px;
  font-family: var(--font-display);
  font-size: 26px;
}

.retreat-english {
  margin-top: 5px;
  color: var(--retreat-gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 0.09em;
}

.retreat-facts {
  display: grid;
  gap: 0;
  margin: 28px 0;
  border-top: 1px solid rgba(251, 248, 241, 0.22);
}

.retreat-facts > div {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(251, 248, 241, 0.16);
}

.retreat-facts dt {
  color: var(--retreat-gold-light);
  font-size: 12px;
}

.retreat-facts dd {
  margin: 0;
  font-size: 13px;
}

.retreat-yunnan-copy > p:not(.retreat-kicker, .retreat-status-label, .retreat-yunnan-name, .retreat-english) {
  color: rgba(251, 248, 241, 0.9);
  line-height: 1.85;
}

.retreat-text-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--retreat-gold-light);
  color: var(--retreat-gold-light);
  font-size: 14px;
}

.retreat-text-link span {
  transition: transform 180ms ease;
}

.retreat-text-link:hover span {
  transform: translateX(5px);
}

.retreat-memory-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 260px 120px 260px;
  gap: 16px;
}

.retreat-memory #retreat-memory-title {
  font-size: clamp(34px, 3.7vw, 46px);
}

.retreat-memory-item {
  display: grid;
  min-width: 0;
  grid-template-rows: 1fr auto;
  margin: 0;
}

.retreat-memory-item > div {
  position: relative;
  display: grid;
  overflow: hidden;
  place-items: center;
  background: var(--retreat-blue-soft);
  color: rgba(251, 248, 241, 0.88);
}

.retreat-memory-item > div span {
  position: relative;
  z-index: 2;
  font-family: var(--font-display);
  font-size: 32px;
  letter-spacing: 0.2em;
}

.retreat-memory-item figcaption {
  padding: 15px 4px 0;
  color: #5e5850;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.55;
}

.retreat-memory-item--one {
  grid-column: 1 / 6;
  grid-row: 1 / 3;
}

.retreat-memory-item--two {
  grid-column: 6 / 13;
  grid-row: 1 / 2;
}

.retreat-memory-item--two > div {
  background: #68766b;
}

.retreat-memory-item--three {
  grid-column: 1 / 7;
  grid-row: 3 / 4;
}

.retreat-memory-item--three > div {
  background: #806b53;
}

.retreat-memory-item--four {
  grid-column: 7 / 13;
  grid-row: 2 / 4;
}

.retreat-memory-item--four > div {
  background: var(--retreat-forest);
}

.retreat-memory-item--one > div > img {
  object-position: 50% 57%;
}

.retreat-memory-item--two > div > img {
  object-position: 50% 54%;
}

.retreat-memory-item--four > div > img {
  object-position: 50% 48%;
}

.retreat-directions {
  width: 100%;
  max-width: none;
  padding-right: max(24px, calc((100vw - 1180px) / 2));
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  background: var(--retreat-paper-deep);
}

.retreat-direction-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--retreat-line);
  border-bottom: 1px solid var(--retreat-line);
}

.retreat-direction-grid article {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  padding: 42px 34px;
}

.retreat-direction-grid article + article {
  border-left: 1px solid var(--retreat-line);
}

.retreat-direction-mark {
  position: relative;
  z-index: 2;
  display: grid;
  width: 82px;
  height: 82px;
  margin-bottom: 66px;
  place-items: center;
  border: 1px solid rgba(52, 68, 59, 0.32);
  border-radius: 50%;
  color: var(--retreat-forest);
  font-family: var(--font-display);
  font-size: 28px;
}

.retreat-direction-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 22, 26, 0.22) 8%, rgba(10, 22, 26, 0.62) 58%, rgba(10, 22, 26, 0.94) 100%);
}

.retreat-direction-card > p,
.retreat-direction-card > h3 {
  position: relative;
  z-index: 2;
}

.retreat-direction-card .retreat-direction-mark {
  border-color: rgba(251, 248, 241, 0.58);
  color: var(--retreat-paper-light);
}

.retreat-direction-card .retreat-kicker,
.retreat-direction-card h3,
.retreat-direction-card > p:last-child {
  color: var(--retreat-paper-light);
  text-shadow: 0 2px 18px rgba(5, 13, 16, 0.82);
}

.retreat-direction-card > p:last-child {
  text-shadow: 0 1px 18px rgba(5, 13, 16, 0.5);
}

.retreat-direction-card:nth-child(1) .retreat-direction-image {
  object-position: 50% 50%;
}

.retreat-direction-card:nth-child(2) .retreat-direction-image {
  object-position: 54% 50%;
}

.retreat-direction-card:nth-child(3) .retreat-direction-image {
  object-position: 52% 50%;
}

.retreat-direction-grid h3 {
  margin-bottom: 13px;
}

.retreat-direction-grid article > p:last-child {
  line-height: 1.8;
}

.retreat-direction-note {
  max-width: 760px;
  margin: 34px auto 0;
  color: #6c635a;
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
}

.retreat-next {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  min-height: 650px;
  gap: clamp(40px, 8vw, 96px);
  align-items: center;
  padding: clamp(76px, 9vw, 118px) max(24px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  background: var(--retreat-forest);
  color: var(--retreat-paper-light);
}

.retreat-next-landscape {
  position: absolute;
  inset: 0;
  opacity: 0.42;
}

.retreat-next-landscape > img {
  object-position: 50% 58%;
}

.retreat-next-copy h2,
.retreat-next-copy > p:not(.retreat-kicker, .retreat-status-label) {
  white-space: pre-line;
}

.retreat-mat-note {
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: 0;
  pointer-events: none;
}

.retreat-mat-note span {
  position: absolute;
  z-index: 2;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 28px;
  width: max-content;
  max-width: calc(100vw - 48px);
  padding: 9px 12px;
  border: 1px solid rgba(251, 248, 241, 0.34);
  border-radius: 14px 14px 4px;
  background: rgba(18, 31, 37, 0.9);
  box-shadow: 0 12px 30px rgba(8, 18, 23, 0.2);
  color: rgba(251, 248, 241, 0.92);
  font-size: 12px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.retreat-mat-note::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 67%;
  bottom: 17%;
  width: 12.5%;
  height: 1px;
  background: rgba(251, 248, 241, 0.44);
  transform: rotate(14deg);
  transform-origin: left center;
}

.retreat-mat-note::after {
  content: "";
  position: absolute;
  left: calc(67% - 3px);
  bottom: calc(17% - 3px);
  z-index: 1;
  width: 5px;
  height: 5px;
  border: 1px solid rgba(251, 248, 241, 0.58);
  border-radius: 50%;
  background: rgba(18, 31, 37, 0.4);
}

.retreat-next-copy,
.retreat-contact {
  position: relative;
  z-index: 2;
}

.retreat-next-copy {
  max-width: 650px;
}

.retreat-next-copy > p:not(.retreat-kicker, .retreat-status-label) {
  max-width: 590px;
  margin-top: 22px;
  color: rgba(251, 248, 241, 0.78);
  line-height: 1.9;
}

.retreat-contact {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 22px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(251, 248, 241, 0.3);
  background: rgba(28, 43, 35, 0.7);
}

.retreat-contact img {
  width: 132px;
}

.retreat-contact div {
  display: grid;
  gap: 5px;
}

.retreat-contact strong {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
}

.retreat-contact span {
  color: rgba(251, 248, 241, 0.72);
  font-size: 12px;
}

.retreat-footer {
  background: var(--retreat-paper-light);
}

/* Yunnan record page */
.yunnan-hero {
  position: relative;
  min-height: min(820px, calc(100svh - 74px));
  overflow: hidden;
  background: var(--retreat-blue);
  color: var(--retreat-paper-light);
}

.yunnan-hero-visual {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.yunnan-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.yunnan-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 28, 34, 0.72) 0%, rgba(10, 28, 34, 0.46) 44%, rgba(10, 28, 34, 0.18) 72%, rgba(10, 28, 34, 0.3) 100%),
    linear-gradient(0deg, rgba(10, 28, 34, 0.38), transparent 48%);
}

.yunnan-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: var(--retreat-max);
  min-height: inherit;
  margin: 0 auto;
  padding: 54px 0 62px;
  flex-direction: column;
  justify-content: center;
}

.retreat-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 42px;
  color: rgba(251, 248, 241, 0.68);
  font-size: 12px;
}

.retreat-breadcrumb a:hover {
  color: #fff;
}

.yunnan-hero-copy h1 {
  max-width: 680px;
}

.yunnan-hero-facts {
  display: grid;
  max-width: 720px;
  gap: 10px;
  margin: 32px 0 0;
}

.yunnan-hero-facts > div {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
}

.yunnan-hero-facts dt {
  color: var(--retreat-gold-light);
  font-size: 12px;
}

.yunnan-hero-facts dd {
  margin: 0;
  font-size: 14px;
}

.retreat-asset-note {
  margin-top: 30px;
  color: rgba(251, 248, 241, 0.62);
  font-size: 11px;
  letter-spacing: 0.05em;
}

.journey-start {
  display: grid;
  grid-template-columns: minmax(350px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(44px, 7vw, 88px);
  align-items: center;
}

#journey-start-title {
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1.36;
}

#journey-start-title span {
  display: block;
  white-space: nowrap;
}

.journey-opening-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.journey-opening-strip figure {
  position: relative;
  display: flex;
  min-height: 330px;
  margin: 0;
  padding: 17px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: var(--retreat-blue-soft);
  color: var(--retreat-paper-light);
}

.journey-opening-strip figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 24, 30, 0.18), rgba(8, 24, 30, 0.08) 48%, rgba(8, 24, 30, 0.72));
}

.journey-opening-strip img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journey-opening-strip figure:nth-child(2) {
  margin-top: 42px;
}

.journey-opening-strip figure:nth-child(2) img {
  object-position: 50% 42%;
}

.journey-opening-strip figure:nth-child(3) img {
  object-position: 48% center;
}

.journey-opening-strip figure:nth-child(4) {
  margin-top: 42px;
}

.journey-opening-strip figure:nth-child(4) img {
  object-position: 48% center;
}

.journey-opening-strip span {
  position: relative;
  z-index: 1;
  font-family: Georgia, serif;
  font-size: 11px;
}

.journey-opening-strip figcaption {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-size: 20px;
}

.retreat-route {
  padding: clamp(78px, 9vw, 120px) max(24px, calc((100vw - 1180px) / 2));
  background: var(--retreat-paper-light);
}

.retreat-route-track {
  max-width: 1180px;
  margin: 0 auto;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-color: rgba(160, 111, 61, 0.48) transparent;
  scrollbar-width: thin;
}

.retreat-route-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  width: 1180px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.retreat-route-list::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 122px;
  right: calc(100% / 16);
  left: calc(100% / 16);
  border-top: 1px solid var(--retreat-gold-light);
}

.retreat-route-list li {
  position: relative;
  display: grid;
  grid-template-rows: 100px 14px 108px;
  justify-items: center;
  gap: 15px;
  padding: 0 10px;
  text-align: center;
}

.retreat-route-day {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.retreat-route-day > span {
  color: #5f584f;
  font-family: Georgia, serif;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.retreat-route-list li > i {
  z-index: 1;
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--retreat-paper-light);
  border-radius: 50%;
  background: var(--retreat-gold);
  box-shadow: 0 0 0 1px var(--retreat-gold-light);
}

.retreat-route-list li > img {
  z-index: 1;
  width: 108px;
  height: 108px;
  border: 1px solid var(--retreat-gold);
  border-radius: 50%;
  object-fit: cover;
}

.retreat-route-list p {
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 1.2;
}

.retreat-route-list small {
  display: block;
  margin-top: 6px;
  color: #756c62;
  font-size: 10px;
  line-height: 1.45;
}

.retreat-chapters {
  width: var(--retreat-max);
  margin: 0 auto;
  padding: clamp(82px, 10vw, 138px) 0;
}

.retreat-experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(42px, 6vw, 74px);
}

.retreat-experience-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--retreat-line);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.72);
}

.retreat-experience-card > img {
  width: 100%;
  height: 238px;
  object-fit: cover;
}

.retreat-experience-card:first-child > img {
  object-position: center 52%;
}

.retreat-experience-card:last-child > img {
  object-position: center 50%;
}

.retreat-experience-icon {
  position: absolute;
  top: 208px;
  left: 22px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid var(--retreat-gold-light);
  border-radius: 50%;
  background: var(--retreat-paper-light);
  color: var(--retreat-forest);
}

.retreat-experience-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.retreat-experience-copy {
  padding: 46px 24px 30px;
}

.retreat-experience-copy h3 {
  margin: 8px 0 14px;
  font-size: clamp(25px, 2.5vw, 32px);
}

.retreat-experience-copy > p:last-child {
  color: #625c54;
  font-size: 14px;
  line-height: 1.8;
}

.retreat-practice {
  padding: clamp(80px, 9vw, 120px) max(24px, calc((100vw - 1180px) / 2));
  background: var(--retreat-forest);
  color: var(--retreat-paper-light);
}

.retreat-practice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  margin: 0 auto;
  border-top: 1px solid rgba(251, 248, 241, 0.22);
  border-bottom: 1px solid rgba(251, 248, 241, 0.22);
}

.retreat-practice-grid article {
  min-height: 340px;
  padding: 36px 32px;
}

.retreat-practice-grid article + article {
  border-left: 1px solid rgba(251, 248, 241, 0.22);
}

.retreat-practice-grid span {
  display: block;
  margin-bottom: 82px;
  color: var(--retreat-gold-light);
  font-family: Georgia, serif;
  font-size: 12px;
}

.retreat-practice-grid h3 {
  margin-bottom: 17px;
  font-size: 27px;
}

.retreat-practice-grid p {
  color: rgba(251, 248, 241, 0.72);
  line-height: 1.85;
}

.retreat-boundary {
  max-width: 850px;
  margin: 32px auto 0;
  color: rgba(251, 248, 241, 0.66);
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

.retreat-seven {
  padding: clamp(82px, 9vw, 120px) max(24px, calc((100vw - 1320px) / 2));
  background: var(--retreat-paper-light);
}

.retreat-seven-heading {
  display: flex;
  max-width: 1180px;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin: 0 auto 42px;
}

.retreat-seven-heading > div:first-child {
  max-width: 760px;
}

.retreat-seven-heading > div:first-child > p:last-child {
  margin-top: 16px;
  color: #6b645b;
}

.retreat-scroll-controls {
  display: flex;
  gap: 8px;
}

.retreat-scroll-controls button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--retreat-line);
  border-radius: 50%;
  background: transparent;
  color: var(--retreat-ink);
  cursor: pointer;
  font-size: 20px;
}

.retreat-seven-track {
  display: grid;
  grid-auto-columns: minmax(190px, 1fr);
  grid-auto-flow: column;
  max-width: 1320px;
  gap: 12px;
  margin: 0 auto;
  overflow-x: auto;
  padding: 4px 4px 22px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--retreat-gold-light) transparent;
}

.retreat-poster-card {
  position: relative;
  display: block;
  min-height: 0;
  aspect-ratio: 1400 / 2488;
  overflow: hidden;
  scroll-snap-align: start;
  padding: 0;
  border: 1px solid rgba(159, 119, 69, 0.24);
  border-radius: 6px;
  background: #243f4b;
  color: var(--retreat-paper-light);
  cursor: pointer;
  text-align: left;
}

.retreat-poster-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 34, 38, 0.06) 48%, rgba(15, 31, 36, 0.88) 100%);
  content: "";
  pointer-events: none;
}

.retreat-poster-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 420ms ease;
}

.retreat-poster-card:hover img,
.retreat-poster-card:focus-visible img {
  transform: scale(1.015);
}

.retreat-poster-card span {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 5px 9px;
  border: 1px solid rgba(251, 248, 241, 0.42);
  border-radius: 999px;
  background: rgba(18, 38, 44, 0.5);
  color: var(--retreat-gold-light);
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 1;
  backdrop-filter: blur(6px);
}

.retreat-poster-card strong {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 46px;
  left: 16px;
  font-family: var(--font-display);
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: 400;
  line-height: 1.35;
}

.retreat-poster-card small {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 18px;
  left: 16px;
  color: rgba(251, 248, 241, 0.72);
  font-size: 12px;
}

.retreat-media-section {
  padding: clamp(84px, 10vw, 140px) max(24px, calc((100vw - 1180px) / 2));
  background: var(--retreat-paper);
}

.retreat-gallery {
  max-width: 1180px;
  margin: 0 auto;
}

.retreat-gallery > header {
  max-width: 720px;
  margin-bottom: 44px;
}

.retreat-gallery > header > p:last-child {
  margin-top: 18px;
  color: #6a635b;
}

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

.retreat-gallery-slot {
  position: relative;
  display: flex;
  grid-column: span 3;
  min-height: 240px;
  margin: 0;
  padding: 18px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: var(--retreat-blue-soft);
  color: var(--retreat-paper-light);
}

.retreat-gallery-slot > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.retreat-gallery-slot:nth-child(2) > img {
  object-position: 54% center;
}

.retreat-gallery-slot:nth-child(5) > img {
  object-position: center 58%;
}

.retreat-gallery-slot--large {
  grid-column: span 5;
  grid-row: span 2;
}

.retreat-gallery-slot--wide {
  grid-column: span 4;
}

.retreat-gallery-slot:nth-child(2) {
  background: var(--retreat-forest);
}

.retreat-gallery-slot:nth-child(3) {
  grid-column: span 4;
  background: #7c6850;
}

.retreat-gallery-slot:nth-child(4) {
  background: #5d706d;
}

.retreat-gallery-slot:nth-child(5) {
  background: #394e57;
}

.retreat-gallery-slot span,
.retreat-gallery-slot figcaption {
  position: relative;
  z-index: 1;
}

.retreat-gallery-slot span {
  font-family: var(--font-display);
  font-size: 27px;
}

.retreat-gallery-slot figcaption {
  color: rgba(251, 248, 241, 0.72);
  font-size: 12px;
}

.retreat-film {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(40px, 7vw, 86px);
  max-width: 1180px;
  align-items: center;
  margin: clamp(78px, 10vw, 130px) auto 0;
  padding-top: clamp(60px, 8vw, 92px);
  border-top: 1px solid var(--retreat-line);
}

.retreat-film-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--retreat-blue);
}

.retreat-film-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.retreat-video-trigger {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: var(--retreat-paper-light);
  cursor: pointer;
  text-align: center;
}

.retreat-video-trigger::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(13, 35, 44, 0.72), rgba(13, 35, 44, 0.22) 70%);
}

.retreat-video-trigger > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.retreat-video-trigger:hover > img {
  transform: scale(1.02);
}

.retreat-video-trigger span {
  position: relative;
  z-index: 2;
  display: grid;
  width: 68px;
  height: 68px;
  margin-bottom: 20px;
  place-items: center;
  border: 1px solid rgba(251, 248, 241, 0.5);
  border-radius: 50%;
  font-size: 20px;
}

.retreat-video-trigger strong,
.retreat-video-trigger small {
  position: relative;
  z-index: 2;
  display: block;
}

.retreat-video-trigger strong {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 400;
}

.retreat-video-trigger small {
  margin-top: 8px;
  color: rgba(251, 248, 241, 0.65);
}

.retreat-film-copy h2 {
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.34;
  white-space: nowrap;
}

.retreat-film-copy > p:last-child {
  margin-top: 20px;
  color: #6a635a;
  line-height: 1.8;
}

.retreat-film-copy > p:last-child a {
  display: inline-block;
  margin-left: 0.45em;
  border-bottom: 1px solid currentColor;
  color: var(--retreat-gold);
}

.retreat-closing {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--retreat-blue);
  color: var(--retreat-paper-light);
}

.retreat-closing::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 49, 68, 0.94) 0%, rgba(20, 49, 68, 0.82) 44%, rgba(20, 49, 68, 0.42) 78%, rgba(20, 49, 68, 0.24) 100%),
    linear-gradient(0deg, rgba(14, 32, 43, 0.52), rgba(14, 32, 43, 0.08) 70%);
}

.retreat-closing-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
}

.retreat-closing-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: var(--retreat-max);
  min-height: 620px;
  margin: 0 auto;
  padding: 70px 0;
  flex-direction: column;
  justify-content: center;
}

.retreat-closing-copy > p:not(.retreat-kicker) {
  max-width: 640px;
  margin-top: 24px;
  color: rgba(251, 248, 241, 0.76);
  line-height: 1.9;
}

.retreat-lightbox {
  width: min(960px, calc(100vw - 40px));
  max-height: calc(100svh - 40px);
  padding: 0;
  border: 0;
  background: var(--retreat-paper-light);
  color: var(--retreat-ink);
}

.retreat-lightbox::backdrop {
  background: rgba(13, 22, 26, 0.84);
}

.retreat-lightbox-toolbar,
.retreat-lightbox-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
}

.retreat-lightbox-toolbar {
  border-bottom: 1px solid var(--retreat-line);
}

.retreat-lightbox-toolbar p {
  display: flex;
  align-items: center;
  gap: 16px;
}

.retreat-lightbox-toolbar span {
  color: var(--retreat-gold);
  font-family: Georgia, serif;
  font-size: 12px;
}

.retreat-lightbox-toolbar strong {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 400;
}

.retreat-lightbox-toolbar button {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 28px;
}

.retreat-lightbox-content {
  display: grid;
  min-height: min(680px, calc(100svh - 190px));
  overflow: auto;
  place-items: center;
  background: var(--retreat-paper-deep);
}

.retreat-lightbox-content img {
  width: min(100%, 720px);
  height: auto;
}

.retreat-lightbox-placeholder {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 50px 24px;
  text-align: center;
}

.retreat-lightbox-placeholder strong {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 400;
}

.retreat-lightbox-placeholder span {
  color: #71695f;
  font-size: 13px;
}

.retreat-lightbox-nav {
  border-top: 1px solid var(--retreat-line);
}

.retreat-lightbox-nav button {
  min-height: 40px;
  padding: 8px 16px;
  border: 1px solid var(--retreat-line);
  background: transparent;
  cursor: pointer;
}

[data-retreat-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

[data-retreat-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .retreat-page .site-header {
    gap: 12px;
  }

  .retreat-page .site-nav {
    gap: 0;
  }

  .retreat-yunnan {
    grid-template-columns: 1fr 1fr;
  }

  .retreat-method-card--wide {
    grid-column: span 8;
  }

  .retreat-method-card--vertical:nth-child(2) {
    grid-column: 9 / 13;
  }
}

@media (max-width: 900px) {
  .retreat-page .site-header {
    z-index: 60;
  }

  .retreat-page [id] {
    scroll-margin-top: 82px;
  }

  .retreat-hero {
    min-height: 760px;
    align-items: end;
  }

  .retreat-hero-copy {
    width: calc(100vw - 32px);
    margin: 0 16px 28px;
    padding: 34px 26px;
  }

  .retreat-intro,
  .journey-start {
    grid-template-columns: 1fr;
  }

  .retreat-photo-sequence {
    grid-template-rows: repeat(6, 54px);
  }

  .retreat-method-grid {
    grid-template-columns: 1fr;
  }

  .retreat-method-card,
  .retreat-method-card--wide,
  .retreat-method-card--vertical:nth-child(2),
  .retreat-method-card--vertical:nth-child(3),
  .retreat-method-card--reverse {
    grid-column: auto;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 0.8fr);
    padding-top: 0;
  }

  .retreat-method-card--reverse .retreat-method-visual {
    order: initial;
  }

  .retreat-method-card:nth-child(2) .retreat-method-visual,
  .retreat-method-card:nth-child(3) .retreat-method-visual {
    min-height: 260px;
  }

  .retreat-method-copy > .retreat-kicker,
  .retreat-method-copy > h3 {
    padding-right: 84px;
  }

  .retreat-method-icon {
    width: 64px;
    border-radius: 17px;
  }

  .retreat-yunnan {
    grid-template-columns: 1fr;
  }

  .retreat-yunnan-visual {
    min-height: 480px;
  }

  .retreat-memory-grid {
    grid-template-rows: repeat(2, minmax(320px, auto));
  }

  .retreat-memory-item--one,
  .retreat-memory-item--two,
  .retreat-memory-item--three,
  .retreat-memory-item--four {
    grid-column: span 6;
    grid-row: auto;
  }

  .retreat-direction-grid {
    grid-template-columns: 1fr;
  }

  .retreat-direction-grid article {
    min-height: auto;
  }

  .retreat-direction-grid article + article {
    border-top: 1px solid var(--retreat-line);
    border-left: 0;
  }

  .retreat-direction-mark {
    margin-bottom: 34px;
  }

  .retreat-next {
    grid-template-columns: 1fr;
  }

  .retreat-contact {
    max-width: 440px;
  }

  .retreat-mat-note::before {
    left: 84%;
    bottom: 22%;
    width: 32%;
    transform: rotate(112deg);
  }

  .retreat-mat-note::after {
    left: calc(84% - 3px);
    bottom: calc(22% - 3px);
  }

  .journey-opening-strip {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .journey-opening-strip figure {
    min-width: 210px;
    scroll-snap-align: start;
  }

  .retreat-route-track {
    padding-bottom: 20px;
    scroll-snap-type: x mandatory;
  }

  .retreat-route-list {
    grid-template-columns: repeat(8, 150px);
    width: 1200px;
  }

  .retreat-route-list li {
    scroll-snap-align: start;
  }

  .retreat-experience-grid {
    grid-template-columns: none;
    grid-auto-columns: minmax(320px, 72vw);
    grid-auto-flow: column;
    overflow-x: auto;
    padding-bottom: 18px;
    scroll-snap-type: x mandatory;
  }

  .retreat-experience-card {
    scroll-snap-align: start;
  }

  .retreat-practice-grid {
    grid-template-columns: 1fr;
  }

  .retreat-practice-grid article {
    min-height: auto;
  }

  .retreat-practice-grid article + article {
    border-top: 1px solid rgba(251, 248, 241, 0.22);
    border-left: 0;
  }

  .retreat-practice-grid span {
    margin-bottom: 38px;
  }

  .retreat-gallery-grid {
    grid-template-rows: repeat(3, minmax(220px, auto));
  }

  .retreat-gallery-slot,
  .retreat-gallery-slot--wide,
  .retreat-gallery-slot:nth-child(3) {
    grid-column: span 6;
  }

  .retreat-gallery-slot--large {
    grid-column: span 12;
    grid-row: span 1;
  }

  .retreat-film {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  :root {
    --retreat-max: calc(100vw - 32px);
  }

  .retreat-page h1 {
    font-size: clamp(42px, 12.8vw, 58px);
  }

  .retreat-hero-copy h1 {
    font-size: clamp(28px, 8.8vw, 43px);
    white-space: nowrap;
  }

  .retreat-page h2 {
    font-size: clamp(31px, 9.4vw, 43px);
  }

  #retreat-route-title,
  #retreat-chapters-title {
    font-size: clamp(23px, 7.2vw, 30px);
    line-height: 1.16;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }

  .retreat-page h3 {
    font-size: 26px;
  }

  .retreat-meta {
    gap: 8px;
    font-size: 11px;
  }

  .retreat-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .retreat-button {
    width: 100%;
  }

  .retreat-hero {
    min-height: calc(100svh - 66px);
  }

  .retreat-hero-copy {
    width: calc(100vw - 24px);
    margin: 0 12px 16px;
    padding: 28px 20px;
  }

  .retreat-hero-copy .retreat-lead br {
    display: none;
  }

  .retreat-orbit {
    top: 9%;
    right: 9%;
    width: 88px;
  }

  .retreat-landscape--hero figcaption {
    top: 18px;
    right: 16px;
    bottom: auto;
    max-width: 230px;
    text-align: right;
  }

  .retreat-section {
    padding: 72px 0;
  }

  .retreat-photo-sequence {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .retreat-photo-slot,
  .retreat-photo-slot--tall,
  .retreat-photo-slot--low {
    grid-column: auto;
    grid-row: auto;
    min-height: 240px;
  }

  .retreat-method {
    padding-right: 16px;
    padding-left: 16px;
  }

  .retreat-method-card,
  .retreat-method-card--wide,
  .retreat-method-card--vertical:nth-child(2),
  .retreat-method-card--vertical:nth-child(3),
  .retreat-method-card--reverse {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .retreat-method-visual,
  .retreat-method-card:nth-child(2) .retreat-method-visual,
  .retreat-method-card:nth-child(3) .retreat-method-visual {
    min-height: 260px;
  }

  .retreat-yunnan-visual {
    min-height: 390px;
  }

  .retreat-yunnan-copy {
    padding: 54px 20px 70px;
  }

  .retreat-facts > div {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .retreat-memory-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .retreat-memory-item--one,
  .retreat-memory-item--two,
  .retreat-memory-item--three,
  .retreat-memory-item--four {
    grid-column: auto;
  }

  .retreat-memory-item > div {
    min-height: 270px;
  }

  .retreat-directions {
    padding-right: 16px;
    padding-left: 16px;
  }

  .retreat-direction-grid article {
    padding: 34px 20px;
  }

  .retreat-next {
    padding-right: 16px;
    padding-left: 16px;
  }

  .retreat-mat-note {
    inset: 0;
  }

  .retreat-mat-note span {
    right: 16px;
    bottom: 20px;
    max-width: calc(100vw - 32px);
    padding: 8px 10px;
    border-radius: 12px 12px 4px;
    font-size: clamp(9px, 2.7vw, 11px);
    letter-spacing: 0.04em;
  }

  .retreat-mat-note::before {
    left: 84%;
    bottom: 22%;
    width: 32%;
    transform: rotate(112deg);
  }

  .retreat-mat-note::after {
    left: calc(84% - 3px);
    bottom: calc(22% - 3px);
  }

  .retreat-contact {
    grid-template-columns: 104px 1fr;
    gap: 16px;
    padding: 17px;
  }

  .retreat-contact img {
    width: 104px;
  }

  .yunnan-hero {
    min-height: 790px;
  }

  .yunnan-hero-visual img {
    object-position: center;
  }

  .yunnan-hero-visual::after {
    background:
      linear-gradient(0deg, rgba(10, 28, 34, 0.78) 0%, rgba(10, 28, 34, 0.42) 58%, rgba(10, 28, 34, 0.24) 100%),
      linear-gradient(90deg, rgba(10, 28, 34, 0.34), transparent 74%);
  }

  .yunnan-hero-copy {
    width: calc(100vw - 32px);
    padding: 38px 0 56px;
    justify-content: end;
  }

  .retreat-breadcrumb {
    margin-bottom: 28px;
  }

  .yunnan-hero-facts > div {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .journey-start {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .journey-opening-strip {
    margin-right: -16px;
  }

  .journey-opening-strip figure:nth-child(2),
  .journey-opening-strip figure:nth-child(4) {
    margin-top: 0;
  }

  .retreat-route {
    padding-right: 16px;
    padding-left: 16px;
  }

  .retreat-route-track {
    margin-right: -16px;
  }

  .retreat-experience-grid {
    grid-auto-columns: minmax(82vw, 290px);
    margin-right: -16px;
  }

  .retreat-practice {
    padding-right: 16px;
    padding-left: 16px;
  }

  .retreat-practice-grid article {
    padding: 32px 18px;
  }

  .retreat-seven {
    padding-right: 16px;
    padding-left: 16px;
  }

  .retreat-seven-heading {
    align-items: start;
  }

  .retreat-scroll-controls {
    display: none;
  }

  .retreat-seven-track {
    grid-auto-columns: minmax(78vw, 320px);
    margin-right: -16px;
  }

  .retreat-poster-card {
    min-height: 0;
  }

  .retreat-media-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .retreat-gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .retreat-gallery-slot,
  .retreat-gallery-slot--large,
  .retreat-gallery-slot--wide,
  .retreat-gallery-slot:nth-child(3) {
    grid-column: auto;
    min-height: 280px;
  }

  .retreat-film-copy {
    order: -1;
  }

  .retreat-closing-copy {
    min-height: 660px;
    padding: 62px 0 110px;
    justify-content: end;
  }

  .retreat-closing::after {
    background: linear-gradient(0deg, rgba(20, 49, 68, 0.96) 0%, rgba(20, 49, 68, 0.76) 68%, rgba(20, 49, 68, 0.34) 100%);
  }

  .retreat-closing-visual {
    object-position: 54% center;
  }

  .retreat-lightbox {
    width: calc(100vw - 16px);
    max-height: calc(100svh - 16px);
  }

  .retreat-lightbox-toolbar {
    padding: 12px 14px;
  }

  .retreat-lightbox-toolbar p {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .retreat-hero-video {
    display: none;
  }

  .retreat-page *,
  .retreat-page *::before,
  .retreat-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-retreat-reveal] {
    opacity: 1;
    transform: none;
  }
}
