.kailash-page {
  --canvas: oklch(91% 0.045 85);
  --mist: oklch(88% 0.034 98);
  --sand: oklch(78% 0.058 86);
  --ink: oklch(22% 0.026 85);
  --ink-60: oklch(22% 0.026 85 / 0.66);
  --ink-70: oklch(22% 0.026 85 / 0.78);
  --gold: oklch(72% 0.15 72);
  --gold-soft: oklch(84% 0.112 82);
  --gold-deep: oklch(52% 0.14 63);
  --teal: oklch(35% 0.055 165);
  --white: oklch(96% 0.026 88);
  --parchment: oklch(90% 0.045 86);
  --parchment-deep: oklch(84% 0.06 83);
  --paper: oklch(94% 0.033 88);
  --brown-line: oklch(58% 0.07 75 / 0.36);
  --dragon-unit: 200px;
  background:
    radial-gradient(circle at 15% 8%, oklch(96% 0.035 84 / 0.7), transparent 34rem),
    linear-gradient(180deg, var(--paper), var(--parchment));
  background-attachment: scroll, scroll;
  color: var(--ink);
  font-size: 1.2rem;
  letter-spacing: 0;
}

.kailash-page::before {
  content: "";
  display: none;
}

.kailash-page > header,
.kailash-page > main,
.kailash-page > footer {
  position: relative;
  z-index: 1;
}

.kailash-page > main {
  overflow: hidden;
}

.kailash-page > main::before {
  content: "";
  position: absolute;
  inset: min(92vh, 940px) 0 0;
  z-index: 0;
  background-image:
    url("/static/platform_core/kailash_dragon/dragon-raster-top-600.webp"),
    url("/static/platform_core/kailash_dragon/dragon-raster-bottom-800.webp"),
    url("/static/platform_core/kailash_dragon/dragon-raster-paws-800.webp"),
    url("/static/platform_core/kailash_dragon/dragon-raster-tile-200.webp");
  background-position:
    center top,
    center bottom,
    center calc(var(--dragon-unit) * 3),
    center calc(var(--dragon-unit) * 2);
  background-size:
    100% calc(var(--dragon-unit) * 3),
    100% calc(var(--dragon-unit) * 4),
    100% calc(var(--dragon-unit) * 4),
    100% var(--dragon-unit);
  background-repeat:
    no-repeat,
    no-repeat,
    repeat-y,
    repeat-y;
  opacity: 0.84;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.kailash-page > main > section {
  position: relative;
  z-index: 1;
}

.kailash-page h1,
.kailash-page h2,
.kailash-page h3,
.kailash-page p,
.kailash-page a,
.kailash-page li,
.kailash-page span,
.kailash-page small,
.kailash-page strong {
  letter-spacing: 0;
}

.kailash-page .site-header {
  border-bottom: 1px solid var(--brown-line);
  background: oklch(93% 0.035 87 / 0.92);
  box-shadow: 0 10px 30px oklch(27% 0.05 77 / 0.08);
}

.kailash-page .brand strong {
  font-size: 1.12rem;
}

.kailash-page .brand span {
  font-size: 0.74rem;
  letter-spacing: 0.08em;
}

.kailash-page .main-nav a {
  font-size: 0.84rem;
  letter-spacing: 0;
}

.kailash-page .button {
  min-height: 48px;
  border-color: var(--gold-deep);
  background: var(--gold-deep);
  color: oklch(98% 0.014 88);
  font-size: 0.9rem;
  letter-spacing: 0;
  box-shadow: 0 12px 24px oklch(52% 0.14 63 / 0.22);
}

.kailash-page .button.secondary {
  background: oklch(94% 0.033 88 / 0.74);
  color: var(--ink);
  box-shadow: none;
}

.route-icons {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.route-icon {
  width: 1.06em;
  height: 1.06em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.route-icon-height {
  color: var(--gold-deep);
}

.travel-section {
  position: relative;
  background:
    linear-gradient(180deg, oklch(94% 0.033 88 / 0.54), oklch(90% 0.045 86 / 0.58)),
    oklch(90% 0.045 86 / 0.44);
}

.travel-section .inner {
  position: relative;
  z-index: 1;
}

.kailash-hero {
  min-height: min(92vh, 940px);
  background-position: center 47%;
  background-size: cover;
}

.kailash-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, oklch(18% 0.025 80 / 0.18), transparent 28%, oklch(18% 0.025 80 / 0.18)),
    linear-gradient(90deg, oklch(96% 0.027 88 / 0.22), transparent 38%);
  pointer-events: none;
}

.kailash-hero .travel-hero-inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-height: inherit;
  padding-top: min(50vh, 500px);
  padding-bottom: clamp(20px, 4vh, 46px);
}

.kailash-page .hero-plate {
  max-width: 580px;
  border: 1px solid oklch(70% 0.075 80 / 0.54);
  border-radius: 14px;
  background: oklch(94% 0.033 88 / 0.7);
  box-shadow: 0 22px 56px oklch(18% 0.03 74 / 0.22);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 24px 28px 26px;
}

.kailash-page .travel-label,
.kailash-page .eyebrow {
  color: var(--gold-deep);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.kailash-page .travel-hero h1 {
  max-width: 12ch;
  margin-top: 8px;
  color: var(--ink);
  font-size: 4.18rem;
  line-height: 0.98;
  font-weight: 300;
}

.kailash-page .travel-sub {
  max-width: 32ch;
  margin-top: 12px;
  color: var(--ink-70);
  font-size: 1.34rem;
  line-height: 1.42;
}

.kailash-page .travel-dates {
  max-width: 100%;
  margin-top: 14px;
  border-radius: 8px;
  background: var(--gold-deep);
  color: oklch(98% 0.014 88);
  white-space: normal;
  font-size: 1.05rem;
  letter-spacing: 0;
}

.kailash-page .travel-hero .actions {
  margin-top: 16px;
}

.kailash-page .travel-section h2 {
  max-width: 15ch;
  margin-bottom: 24px;
  color: var(--ink);
  font-size: 3.55rem;
  line-height: 1.06;
  font-weight: 300;
}

.kailash-page .travel-section p,
.kailash-page .star-list li {
  color: var(--ink-70);
  font-size: 1.24rem;
  line-height: 1.68;
}

.kailash-page .travel-section .lead {
  max-width: 62ch;
  color: var(--ink);
  font-size: 1.46rem;
  line-height: 1.62;
}

.kailash-about::after {
  content: "";
  position: absolute;
  right: 4vw;
  bottom: 2rem;
  width: min(360px, 40vw);
  aspect-ratio: 1;
  background: url("/static/platform_core/kailash_dragon/cloud-divider.png") center / contain no-repeat;
  opacity: 0.16;
  pointer-events: none;
}

.kailash-about-photo > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border: 1px solid var(--brown-line);
  border-radius: 14px;
  background:
    linear-gradient(180deg, oklch(96% 0.025 88 / 0.78), oklch(90% 0.045 86 / 0.88)),
    var(--paper);
  padding: clamp(20px, 4vw, 42px);
}

.kailash-page .ask-form,
.kailash-page .panel,
.kailash-page .tl-card,
.guide-symbol,
.kailash-dragon-panel {
  border: 1px solid var(--brown-line);
  border-radius: 12px;
  background:
    linear-gradient(180deg, oklch(95% 0.029 88 / 0.9), oklch(88% 0.043 86 / 0.82)),
    oklch(94% 0.033 88 / 0.74);
  box-shadow: 0 12px 34px oklch(26% 0.05 76 / 0.07);
}

.kailash-page .ask-form {
  margin-top: 20px;
}

.kailash-two-part {
  overflow: hidden;
  border-block: 1px solid var(--brown-line) !important;
  background:
    linear-gradient(90deg, oklch(88% 0.053 88 / 0.48), oklch(94% 0.032 88 / 0.6)),
    oklch(90% 0.045 86 / 0.4);
}

.kailash-two-part::before {
  content: "";
  display: none;
}

.kailash-two-part .what-compass {
  animation: none;
}

.kailash-two-part .two-col::before {
  background: linear-gradient(180deg, transparent, var(--brown-line) 16%, var(--brown-line) 84%, transparent);
}

.kailash-symbol {
  width: 112px;
  opacity: 0.92;
}

.kailash-route {
  overflow: hidden;
  background:
    linear-gradient(180deg, oklch(90% 0.035 90 / 0.42), oklch(84% 0.04 88 / 0.56)),
    oklch(90% 0.045 86 / 0.34);
}

.kailash-route::before {
  opacity: 0.22;
  filter: sepia(0.4);
}

.kailash-route::after {
  right: -6vw;
  top: 12%;
  max-width: 760px;
  background:
    linear-gradient(90deg, transparent, oklch(90% 0.035 90 / 0.74)),
    url("/static/platform_core/kailash_dragon/pine-rock.png") center / contain no-repeat;
  opacity: 0.42;
}

.kailash-route .inner {
  isolation: isolate;
}

.kailash-route .inner::before {
  content: "";
  position: absolute;
  top: 116px;
  right: clamp(6px, 3vw, 42px);
  z-index: 0;
  width: min(760px, 86vw);
  height: 300px;
  background: url("data:image/svg+xml,%3Csvg width='760' height='300' viewBox='0 0 760 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M40 248 C114 238 142 210 196 216 C250 222 274 176 326 178 C377 180 410 112 462 126 C512 139 532 60 586 83 C640 105 656 36 718 52' stroke='%23a26512' stroke-width='5' opacity='.42'/%3E%3Cpath d='M40 266 C142 250 214 240 304 248 C392 256 454 196 542 205 C626 213 674 136 724 124' stroke='%2338271c' stroke-width='2' stroke-dasharray='10 14' opacity='.3'/%3E%3Cpath d='M430 254 L518 116 L562 174 L604 70 L724 254 Z' fill='%23bf8120' opacity='.14' stroke='%23815a19' stroke-width='3'/%3E%3Cpath d='M604 70 L580 136 L626 130 Z' fill='%23f2dd9c' opacity='.35'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  opacity: 0.92;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.kailash-route .inner > * {
  position: relative;
  z-index: 1;
}

.route-intro {
  margin-bottom: 28px;
}

.route-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 24px;
}

.route-legend span,
.route-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  border: 1px solid oklch(64% 0.09 74 / 0.28);
  border-radius: 999px;
  background: oklch(95% 0.03 88 / 0.68);
  color: var(--ink);
  padding: 7px 12px;
  font-family: "Montserrat", "Manrope", Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
}

.route-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 14px;
}

.route-meta .altitude-chip {
  border-color: oklch(72% 0.15 72 / 0.48);
  background: oklch(84% 0.112 82 / 0.28);
  color: var(--gold-deep);
}

.kailash-route .tl-day {
  position: relative;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 28px;
  padding-bottom: 32px;
}

.kailash-route .timeline {
  position: relative;
  margin-top: 36px;
}

.kailash-route .timeline::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  bottom: 20px;
  left: 102px;
  width: 0;
  border-left: 3px dotted oklch(52% 0.14 63 / 0.52);
}

.kailash-route .tl-day::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 94px;
  z-index: 2;
  width: 17px;
  height: 17px;
  border: 3px solid oklch(96% 0.026 88 / 0.95);
  border-radius: 999px;
  background: var(--gold-deep);
  box-shadow: 0 0 0 4px oklch(72% 0.15 72 / 0.2);
}

.kailash-route .tl-date {
  color: var(--gold-deep);
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: 0;
}

.kailash-route .tl-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 31%) minmax(0, 1fr);
  gap: 10px 24px;
  align-items: start;
  min-width: 0;
  overflow: hidden;
  padding: 20px 24px 22px;
}

.kailash-route .tl-day.peak .tl-card {
  border-color: oklch(72% 0.15 72 / 0.72);
  border-width: 1px;
  background:
    linear-gradient(180deg, oklch(96% 0.035 85 / 0.92), oklch(89% 0.046 83 / 0.88)),
    oklch(94% 0.033 88 / 0.72);
}

.kailash-route .tl-card h3 {
  grid-column: 2;
  max-width: 58ch;
  margin-bottom: 0;
  color: var(--ink);
  font-size: 1.58rem;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  overflow-wrap: anywhere;
}

.kailash-route .tl-card p {
  grid-column: 2;
  position: relative;
  z-index: 1;
  max-width: 72ch;
  margin-bottom: 0;
  font-size: 1.18rem;
  line-height: 1.68;
}

.kailash-route .route-meta,
.kailash-route .peak-badge {
  grid-column: 2;
}

.peak-badge {
  position: relative;
  z-index: 1;
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--ink);
  font-size: 0.9rem;
  letter-spacing: 0;
}

.route-card-photo {
  grid-column: 1;
  grid-row: 1 / span 4;
  display: block;
  width: 100%;
  height: clamp(156px, 15vw, 210px);
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid oklch(56% 0.073 76 / 0.34);
  border-radius: 10px;
  box-shadow: 0 16px 34px oklch(22% 0.026 85 / 0.16);
  filter: sepia(0.12) saturate(0.95) contrast(1.04);
}

.kailash-practice {
  overflow: hidden;
  background:
    linear-gradient(180deg, oklch(92% 0.039 87 / 0.58), oklch(84% 0.05 84 / 0.62)),
    url("/static/platform_core/kailash_dragon/cloud-divider.png") center 8% / min(980px, 94vw) auto no-repeat,
    oklch(90% 0.045 86 / 0.34);
}

.kailash-practice::before {
  content: "";
  display: none;
}

.kailash-dragon-panel {
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: clamp(28px, 5vw, 58px);
}

.kailash-dragon-panel img {
  width: min(460px, 100%);
  filter: contrast(1.05) sepia(0.12);
}

.himalaya-page .kailash-team-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kailash-page .team-card {
  gap: 18px;
}

.kailash-page .team-card h3 {
  font-size: 1.66rem;
}

.kailash-page .team-card p {
  font-size: 1.16rem;
}

.guide-symbol {
  width: 100%;
  max-width: 460px;
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, oklch(96% 0.026 88 / 0.82), oklch(88% 0.043 86 / 0.82)),
    url("/static/platform_core/kailash_dragon/corner-cloud-pine.png") right bottom / 74% auto no-repeat;
}

.guide-symbol img {
  width: min(164px, 46%);
  aspect-ratio: auto;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
}

.kailash-cost {
  overflow: hidden;
  background:
    linear-gradient(150deg, oklch(63% 0.17 65 / 0.94) 0%, oklch(73% 0.15 74 / 0.94) 48%, oklch(54% 0.15 58 / 0.95) 100%);
}

.kailash-cost::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  z-index: 0;
  height: calc(var(--dragon-unit) * 4);
  background: url("/static/platform_core/kailash_dragon/dragon-raster-bottom-800.webp") center bottom / 100% calc(var(--dragon-unit) * 4) no-repeat;
  opacity: 0.5;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.kailash-cost .travel-section h2,
.kailash-cost h2 {
  max-width: 20ch;
  color: oklch(98% 0.014 88);
}

.kailash-cost .grid {
  align-items: start;
}

.kailash-cost .panel {
  border-color: oklch(98% 0.014 88 / 0.38);
  background: oklch(96% 0.026 88 / 0.9);
}

.kailash-cost .panel h3 {
  color: var(--ink);
  font-size: 1.5rem;
}

.kailash-cost .star-list.compact li {
  font-size: 1.14rem;
}

.visa-note {
  display: grid;
  gap: 6px;
  margin-top: 24px;
  border: 1px solid oklch(98% 0.014 88 / 0.46);
  border-radius: 12px;
  background: oklch(22% 0.026 85 / 0.22);
  color: oklch(98% 0.014 88);
  padding: 18px 22px;
}

.visa-note strong {
  color: oklch(99% 0.012 86);
  font-family: "Montserrat", "Manrope", Arial, sans-serif;
  font-size: 1.22rem;
}

.visa-note span {
  color: oklch(98% 0.014 88 / 0.9);
  font-size: 1.1rem;
  line-height: 1.55;
}

.kailash-cost .payment-choice {
  margin: 0 0 30px;
  border-radius: 14px;
  background: oklch(20% 0.03 76);
}

.kailash-cost .payment-choice[open] summary {
  border-bottom: 0;
}

.kailash-cost .payment-choice summary strong {
  max-width: 520px;
  white-space: normal;
  color: var(--gold-soft);
  font-size: 2.9rem;
  line-height: 1.03;
  text-align: right;
}

.kailash-cost .payment-choice summary em {
  align-self: center;
  border-color: var(--gold-soft);
  background: var(--gold-soft);
  color: var(--ink);
}

.kailash-cost .payment-options .button {
  min-width: min(260px, 100%);
}

.kailash-cost .fine-print {
  max-width: 920px;
  font-size: 1.1rem;
}

.kailash-page .site-footer {
  background: oklch(18% 0.024 74);
}

@media (max-width: 1180px) {
  .kailash-page .main-nav {
    gap: 10px;
  }

  .kailash-page .main-nav a {
    font-size: 0.78rem;
  }
}

@media (max-width: 1000px) {
  .kailash-page .main-nav a {
    font-size: 0.9rem;
  }
}

@media (max-width: 900px) {
  .kailash-page {
    font-size: 1.12rem;
  }

  .kailash-hero {
    min-height: 760px;
    background-position: 58% center;
  }

  .kailash-hero .travel-hero-inner {
    padding-top: 380px;
  }

  .kailash-page .hero-plate {
    max-width: 560px;
  }

  .kailash-page .travel-section h2 {
    max-width: 16ch;
    font-size: 2.78rem;
  }

  .himalaya-page .kailash-team-grid {
    grid-template-columns: 1fr;
  }

  .guide-symbol {
    aspect-ratio: 16 / 11;
  }

  .kailash-cost .payment-choice summary strong {
    text-align: left;
  }

  .kailash-page > main::before {
    top: 760px;
  }
}

@media (max-width: 640px) {
  .kailash-page {
    background:
      radial-gradient(circle at 15% 8%, oklch(96% 0.035 84 / 0.7), transparent 34rem),
      linear-gradient(180deg, var(--paper), var(--parchment));
  }

  .kailash-page > main::before {
    top: 720px;
    background-size:
      100% calc(var(--dragon-unit) * 3),
      100% calc(var(--dragon-unit) * 4),
      100% calc(var(--dragon-unit) * 4),
      100% var(--dragon-unit);
    opacity: 0.76;
  }

  .kailash-hero {
    min-height: 720px;
    background-position: 61% center;
  }

  .kailash-hero .travel-hero-inner {
    padding-top: 360px;
    padding-bottom: 24px;
  }

  .kailash-page .travel-hero h1 {
    max-width: 15ch;
    font-size: 2.88rem;
    line-height: 1;
  }

  .kailash-page .travel-sub {
    margin-top: 10px;
    font-size: 1.12rem;
    line-height: 1.42;
  }

  .kailash-page .hero-plate {
    border-radius: 12px;
    padding: 16px;
  }

  .kailash-page .travel-dates {
    margin-top: 12px;
    border-radius: 10px;
    padding: 8px 12px;
    font-size: 0.96rem;
    line-height: 1.35;
  }

  .kailash-page .travel-hero .actions {
    gap: 8px;
    margin-top: 12px;
  }

  .kailash-page .actions .button {
    width: auto;
    min-height: 42px;
    padding: 8px 12px;
    font-size: 0.82rem;
  }

  .kailash-about-photo > img {
    padding: 18px;
  }

  .route-legend {
    gap: 8px;
  }

  .kailash-route .inner::before {
    top: 500px;
    right: -92px;
    width: 330px;
    height: 170px;
    opacity: 0.56;
  }

  .route-legend span,
  .route-meta span {
    border-radius: 9px;
    font-size: 0.92rem;
  }

  .kailash-route .tl-day {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-left: 28px;
  }

  .kailash-route .tl-date {
    text-align: left;
  }

  .kailash-route .timeline::before {
    left: 8px;
  }

  .kailash-route .tl-day::before {
    top: 38px;
    left: 0;
  }

  .kailash-route .tl-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
  }

  .kailash-route .tl-card h3 {
    font-size: 1.34rem;
  }

  .kailash-route .tl-card h3,
  .kailash-route .route-meta,
  .kailash-route .peak-badge,
  .kailash-route .tl-card p,
  .route-card-photo {
    grid-column: 1;
  }

  .route-card-photo {
    grid-row: auto;
    height: clamp(178px, 48vw, 210px);
  }

  .kailash-cost .payment-choice summary strong {
    font-size: 2.15rem;
  }
}
