﻿:root {
  --forest: #23382f;
  --moss: #546b46;
  --gold: #d7a84b;
  --ember: #b96d36;
  --ice-blue: #9fb7c8;
  --cream: #f5efe3;
  --paper: #fffaf0;
  --ink: #1f2a24;
  --muted: #6f756d;
  --line: rgba(31, 42, 36, 0.14);
  --shadow: 0 22px 60px rgba(48, 39, 25, 0.14);
  --radius: 8px;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, var(--cream), var(--paper) 38%, #f1e3cb 100%);
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; }
p { margin: 0; line-height: 1.78; }
h1, h2, h3 { margin: 0; letter-spacing: 0; }
ul { margin: 0; padding: 0; list-style: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.88);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-weight: 900; }
.brand-logo {
  display: block;
  width: 92px;
  height: 36px;
  object-fit: contain;
  border-radius: 3px;
  background: #fff;
}
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 32px;
  border-radius: 4px;
  color: var(--paper);
  background: var(--forest);
  font-size: 15px;
  letter-spacing: 0.08em;
}
.brand-text { font-size: 15px; }
.site-nav {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}
.site-nav::-webkit-scrollbar { display: none; }
.site-nav a {
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid rgba(84, 107, 70, 0.2);
  border-radius: 999px;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.38);
  font-size: 13px;
  font-weight: 800;
}
.language-switch {
  display: inline-flex;
  width: max-content;
  padding: 3px;
  border: 1px solid rgba(35, 56, 47, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}
.language-switch button {
  min-height: 30px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  color: var(--forest);
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}
.language-switch button.is-active {
  color: var(--paper);
  background: var(--forest);
}

.section-pad { padding: 58px 18px; }
.section-narrow { margin: 0 18px; }
.kicker {
  margin-bottom: 12px;
  color: var(--ember);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.section-head { max-width: 840px; margin-bottom: 30px; }
.section-head.centered { text-align: left; }
.section-head h2, .copy-block h2, .join h2, .trip-film h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 8.6vw, 58px);
  line-height: 1.08;
}
.section-head p + p { margin-top: 10px; }
.section-head p, .copy-block p, .join p, .trip-film p { color: var(--muted); }
.dark-section { color: var(--paper); background: var(--forest); }
.dark-section .kicker { color: var(--gold); }
.dark-section p, .dark-section li, .dark-section small { color: rgba(255, 250, 240, 0.76); }

.hero {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 22px;
}
.hero-media { order: 1; min-height: 56vh; }
.hero-copy { order: 2; }
.media-shell {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--forest), var(--moss));
  box-shadow: var(--shadow);
}
.media-shell img, .media-shell video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}
.media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(35, 56, 47, 0.24), rgba(215, 168, 75, 0.22)), linear-gradient(180deg, transparent 48%, rgba(20, 31, 25, 0.54));
  pointer-events: none;
}
.hero-caption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  color: rgba(255, 250, 240, 0.84);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-sound-button {
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 250, 240, 0.58);
  border-radius: 999px;
  color: var(--paper);
  background: rgba(35, 56, 47, 0.68);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  backdrop-filter: blur(10px);
}
h1 { margin-bottom: 18px; font-size: clamp(40px, 11vw, 78px); line-height: 1.04; }
.lead-copy { display: grid; gap: 12px; color: #38443c; font-size: 17px; }
.small-note { margin-top: 16px; color: var(--muted); font-size: 13px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 4px;
  font-weight: 900;
}
.btn-primary { color: var(--forest); background: var(--gold); }
.btn-ghost { border: 1px solid rgba(35, 56, 47, 0.22); background: rgba(255, 255, 255, 0.42); }
.btn-light { color: var(--forest); background: var(--paper); }
.btn-outline-light { border: 1px solid rgba(255, 250, 240, 0.34); color: var(--paper); background: rgba(255, 255, 255, 0.08); }

.quick-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 0 0 52px;
}
.quick-cards article, .experience-grid article, .info-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.68);
  box-shadow: 0 14px 36px rgba(48, 39, 25, 0.07);
}
.quick-cards span {
  display: block;
  margin-bottom: 18px;
  color: var(--ember);
  font-weight: 900;
  letter-spacing: 0.12em;
}
.quick-cards h2 { margin-bottom: 8px; font-size: 22px; }
.quick-cards p, .experience-grid p, .info-grid p, .info-grid li { color: var(--muted); }

.two-col { display: flex; flex-direction: column; gap: 28px; }
.image-first { min-height: 360px; }
.copy-block blockquote {
  margin: 22px 0 0;
  padding: 18px 20px;
  border-left: 4px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  color: var(--forest);
  background: rgba(215, 168, 75, 0.16);
  font-size: 19px;
  line-height: 1.65;
}

.season-cards { display: grid; gap: 16px; }
.season-cards article {
  overflow: hidden;
  border: 1px solid rgba(255, 250, 240, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}
.season-cards img { display: block; width: 100%; height: 230px; object-fit: cover; }
.season-cards div { padding: 20px; }
.season-cards h3 { margin-bottom: 8px; font-size: 24px; }

.masonry-gallery { display: grid; gap: 14px; }
.tile {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--forest);
  box-shadow: var(--shadow);
}
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(18, 31, 25, 0.78)); }
.tile div { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 20px; color: var(--paper); }
.tile h3 { margin-bottom: 8px; font-size: 26px; }
.tile p { color: rgba(255, 250, 240, 0.78); }

.video-grid { display: grid; gap: 14px; }
.video-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 240, 0.14);
  border-radius: var(--radius);
  background: #102019;
  cursor: pointer;
}
.video-card video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 36%, rgba(0, 0, 0, 0.78)); }
.video-card button {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 250, 240, 0.58);
  border-radius: 999px;
  color: var(--paper);
  background: rgba(35, 56, 47, 0.66);
  font-weight: 900;
  cursor: pointer;
}
.video-card div { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 20px; }
.video-card span { color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.video-card h3 { margin: 8px 0; color: var(--paper); font-size: 24px; }
.video-card p { color: rgba(255, 250, 240, 0.75); }

.route { background: linear-gradient(180deg, var(--paper), #f3e5cd); }
.timeline { position: relative; display: grid; gap: 18px; }
.timeline article {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.72);
  box-shadow: 0 14px 44px rgba(48, 39, 25, 0.08);
}
.timeline article > span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--paper);
  background: var(--forest);
  font-weight: 900;
}
.timeline img { width: 100%; height: 220px; object-fit: cover; border-radius: 6px; }
.timeline .chapter { margin-bottom: 6px; color: var(--ember); font-size: 13px; font-weight: 900; }
.timeline h3 { margin-bottom: 10px; font-size: 24px; }
.timeline small { display: block; margin-top: 14px; color: var(--moss); font-weight: 800; line-height: 1.6; }

.accordion { display: grid; gap: 10px; max-width: 980px; margin: 0 auto; }
.accordion-item { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: rgba(255, 250, 240, 0.72); }
.accordion-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}
.accordion-button span:last-child { color: var(--ember); font-size: 22px; }
.accordion-panel { display: none; padding: 0 18px 18px; color: var(--muted); }
.accordion-item.is-open .accordion-panel { display: block; }
.accordion-panel p + p { margin-top: 8px; }

.experience-grid, .info-grid, .fit-grid { display: grid; gap: 14px; }
.experience-grid article { background: var(--paper); }
.experience-grid h3, .info-grid h3 { margin-bottom: 10px; font-size: 23px; }
.info-grid ul { display: grid; gap: 9px; }
.info-grid li, .fit-grid li { position: relative; padding-left: 20px; line-height: 1.68; }
.info-grid li::before, .fit-grid li::before { content: ""; position: absolute; left: 0; top: 0.72em; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.info-grid p + p, .info-grid p + ul, .info-grid ul + p { margin-top: 12px; }
.muted { color: var(--muted); font-size: 14px; }

.fit-grid article {
  padding: 22px;
  border: 1px solid rgba(255, 250, 240, 0.15);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}
.fit-grid h3 { margin-bottom: 16px; color: var(--paper); font-size: 25px; }
.fit-grid ul { display: grid; gap: 12px; }
.fit-note { margin-top: 24px; padding: 18px; border-left: 4px solid var(--gold); background: rgba(255, 255, 255, 0.06); font-size: 18px; }

.trip-film {
  display: grid;
  gap: 20px;
  padding: 32px 22px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(35, 56, 47, 0.96), rgba(84, 107, 70, 0.88)), url("./assets/images/editorial/hero-wetland.jpg") center/cover;
}
.trip-film .actions { margin-top: 0; }

.join {
  background: linear-gradient(90deg, rgba(255, 250, 240, 0.92), rgba(255, 250, 240, 0.82)), url("./assets/images/editorial/route-wetland.jpg") center/cover;
}
.join-inner {
  max-width: 850px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.72);
  backdrop-filter: blur(8px);
}
.join p + p { margin-top: 12px; }

.official-info {
  padding: 0 0 76px;
}
.official-card {
  display: grid;
  gap: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.82);
  box-shadow: var(--shadow);
}
.official-brand {
  display: grid;
  gap: 16px;
}
.official-brand img {
  display: block;
  width: min(220px, 68vw);
  height: auto;
  border-radius: 4px;
  background: #fff;
}
.official-brand h2 {
  margin-bottom: 8px;
  font-size: clamp(26px, 7vw, 44px);
  line-height: 1.08;
}
.official-brand p:last-child {
  color: var(--muted);
  font-weight: 800;
}
.official-details {
  display: grid;
  gap: 10px;
}
.official-details a,
.official-details div {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(31, 42, 36, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.46);
}
.official-details strong {
  color: var(--ember);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.official-details span {
  color: var(--ink);
  font-weight: 900;
  line-height: 1.45;
}
.official-note {
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.sticky-cta {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 45;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 250, 240, 0.2);
  border-radius: 999px;
  color: var(--paper);
  background: rgba(35, 56, 47, 0.94);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
}
.sticky-cta span { min-width: 0; padding-left: 8px; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sticky-cta a { flex: 0 0 auto; padding: 10px 14px; border-radius: 999px; color: var(--forest); background: var(--gold); font-size: 13px; font-weight: 900; }

.video-modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 14px; }
.video-modal.is-open { display: flex; }
.video-modal__backdrop { position: absolute; inset: 0; background: rgba(8, 14, 11, 0.8); backdrop-filter: blur(10px); }
.video-modal__panel { position: relative; width: min(1040px, 96vw); overflow: hidden; border: 1px solid rgba(255, 250, 240, 0.16); border-radius: var(--radius); background: #07100c; box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42); }
.video-modal__panel video { display: block; width: 100%; max-height: 72vh; background: #000; }
.video-modal__meta { display: flex; flex-direction: column; gap: 4px; padding: 14px 52px 14px 16px; color: var(--paper); }
.video-modal__meta span { font-weight: 900; }
.video-modal__meta small { color: rgba(255, 250, 240, 0.68); }
.video-modal__close { position: absolute; top: 10px; right: 10px; z-index: 2; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--paper); background: rgba(255,255,255,.12); font-size: 24px; line-height: 1; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (min-width: 720px) {
  .site-header { grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; padding: 14px clamp(24px, 4vw, 56px); }
  .site-nav { justify-content: flex-end; gap: clamp(2px, 0.55vw, 8px); }
  .site-nav a { border: 0; padding-inline: clamp(6px, 0.75vw, 12px); background: transparent; }
  .section-pad { padding: 84px clamp(28px, 5vw, 72px); }
  .section-narrow { margin-inline: clamp(28px, 5vw, 72px); }
  .section-head.centered { max-width: 920px; margin-inline: auto; text-align: center; }
  .hero { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); align-items: center; min-height: calc(100vh - 72px); padding-top: 54px; }
  .hero-media { order: 2; min-height: 680px; }
  .hero-copy { order: 1; }
  .lead-copy { font-size: 18px; }
  .quick-cards { grid-template-columns: repeat(4, 1fr); padding-bottom: 76px; }
  .two-col { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; }
  .image-first { order: 2; min-height: 520px; }
  .season-cards { grid-template-columns: repeat(3, 1fr); }
  .masonry-gallery { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; }
  .tile { min-height: auto; }
  .tile-wide { grid-column: span 2; }
  .tile-tall { grid-row: span 2; }
  .video-grid { grid-template-columns: 1.1fr 0.9fr 0.9fr; }
  .video-large { grid-row: span 2; min-height: 650px; }
  .video-card:not(.video-large) { min-height: 318px; }
  .timeline article { grid-template-columns: 58px minmax(220px, 0.42fr) minmax(0, 1fr); align-items: center; padding: 20px; }
  .timeline img { height: 260px; }
  .experience-grid, .info-grid { grid-template-columns: repeat(3, 1fr); }
  .fit-grid { grid-template-columns: repeat(2, 1fr); }
  .trip-film { grid-template-columns: minmax(0, 1fr) auto; align-items: center; padding: 42px; }
  .official-card { grid-template-columns: 0.82fr 1.18fr; align-items: start; padding: 34px; }
  .official-brand { grid-template-columns: 160px minmax(0, 1fr); align-items: center; }
  .official-brand img { width: 160px; }
  .official-details { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .official-note { grid-column: 1 / -1; }
  .sticky-cta { display: none; }
}

@media (min-width: 1080px) {
  .site-nav a { font-size: clamp(12px, 0.92vw, 14px); }
  .section-head h2, .copy-block h2, .join h2, .trip-film h2 { font-size: clamp(42px, 4.3vw, 64px); }
  .masonry-gallery { grid-auto-rows: 250px; }
}

@media (max-width: 420px) {
  .actions .btn { width: 100%; }
  .sticky-cta span { max-width: 52%; }
  h1 { font-size: 38px; }
  .section-head h2, .copy-block h2, .join h2, .trip-film h2 { font-size: 30px; }
  .hero-caption { display: none; }
  .hero-sound-button { left: 14px; right: 14px; bottom: 14px; }
}

html[lang="zh-CN"],
html[lang="zh-CN"] body,
.lang-zh {
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

html[lang="en"],
html[lang="en"] body,
.lang-en {
  font-family: Inter, "Aptos", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-feature-settings: "kern";
  text-rendering: optimizeLegibility;
}

html[lang="en"] h1,
.lang-en h1 {
  max-width: 880px;
  font-size: 4.65rem;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

html[lang="en"] h2,
.lang-en h2,
html[lang="en"] .section-head h2,
html[lang="en"] .copy-block h2,
html[lang="en"] .join h2,
html[lang="en"] .trip-film h2,
.lang-en .section-head h2,
.lang-en .copy-block h2,
.lang-en .join h2,
.lang-en .trip-film h2 {
  max-width: 860px;
  font-size: 3.45rem;
  line-height: 1.07;
  letter-spacing: 0;
  text-wrap: balance;
}

html[lang="en"] h3,
.lang-en h3 {
  line-height: 1.14;
  letter-spacing: 0;
  text-wrap: balance;
}

html[lang="en"] p,
html[lang="en"] .section-head p,
html[lang="en"] .hero-copy p,
html[lang="en"] .lead-copy p,
.lang-en p,
.lang-en .section-head p,
.lang-en .hero-copy p,
.lang-en .lead-copy p {
  max-width: 740px;
  line-height: 1.68;
  letter-spacing: 0;
}

html[lang="en"] .lead-copy,
.lang-en .lead-copy {
  max-width: 760px;
  font-size: 1.08rem;
  line-height: 1.68;
}

html[lang="en"] .section-head.centered p,
.lang-en .section-head.centered p {
  margin-inline: auto;
}

html[lang="en"] .kicker,
.lang-en .kicker {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
}

html[lang="en"] .site-nav a,
.lang-en .site-nav a {
  font-size: 0.92rem;
  letter-spacing: 0;
  font-weight: 700;
  white-space: nowrap;
}

html[lang="en"] .btn,
html[lang="en"] button,
.lang-en .btn,
.lang-en button {
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.2;
  min-height: 46px;
  white-space: normal;
  text-align: center;
}

html[lang="en"] .actions,
.lang-en .actions {
  gap: 0.85rem;
  flex-wrap: wrap;
}

html[lang="en"] .hero,
.lang-en .hero {
  align-items: center;
}

html[lang="en"] .hero-copy,
.lang-en .hero-copy {
  max-width: 780px;
}

html[lang="en"] .hero-copy h1,
.lang-en .hero-copy h1 {
  margin-bottom: 1rem;
}

html[lang="en"] .quick-cards article,
html[lang="en"] .season-cards article,
html[lang="en"] .tile,
html[lang="en"] .video-card,
html[lang="en"] .timeline article,
html[lang="en"] .experience-grid article,
html[lang="en"] .info-grid article,
html[lang="en"] .fit-grid article,
html[lang="en"] .official-card,
.lang-en .quick-cards article,
.lang-en .season-cards article,
.lang-en .tile,
.lang-en .video-card,
.lang-en .timeline article,
.lang-en .experience-grid article,
.lang-en .info-grid article,
.lang-en .fit-grid article,
.lang-en .official-card {
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

html[lang="en"] .tile h3,
html[lang="en"] .video-card h3,
html[lang="en"] .timeline h3,
html[lang="en"] .experience-grid h3,
html[lang="en"] .info-grid h3,
.lang-en .tile h3,
.lang-en .video-card h3,
.lang-en .timeline h3,
.lang-en .experience-grid h3,
.lang-en .info-grid h3 {
  max-width: 100%;
  line-height: 1.14;
  letter-spacing: 0;
}

html[lang="en"] .timeline article,
.lang-en .timeline article {
  gap: 1.4rem;
}

html[lang="en"] .timeline small,
.lang-en .timeline small {
  line-height: 1.35;
}

html[lang="en"] .accordion-button,
.lang-en .accordion-button {
  align-items: flex-start;
  gap: 0.75rem;
  line-height: 1.25;
  white-space: normal;
}

html[lang="en"] .accordion-panel p,
.lang-en .accordion-panel p {
  max-width: 780px;
}

html[lang="en"] .sticky-cta,
.lang-en .sticky-cta {
  gap: 0.65rem;
}

html[lang="en"] .sticky-cta span,
.lang-en .sticky-cta span {
  max-width: 58%;
  font-size: 0.78rem;
  line-height: 1.15;
}

html[lang="en"] .sticky-cta a,
.lang-en .sticky-cta a {
  white-space: nowrap;
  font-size: 0.86rem;
  padding-inline: 0.9rem;
}

@media (min-width: 1000px) {
  html[lang="en"] .hero,
  .lang-en .hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  }
}

@media (max-width: 900px) {
  html[lang="en"] .site-header,
  .lang-en .site-header {
    grid-template-columns: 1fr auto;
  }

  html[lang="en"] .site-nav,
  .lang-en .site-nav {
    grid-column: 1 / -1;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  html[lang="en"] .site-nav::-webkit-scrollbar,
  .lang-en .site-nav::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 768px) {
  html[lang="en"] h1,
  .lang-en h1 {
    font-size: 3rem;
    line-height: 1.03;
  }

  html[lang="en"] h2,
  html[lang="en"] .section-head h2,
  html[lang="en"] .copy-block h2,
  html[lang="en"] .join h2,
  html[lang="en"] .trip-film h2,
  .lang-en h2,
  .lang-en .section-head h2,
  .lang-en .copy-block h2,
  .lang-en .join h2,
  .lang-en .trip-film h2 {
    font-size: 2.18rem;
    line-height: 1.1;
  }

  html[lang="en"] p,
  html[lang="en"] .lead-copy p,
  .lang-en p,
  .lang-en .lead-copy p {
    max-width: 100%;
    line-height: 1.62;
  }
}

@media (max-width: 520px) {
  html[lang="en"] .actions .btn,
  .lang-en .actions .btn {
    width: 100%;
    justify-content: center;
  }

  html[lang="en"] h1,
  .lang-en h1 {
    font-size: 2.42rem;
  }

  html[lang="en"] h2,
  html[lang="en"] .section-head h2,
  html[lang="en"] .copy-block h2,
  html[lang="en"] .join h2,
  html[lang="en"] .trip-film h2,
  .lang-en h2,
  .lang-en .section-head h2,
  .lang-en .copy-block h2,
  .lang-en .join h2,
  .lang-en .trip-film h2 {
    font-size: 1.95rem;
  }
}

