:root {
  --mist: #f1f0e9;
  --cloud: #fcfbf6;
  --fog: rgba(255, 255, 255, 0.58);
  --forest: #0e2a24;
  --forest-2: #254d42;
  --moss: #dde8df;
  --stone: #e6e1d5;
  --spring: #ded5c3;
  --ink: #111d1a;
  --muted: #56645f;
  --warm: #8d6a55;
  --paper: #f7f4eb;
  --paper-deep: #e1d8c8;
  --route: #b96353;
  --white: #ffffff;
  --radius: 10px;
  --container: min(1160px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(141, 106, 85, 0.12), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(37, 77, 66, 0.1), transparent 24%),
    linear-gradient(180deg, var(--paper), var(--mist) 52%, #eeeee7);
  line-height: 1.72;
  font-weight: 350;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 18%, rgba(17, 29, 26, 0.035) 0 1px, transparent 1.4px),
    radial-gradient(circle at 70% 46%, rgba(141, 106, 85, 0.03) 0 1px, transparent 1.6px);
  background-size: 26px 24px, 38px 42px;
  opacity: 0.72;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: auto;
}

p {
  text-wrap: pretty;
}

h1 span,
h2 span,
h3 span,
.experience-summary span {
  display: block;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  min-height: 76px;
  padding: 14px 0;
  transition: background 0.25s ease, padding 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  min-height: 66px;
  padding: 9px 0;
  background: rgba(247, 244, 235, 0.9);
  box-shadow: 0 8px 16px rgba(58, 45, 35, 0.08);
  backdrop-filter: blur(14px);
}

.nav-shell {
  width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--forest);
}

.brand-logo {
  display: block;
  width: clamp(150px, 15vw, 230px);
  max-height: 54px;
  height: auto;
  object-fit: contain;
}

.site-header.is-scrolled .brand-logo {
  max-height: 46px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 7px;
  border: 1px solid rgba(16, 47, 40, 0.14);
  border-radius: 999px;
  background: rgba(252, 251, 246, 0.82);
  backdrop-filter: blur(12px);
}

.nav-links a {
  padding: 8px 14px;
  border-radius: 999px;
  color: rgba(18, 33, 29, 0.78);
  font-size: 14px;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-links a:hover,
.nav-links a.is-active {
  background: var(--forest);
  color: var(--white);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(16, 47, 40, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.76);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--forest);
  transition: transform 0.2s ease;
}

.nav-toggle.is-open span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.nav-toggle.is-open span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.screen {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 126px 0 86px;
}

.hero-screen {
  min-height: 100dvh;
  color: var(--forest);
  background:
    linear-gradient(180deg, rgba(247, 244, 235, 0.35), var(--paper) 76%),
    var(--paper);
}

.hero-screen::after {
  position: absolute;
  inset: 76px max(20px, calc((100vw - 1160px) / 2)) auto;
  height: min(56vh, 570px);
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 18, 15, 0.42), rgba(5, 18, 15, 0.04) 52%, rgba(5, 18, 15, 0.24)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(5, 18, 15, 0.38));
  border-radius: 2px;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, 100% 84%, 86% 88%, 72% 84%, 55% 91%, 36% 86%, 18% 92%, 0 86%);
}

.valley-visual {
  position: absolute;
  inset: 76px max(20px, calc((100vw - 1160px) / 2)) auto;
  height: min(56vh, 570px);
  overflow: hidden;
  background:
    image-set(
      url("assets/images/kv.webp") type("image/webp"),
      url("assets/images/kv.jpg") type("image/jpeg")
    ) center center / cover no-repeat,
    linear-gradient(135deg, #56796d, #183e35 54%, #061713);
  border-radius: 2px;
  box-shadow: 0 18px 36px rgba(56, 44, 32, 0.22);
  clip-path: polygon(0 0, 100% 0, 100% 84%, 86% 88%, 72% 84%, 55% 91%, 36% 86%, 18% 92%, 0 86%);
}

.valley-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 24% 22%, rgba(255, 255, 255, 0.22), transparent 20%),
    rgba(6, 23, 19, 0.02);
}

.fog {
  position: absolute;
  left: -8%;
  width: 116%;
  height: 26%;
  border-radius: 50%;
  background: var(--fog);
  filter: blur(32px);
  opacity: 0.38;
  animation: fogDrift 18s ease-in-out infinite alternate;
}

.fog-one {
  top: 20%;
  transform: rotate(-4deg);
}

.fog-two {
  top: 45%;
  opacity: 0.24;
  transform: rotate(5deg);
  animation-duration: 24s;
}

.ridge {
  position: absolute;
  bottom: 0;
  width: 120%;
  height: 58%;
  opacity: 0.12;
  clip-path: polygon(0 100%, 0 56%, 14% 42%, 26% 48%, 41% 25%, 55% 44%, 69% 18%, 84% 38%, 100% 24%, 100% 100%);
}

.ridge-back {
  left: -10%;
  bottom: 20%;
  background: rgba(223, 232, 220, 0.14);
  filter: blur(1px);
}

.ridge-mid {
  left: -5%;
  bottom: 8%;
  background: rgba(36, 79, 67, 0.52);
}

.ridge-front {
  left: -8%;
  bottom: -8%;
  background: rgba(6, 26, 22, 0.78);
}

.tiny-person {
  position: absolute;
  left: 68%;
  bottom: 18%;
  width: 7px;
  height: 24px;
  background: rgba(222, 213, 195, 0.28);
  border-radius: 999px 999px 2px 2px;
  box-shadow: 0 -8px 0 -2px rgba(222, 213, 195, 0.28), 0 26px 24px rgba(0, 0, 0, 0.16);
}

.tiny-person::after {
  position: absolute;
  left: -14px;
  top: 19px;
  width: 38px;
  height: 1px;
  content: "";
  background: rgba(222, 213, 195, 0.42);
}

.hero-layout {
  position: relative;
  z-index: 2;
  align-self: end;
  width: min(980px, calc(100vw - 40px));
  margin-bottom: clamp(34px, 6vh, 72px);
  padding: clamp(26px, 4vw, 46px) clamp(22px, 4vw, 48px);
  background: rgba(252, 251, 246, 0.88);
  box-shadow: 0 12px 28px rgba(58, 45, 35, 0.14);
  backdrop-filter: blur(10px);
}

.site-note {
  margin-bottom: 18px;
  color: var(--route);
  font-size: 14px;
  font-weight: 520;
  letter-spacing: 0.02em;
}

.hero-screen .site-note {
  color: var(--route);
}

h1 {
  max-width: 1050px;
  margin-bottom: 26px;
  font-size: clamp(50px, 8.4vw, 96px);
  font-weight: 440;
  line-height: 1.03;
  letter-spacing: 0;
}

h2 {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: clamp(34px, 4.8vw, 68px);
  font-weight: 420;
  line-height: 1.1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 14px;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 420;
  line-height: 1.25;
}

.hero-subtitle {
  max-width: 780px;
  margin-bottom: 12px;
  color: rgba(14, 42, 36, 0.76);
  font-size: clamp(19px, 2.1vw, 27px);
  font-weight: 330;
}

.hero-anchor {
  max-width: 560px;
  color: rgba(14, 42, 36, 0.62);
  font-size: clamp(18px, 1.6vw, 23px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 520;
  transition: transform 0.2s ease, background 0.2s ease;
}

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

.button.primary {
  background: var(--forest);
  color: var(--white);
}

.button.secondary {
  border: 1px solid rgba(14, 42, 36, 0.24);
  color: var(--forest);
}

.hero-route-card {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  max-width: 720px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(14, 42, 36, 0.12);
  background: rgba(14, 42, 36, 0.1);
}

.hero-route-card span {
  flex: 1 1 180px;
  padding: 12px 14px;
  color: rgba(14, 42, 36, 0.74);
  background: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.scroll-cue {
  position: absolute;
  right: max(20px, calc((100vw - 1160px) / 2));
  bottom: 40px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(14, 42, 36, 0.62);
}

.scroll-cue span {
  display: block;
  width: 46px;
  height: 1px;
  background: rgba(14, 42, 36, 0.24);
}

.experience-screen {
  background:
    linear-gradient(180deg, var(--paper), var(--cloud) 42%, var(--stone)),
    var(--cloud);
}

.screen-heading {
  max-width: 900px;
  margin-bottom: clamp(48px, 8vw, 96px);
}

.screen-heading p,
.value-statement p,
.experience-item p,
.value-list p {
  max-width: 68ch;
  color: var(--muted);
  font-size: 17px;
}

.experience-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 4vw, 58px);
}

.experience-grid::before {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 52%;
  height: 160px;
  content: "";
  border-top: 1px solid rgba(185, 99, 83, 0.48);
  border-radius: 50%;
  transform: rotate(-6deg);
  pointer-events: none;
}

.experience-item {
  position: relative;
  z-index: 1;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(14, 42, 36, 0.11);
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(252, 251, 246, 0.88)),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 6px 8px rgba(58, 45, 35, 0.08);
}

.experience-item:nth-child(2) {
  transform: translateY(42px);
  background:
    radial-gradient(circle at 50% 26%, rgba(223, 212, 189, 0.42), transparent 30%),
    rgba(255, 255, 255, 0.82);
}

.route-node::before {
  position: absolute;
  top: 26px;
  right: 28px;
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 50%;
  background: var(--route);
  box-shadow: 0 0 0 7px rgba(185, 99, 83, 0.1);
}

.route-node::after {
  position: absolute;
  left: 26px;
  top: 26px;
  color: rgba(14, 42, 36, 0.18);
  font-size: 42px;
  line-height: 1;
  font-weight: 300;
}

.route-node:nth-child(1)::after {
  content: "01";
}

.route-node:nth-child(2)::after {
  content: "02";
}

.route-node:nth-child(3)::after {
  content: "03";
}

.experience-item span,
.value-list span {
  display: block;
  margin-bottom: 20px;
  color: var(--warm);
  font-weight: 520;
}

.experience-item ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 17px;
}

.experience-item li {
  padding-top: 12px;
  border-top: 1px solid rgba(14, 42, 36, 0.1);
}

.experience-summary {
  max-width: 820px;
  margin: clamp(64px, 9vw, 120px) auto 0;
  color: var(--forest);
  font-size: clamp(28px, 4.2vw, 56px);
  font-weight: 360;
  line-height: 1.18;
  text-align: center;
}

.landscape-screen,
.stay-screen,
.article-screen {
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 11vw, 150px) 0;
  background: var(--cloud);
}

.landscape-screen {
  background:
    radial-gradient(circle at 82% 12%, rgba(37, 77, 66, 0.08), transparent 30%),
    linear-gradient(180deg, var(--cloud), #efeee6);
}

.landscape-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  margin-bottom: clamp(42px, 7vw, 88px);
}

.landscape-feature figure,
.image-mosaic figure,
.stay-card {
  margin: 0;
  overflow: hidden;
  border: 10px solid rgba(252, 251, 246, 0.9);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 14px 24px rgba(58, 45, 35, 0.13);
}

.landscape-feature picture,
.image-mosaic picture,
.stay-card picture {
  display: block;
  height: 100%;
}

.landscape-feature img {
  width: 100%;
  height: clamp(360px, 52vw, 660px);
  object-fit: cover;
}

.landscape-feature span {
  display: block;
  margin-bottom: 18px;
  color: var(--warm);
  font-weight: 520;
}

.landscape-feature p,
.stay-card p {
  color: var(--muted);
  font-size: 17px;
}

.image-mosaic {
  display: grid;
  grid-template-columns: 1.35fr 0.86fr 0.86fr;
  grid-auto-rows: minmax(210px, 23vw);
  gap: clamp(18px, 2.4vw, 30px);
}

.image-mosaic figure {
  position: relative;
}

.image-mosaic .mosaic-large {
  grid-row: span 2;
}

.image-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.image-mosaic figure:hover img,
.stay-card:hover img {
  transform: scale(1.035);
}

.image-mosaic figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8px 12px;
  background: rgba(252, 251, 246, 0.88);
  color: var(--forest);
  font-size: 14px;
}

.stay-screen {
  background:
    linear-gradient(180deg, #efeee6, var(--paper));
}

.stay-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.64fr) minmax(0, 1.36fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: start;
}

.stay-layout .screen-heading {
  position: sticky;
  top: 120px;
  margin-bottom: 0;
}

.stay-grid {
  display: grid;
  gap: 24px;
}

.stay-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.74fr) minmax(0, 1fr);
  align-items: stretch;
  border-width: 8px;
}

.stay-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.stay-card div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 42px);
}

.article-screen {
  background:
    radial-gradient(circle at 12% 18%, rgba(141, 106, 85, 0.11), transparent 28%),
    linear-gradient(180deg, var(--paper), var(--cloud) 46%, #efeee6);
}

.article-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: end;
  margin-bottom: clamp(56px, 8vw, 100px);
}

.article-cover {
  overflow: hidden;
  border: 10px solid rgba(252, 251, 246, 0.9);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 14px 24px rgba(58, 45, 35, 0.13);
}

.article-cover picture {
  display: block;
  height: 100%;
}

.article-cover img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.article-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 48px);
  border-top: 1px solid rgba(185, 99, 83, 0.36);
  border-bottom: 1px solid rgba(185, 99, 83, 0.36);
  background: rgba(252, 251, 246, 0.55);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.article-meta span {
  padding: 6px 10px;
  border: 1px solid rgba(14, 42, 36, 0.12);
  border-radius: 999px;
  color: var(--route);
  font-size: 13px;
  line-height: 1;
}

.article-intro h3 {
  max-width: 620px;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.16;
}

.article-intro p {
  max-width: 58ch;
  color: var(--muted);
  font-size: 18px;
}

.article-link {
  width: max-content;
  margin-top: 22px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(185, 99, 83, 0.68);
  color: var(--forest);
  font-weight: 520;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.36fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
}

.article-body {
  padding: clamp(30px, 4.2vw, 54px);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
}

.article-kicker {
  margin-bottom: 14px;
  color: var(--warm);
  font-size: 14px;
  font-weight: 520;
}

.article-body h2 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.18;
}

.article-body h2,
.article-body h3 {
  margin-top: clamp(34px, 5vw, 54px);
  padding-top: 28px;
  border-top: 1px solid rgba(14, 42, 36, 0.1);
  font-size: clamp(24px, 2.4vw, 34px);
}

.article-body p {
  max-width: 74ch;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.86;
}

.article-lead {
  color: rgba(17, 29, 26, 0.82) !important;
  font-size: clamp(18px, 1.55vw, 21px) !important;
}

.geo-summary {
  margin: 34px 0 10px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(14, 42, 36, 0.1);
  border-radius: 12px;
  background: rgba(244, 247, 242, 0.9);
}

.geo-summary h2,
.geo-summary h3 {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  font-size: 22px;
}

.geo-summary dl {
  display: grid;
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(14, 42, 36, 0.08);
}

.geo-summary dl div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.72);
}

.geo-summary dt {
  color: var(--forest);
  font-weight: 560;
}

.geo-summary dd {
  margin: 0;
  color: var(--muted);
}

.article-table {
  display: grid;
  gap: 1px;
  margin: 30px 0 10px;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(14, 42, 36, 0.1);
}

.article-table div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 18px;
  background: rgba(244, 247, 242, 0.92);
}

.article-table strong {
  color: var(--forest);
  font-weight: 560;
}

.article-table span {
  color: var(--muted);
}

.article-side {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
}

.article-note,
.article-cta {
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
}

.article-note h3 {
  margin-bottom: 18px;
  font-size: 22px;
}

.article-note details {
  padding: 16px 0;
  border-top: 1px solid rgba(14, 42, 36, 0.1);
}

.article-note summary {
  cursor: pointer;
  color: var(--forest);
  font-weight: 520;
}

.article-note details p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.next-articles {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 15px;
}

.next-articles li {
  padding-top: 12px;
  border-top: 1px solid rgba(14, 42, 36, 0.1);
}

.article-cta {
  color: var(--white);
  background: var(--forest);
}

.article-cta p {
  color: rgba(255, 255, 255, 0.76);
}

.related-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 980px;
  margin: 0 auto;
  padding-left: clamp(18px, 4vw, 46px);
}

.related-grid::before {
  position: absolute;
  top: 34px;
  bottom: 0;
  left: clamp(3px, 1vw, 14px);
  content: "";
  border-left: 1px solid rgba(185, 99, 83, 0.44);
}

.related-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(86px, 0.18fr) minmax(0, 1fr);
  gap: clamp(14px, 2vw, 24px);
  align-items: start;
  min-height: 0;
  padding: clamp(18px, 2.2vw, 24px) 0;
  border-bottom: 1px solid rgba(14, 42, 36, 0.1);
  background: transparent;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.related-card::before {
  position: absolute;
  left: calc(clamp(18px, 4vw, 46px) * -1 - 4px);
  top: 28px;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: var(--route);
}

.related-card:hover {
  transform: translateX(4px);
  background: transparent;
  border-color: rgba(185, 99, 83, 0.34);
}

.related-card::after {
  content: "阅读全文";
  grid-column: 2;
  justify-self: end;
  color: rgba(14, 42, 36, 0.62);
  font-size: 13px;
}

.related-card span {
  color: var(--route);
  font-size: 14px;
  font-weight: 520;
  padding-top: 3px;
}

.related-card h3 {
  margin: 0;
  font-size: clamp(18px, 1.65vw, 24px);
  line-height: 1.34;
  letter-spacing: 0;
}

.related-card p {
  grid-column: 2;
  margin-top: 8px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.related-card.is-featured {
  color: var(--ink);
  background: transparent;
}

.article-list-hero,
.article-page-hero {
  padding: 150px 0 clamp(70px, 9vw, 120px);
  background:
    radial-gradient(circle at 82% 12%, rgba(37, 77, 66, 0.09), transparent 30%),
    linear-gradient(180deg, var(--mist), var(--cloud));
}

.article-list-hero h1,
.article-page-hero h1 {
  color: var(--forest);
}

.article-list-hero p,
.article-page-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(18px, 1.6vw, 22px);
}

.topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.topic-tags span {
  padding: 8px 12px;
  border: 1px solid rgba(14, 42, 36, 0.12);
  border-radius: 999px;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.topic-tags a,
.article-category-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(14, 42, 36, 0.12);
  border-radius: 999px;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 540;
}

.article-category-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 28px auto 26px;
}

.article-list-section,
.article-page {
  padding: clamp(70px, 9vw, 120px) 0;
  background:
    radial-gradient(circle at 12% 6%, rgba(185, 99, 83, 0.08), transparent 24%),
    linear-gradient(180deg, var(--cloud), var(--paper));
}

.article-list-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}

.article-list-stack {
  display: grid;
  gap: 18px;
}

.article-section-label,
.related-section-label {
  scroll-margin-top: 120px;
  border-top: 1px solid rgba(14, 42, 36, 0.12);
}

.article-section-label {
  display: grid;
  gap: 8px;
  padding: 42px 0 12px;
}

.article-section-label:first-child {
  padding-top: 0;
  border-top: 0;
}

.article-section-label p,
.related-section-label span {
  margin: 0;
  color: var(--route);
  font-size: 14px;
  font-weight: 620;
}

.article-section-label h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.24;
}

.article-section-label span {
  max-width: 680px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.related-section-label {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: baseline;
  padding: 34px 0 8px;
}

.related-section-label:first-child {
  padding-top: 0;
  border-top: 0;
}

.related-section-label strong {
  color: rgba(14, 42, 36, 0.72);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  text-align: right;
}

.article-list-card {
  overflow: hidden;
  border: 1px solid rgba(14, 42, 36, 0.1);
  border-radius: 2px;
  background: rgba(252, 251, 246, 0.88);
}

.article-list-card a {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  min-height: 250px;
  color: inherit;
}

.article-list-card picture,
.article-hero-image {
  display: block;
  height: 100%;
  background: var(--paper-deep);
}

.article-list-card img,
.article-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-list-card div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 42px);
}

.article-list-card h2 {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: clamp(20px, 2.1vw, 30px);
  line-height: 1.36;
}

.article-list-card p {
  color: var(--muted);
}

.article-page-layout {
  align-items: start;
}

.article-main {
  display: grid;
  gap: 26px;
}

.article-hero-image {
  overflow: hidden;
  min-height: 420px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
}

.article-faq {
  padding: clamp(28px, 4vw, 44px);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
}

.article-faq h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.article-faq details {
  padding: 18px 0;
  border-top: 1px solid rgba(14, 42, 36, 0.1);
}

.article-faq summary {
  cursor: pointer;
  color: var(--forest);
  font-size: 18px;
  font-weight: 520;
}

.article-faq p {
  margin: 12px 0 0;
  color: var(--muted);
}

.value-screen {
  color: var(--white);
  background:
    radial-gradient(circle at 82% 18%, rgba(223, 212, 189, 0.14), transparent 26%),
    radial-gradient(circle at 18% 78%, rgba(255, 255, 255, 0.08), transparent 32%),
    linear-gradient(140deg, #081f1a, #153b32 52%, #061713);
}

.value-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: center;
}

.value-statement {
  position: sticky;
  top: 120px;
}

.value-statement .site-note,
.value-list span {
  color: var(--spring);
}

.value-statement p,
.value-list p {
  color: rgba(255, 255, 255, 0.74);
}

.value-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
}

.value-list article {
  padding: clamp(28px, 4vw, 46px);
  background: rgba(255, 255, 255, 0.055);
}

.value-list h3 {
  color: var(--white);
}

.site-footer {
  padding: 70px 0 28px;
  color: var(--white);
  background: #071a16;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 30px;
  align-items: start;
}

.site-footer .site-note {
  color: var(--spring);
}

.site-footer h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 52px);
}

address {
  font-style: normal;
}

address p {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.72);
}

address a {
  color: var(--spring);
}

.footer-bottom {
  width: var(--container);
  margin: 42px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
}

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.js-enabled .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fogDrift {
  from {
    transform: translateX(-2%) rotate(-3deg);
  }
  to {
    transform: translateX(3%) rotate(2deg);
  }
}

@media (max-width: 980px) {
  :root {
    --container: min(760px, calc(100vw - 32px));
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 72px;
    right: 16px;
    width: min(280px, calc(100vw - 32px));
    display: grid;
    gap: 4px;
    padding: 12px;
    border-radius: var(--radius);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .nav-links.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-links a {
    padding: 12px 14px;
  }

  .screen {
    min-height: auto;
    padding: 104px 0 76px;
  }

  .hero-screen {
    min-height: 100dvh;
  }

  .hero-screen::after,
  .valley-visual {
    inset: 74px 16px auto;
    height: 48vh;
  }

  .hero-layout {
    width: min(680px, calc(100vw - 32px));
  }

  .experience-grid,
  .landscape-feature,
  .stay-layout,
  .article-feature,
  .article-layout,
  .article-list-layout,
  .value-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .experience-item,
  .experience-item:nth-child(2) {
    min-height: 280px;
    transform: none;
  }

  .experience-grid::before {
    left: 24px;
    right: auto;
    top: 20px;
    bottom: 20px;
    height: auto;
    width: 1px;
    border-top: 0;
    border-left: 1px solid rgba(185, 99, 83, 0.42);
    border-radius: 0;
    transform: none;
  }

  .value-statement {
    position: static;
  }

  .stay-layout .screen-heading {
    position: static;
  }

  .article-side {
    position: static;
  }

  .related-grid {
    grid-template-columns: 1fr;
  }

  .article-list-card a {
    grid-template-columns: 1fr;
  }

  .article-list-card img {
    height: 280px;
  }

  .image-mosaic {
    grid-template-columns: 1fr 1fr;
  }

  .image-mosaic .mosaic-large {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(100% - 24px, 560px);
  }

  body {
    font-size: 16px;
  }

  h1 {
    font-size: 40px;
    line-height: 1.08;
  }

  h2 {
    font-size: 30px;
    line-height: 1.18;
  }

  .site-header {
    top: 10px;
  }

  .nav {
    min-height: 58px;
    padding: 0 12px;
  }

  .brand-logo {
    height: 34px;
    max-width: 178px;
  }

  .hero-actions,
  .footer-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .tiny-person {
    left: 74%;
    bottom: 24%;
  }

  .scroll-cue {
    left: 16px;
    right: auto;
  }

  .hero-layout {
    margin-bottom: 24px;
    padding: 22px 18px;
  }

  .hero-screen::after,
  .valley-visual {
    inset: 78px 12px auto;
    height: 44vh;
  }

  .hero-route-card {
    margin-top: 20px;
  }

  .hero-route-card span {
    flex-basis: 100%;
    padding: 9px 11px;
    font-size: 13px;
  }

  .screen-heading {
    margin-bottom: 30px;
  }

  .screen-heading h2 span,
  .article-list-hero h1 span,
  .article-page-hero h1 span {
    display: inline;
  }

  .screen-heading p,
  .article-list-hero p,
  .article-page-hero p {
    font-size: 17px;
    line-height: 1.72;
  }

  .experience-summary {
    text-align: left;
  }

  .experience-grid {
    gap: 14px;
    padding-left: 18px;
  }

  .experience-grid::before {
    left: 6px;
  }

  .experience-item {
    min-height: 248px;
    padding: 24px 20px;
  }

  .route-node::before {
    top: 28px;
    left: -16px;
    right: auto;
  }

  .route-node::after {
    left: 20px;
    top: 18px;
    font-size: 32px;
  }

  .article-category-strip,
  .topic-tags {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .article-category-strip::-webkit-scrollbar,
  .topic-tags::-webkit-scrollbar {
    display: none;
  }

  .article-category-strip a,
  .topic-tags a {
    flex: 0 0 auto;
  }

  .image-mosaic,
  .stay-card,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .image-mosaic .mosaic-large {
    grid-column: span 1;
  }

  .image-mosaic {
    grid-auto-rows: 260px;
    gap: 16px;
  }

  .landscape-feature img,
  .article-cover img,
  .article-hero-image,
  .article-hero-image img,
  .stay-card img {
    min-height: 0;
    height: 260px;
  }

  .article-intro,
  .article-body,
  .article-note,
  .article-cta {
    padding: 24px;
  }

  .landscape-feature figure,
  .image-mosaic figure,
  .stay-card,
  .article-cover {
    border-width: 6px;
  }

  .related-grid {
    gap: 9px;
    padding-left: 18px;
  }

  .related-grid::before {
    left: 2px;
  }

  .related-section-label {
    display: grid;
    gap: 4px;
    padding-top: 20px;
  }

  .related-section-label strong {
    text-align: left;
    font-size: 14px;
  }

  .related-card {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 0;
    border-radius: 0;
  }

  .related-card::before {
    left: -20px;
    top: 24px;
  }

  .related-card span {
    padding: 0;
    font-size: 13px;
  }

  .related-card h3 {
    font-size: 18px;
    line-height: 1.38;
  }

  .related-card p,
  .related-card::after {
    grid-column: 1;
  }

  .related-card p {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.62;
  }

  .related-card::after {
    justify-self: start;
    font-size: 12px;
  }

  .article-list-hero,
  .article-page-hero {
    padding: 116px 0 58px;
  }

  .article-list-section,
  .article-page {
    padding: 44px 0 70px;
  }

  .article-list-stack {
    gap: 12px;
  }

  .article-section-label {
    padding: 26px 0 8px;
  }

  .article-section-label h2 {
    font-size: 24px;
    line-height: 1.22;
  }

  .article-section-label span {
    font-size: 15px;
    line-height: 1.65;
  }

  .article-list-card {
    border-radius: 10px;
  }

  .article-list-card a {
    min-height: 0;
  }

  .article-list-card img {
    height: 168px;
  }

  .article-list-card div {
    padding: 18px;
  }

  .article-list-card h2 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.34;
  }

  .article-list-card p {
    font-size: 14px;
    line-height: 1.62;
  }

  .article-table div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .geo-summary dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
