/**
 * Hiking & Adventure theme — /china-tours/hiking-adventure/
 * Stone ink, pine green, brand red.
 */

body.page-id-2348,
body.gcn-hiking-page {
  --hk-ink: var(--gcn-figma-fg, #1c1a18);
  --hk-muted: var(--gcn-figma-muted-fg, #7a6e67);
  --hk-line: rgba(28, 26, 24, 0.12);
  --hk-paper: #f7f6f2;
  --hk-cream: #ece8df;
  --hk-dark: #121814;
  --hk-brand: var(--gcn-brand, #a33b39);
  --hk-brand-dark: var(--gcn-brand-dark, #8b2626);
  --hk-pine: #3f6b52;
  --hk-pine-soft: #8fb89a;
  --hk-display: "Playfair Display", var(--gcn-figma-display, Georgia, "Times New Roman", serif);
  --hk-max: var(--gcn-figma-max, 1280px);
  --hk-px: var(--gcn-figma-px, clamp(16px, 4vw, 32px));
}

body.page-id-2348 .gcn-page,
body.gcn-hiking-page .gcn-page,
body.gcn-hiking-page .gcn-page-fullwidth,
body.page-id-2348 .gcn-page-content,
body.gcn-hiking-page .gcn-page-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: var(--hk-paper);
}

body.page-id-2348 .gcn-page,
body.gcn-hiking-page .gcn-page,
body.gcn-hiking-page .gcn-page-fullwidth {
  padding-top: 0;
  padding-bottom: 0;
}

.gcn-hk-wrap {
  width: 100%;
  max-width: var(--hk-max);
  margin: 0 auto;
  padding-inline: var(--hk-px);
}

.gcn-hk-sec {
  position: relative;
  padding-block: clamp(3.25rem, 7vw, 6rem);
  color: var(--hk-ink);
}

.gcn-hk-sec--paper { background: var(--hk-paper); }
.gcn-hk-sec--cream { background: var(--hk-cream); }
.gcn-hk-sec--ink {
  background: var(--hk-dark);
  color: #f4f7f2;
}

.gcn-hk-head { max-width: 60rem; margin-bottom: clamp(2rem, 4vw, 3rem); }

.gcn-hk-eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hk-brand);
}

.gcn-hk-eyebrow--light { color: var(--hk-pine-soft); }

.gcn-hk-h2 {
  margin: 0 0 0.85rem;
  font-family: var(--hk-display);
  font-size: clamp(1.7rem, 3.4vw, 2.7rem);
  line-height: 1.12;
  letter-spacing: -0.015em;
  font-weight: 600;
}

.gcn-hk-lead {
  margin: 0;
  max-width: 62ch;
  font-size: clamp(1rem, 1.1vw, 1.08rem);
  line-height: 1.65;
  color: var(--hk-muted);
}

.gcn-hk-sec--ink .gcn-hk-h2 { color: #f4f7f2; }
.gcn-hk-sec--ink .gcn-hk-lead { color: rgba(244, 247, 242, 0.72); }

.gcn-hk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.7rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--hk-brand);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.gcn-hk-btn:hover {
  background: var(--hk-brand-dark);
  color: #fff;
  transform: translateY(-1px);
}

.gcn-hk-btn--ghost {
  background: transparent;
  color: var(--hk-ink);
  border-color: var(--hk-line);
}

.gcn-hk-btn--ghost:hover {
  border-color: var(--hk-brand);
  color: var(--hk-brand);
  background: transparent;
}

.gcn-hk-btn--ghost-light {
  background: transparent;
  color: #f4f7f2;
  border-color: rgba(244, 247, 242, 0.35);
}

.gcn-hk-btn--ghost-light:hover {
  border-color: #f4f7f2;
  color: #fff;
  background: transparent;
}

.gcn-hk-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #0a0e0a;
  color: #f4f7f2;
  box-sizing: border-box;
}

.gcn-hk-hero__media,
.gcn-hk-hero__video,
.gcn-hk-hero__poster,
.gcn-hk-hero__veil {
  position: absolute;
  inset: 0;
}

.gcn-hk-hero__media { z-index: 0; }

.gcn-hk-hero__video,
.gcn-hk-hero__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.gcn-hk-hero__video { z-index: 1; }
.gcn-hk-hero__poster { z-index: 0; }

.gcn-hk-hero__veil {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(8, 14, 10, 0.88) 0%, rgba(8, 14, 10, 0.55) 38%, rgba(8, 14, 10, 0.18) 62%, rgba(8, 14, 10, 0.08) 100%),
    linear-gradient(180deg, rgba(8, 14, 10, 0.4) 0%, rgba(8, 14, 10, 0.08) 42%, rgba(8, 14, 10, 0.8) 100%);
}

.gcn-hk-hero__inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-block: clamp(4.5rem, 10vw, 6rem);
  width: 100%;
  box-sizing: border-box;
}

.gcn-hk-hero__copy {
  width: min(40rem, 100%);
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.gcn-hk-hero__title {
  margin: 0 0 0.85rem;
  font-family: var(--hk-display);
  font-size: clamp(2.15rem, 5.4vw, 3.5rem);
  line-height: 1.05;
  font-weight: 600;
}

.gcn-hk-hero__sub {
  margin: 0 0 0.75rem;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.55;
  color: rgba(244, 247, 242, 0.9);
}

.gcn-hk-hero__hooks {
  margin: 0 0 1.5rem;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  color: rgba(244, 247, 242, 0.68);
}

.gcn-hk-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (max-width: 720px) {
  .gcn-hk-hero__veil {
    background:
      linear-gradient(180deg, rgba(8, 14, 10, 0.8) 0%, rgba(8, 14, 10, 0.42) 45%, rgba(8, 14, 10, 0.84) 100%);
  }
  .gcn-hk-hero__copy { width: 100%; }
}

.gcn-hk-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: start;
}

.gcn-hk-prose p {
  margin: 0 0 1rem;
  line-height: 1.7;
  color: var(--hk-ink);
}

.gcn-hk-prose a {
  color: var(--hk-brand);
  text-decoration-thickness: 1px;
}

.gcn-hk-intro__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.gcn-hk-chip {
  display: inline-flex;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--hk-line);
  color: var(--hk-ink);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
}

.gcn-hk-chip:hover {
  border-color: var(--hk-pine);
  color: var(--hk-pine);
}

.gcn-hk-intro__aside { display: grid; gap: 1rem; }

.gcn-hk-intro__quote {
  padding: 1.35rem 1.4rem;
  border-radius: 1rem;
  background: var(--hk-dark);
  color: #f4f7f2;
}

.gcn-hk-intro__quote blockquote {
  margin: 0 0 0.75rem;
  font-family: var(--hk-display);
  font-size: 1.35rem;
  line-height: 1.25;
}

.gcn-hk-intro__quote p {
  margin: 0 0 1rem;
  color: rgba(244, 247, 242, 0.75);
  line-height: 1.55;
}

.gcn-hk-intro__quote-cta {
  color: var(--hk-pine-soft);
  font-weight: 700;
  text-decoration: none;
}

.gcn-hk-intro__includes {
  padding: 1.25rem 1.35rem;
  border-radius: 1rem;
  border: 1px solid var(--hk-line);
  background: #fff;
}

.gcn-hk-intro__includes-title {
  margin: 0 0 0.75rem;
  font-weight: 700;
  font-size: 0.95rem;
}

.gcn-hk-intro__includes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gcn-hk-intro__includes li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  margin: 0 0 0.55rem;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--hk-ink);
}

.gcn-hk-intro__includes li svg {
  flex: 0 0 auto;
  margin-top: 0.15rem;
  color: var(--hk-pine);
}

.gcn-hk-pillars__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.gcn-hk-card {
  padding: 1.35rem 1.4rem;
  border-radius: 1rem;
  border: 1px solid var(--hk-line);
  background: #fff;
}

.gcn-hk-card__title {
  margin: 0 0 0.55rem;
  font-size: 1.15rem;
  font-weight: 700;
}

.gcn-hk-card__text {
  margin: 0;
  color: var(--hk-muted);
  line-height: 1.6;
}

.gcn-hk-packages__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.gcn-hk-pkg {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid var(--hk-line);
  background: #fff;
}

.gcn-hk-pkg__media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #dfe4da;
}

.gcn-hk-pkg__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gcn-hk-pkg__kicker {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(18, 24, 20, 0.78);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.gcn-hk-pkg__body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.15rem 1.25rem 1.35rem;
  flex: 1;
}

.gcn-hk-pkg__title {
  margin: 0;
  font-family: var(--hk-display);
  font-size: 1.28rem;
  line-height: 1.25;
}

.gcn-hk-pkg__title a {
  color: inherit;
  text-decoration: none;
}

.gcn-hk-pkg__title a:hover { color: var(--hk-brand); }

.gcn-hk-pkg__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.75rem;
  margin: 0;
  font-size: 0.9rem;
  color: var(--hk-muted);
}

.gcn-hk-pkg__price {
  color: var(--hk-brand);
  font-weight: 700;
}

.gcn-hk-pkg__price del {
  margin-right: 0.35rem;
  opacity: 0.55;
  font-weight: 500;
}

.gcn-hk-pkg__price ins { text-decoration: none; }

.gcn-hk-pkg__summary,
.gcn-hk-pkg__for {
  margin: 0;
  color: var(--hk-muted);
  line-height: 1.55;
  font-size: 0.92rem;
}

.gcn-hk-pkg__for span {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hk-pine);
}

.gcn-hk-pkg__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: auto;
  padding-top: 0.45rem;
}

.gcn-hk-how__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.gcn-hk-how__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.15rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid var(--hk-line);
  background: #fff;
}

.gcn-hk-how__num {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--hk-pine);
  color: #fff;
  font-weight: 700;
}

.gcn-hk-how__title { margin: 0 0 0.35rem; font-size: 1.1rem; }

.gcn-hk-how__text {
  margin: 0;
  color: var(--hk-muted);
  line-height: 1.55;
}

.gcn-hk-voices__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.gcn-hk-voice {
  margin: 0;
  padding: 1.35rem 1.4rem;
  border-radius: 1rem;
  border: 1px solid var(--hk-line);
  background: #fff;
}

.gcn-hk-voice__quote {
  margin: 0 0 0.75rem;
  font-family: var(--hk-display);
  font-size: 1.15rem;
  line-height: 1.35;
  font-style: italic;
  color: var(--hk-ink);
}

.gcn-hk-voice__desc {
  margin: 0 0 1rem;
  color: var(--hk-muted);
  line-height: 1.55;
  font-size: 0.95rem;
}

.gcn-hk-voice__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--hk-brand);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.92rem;
}

.gcn-hk-voice__link:hover { color: var(--hk-pine); }

.gcn-hk-faq__list { display: grid; gap: 0.65rem; }

.gcn-hk-faq__item {
  border: 1px solid var(--hk-line);
  border-radius: 0.85rem;
  background: #fff;
  padding: 0.85rem 1.1rem;
}

.gcn-hk-faq__item summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.gcn-hk-faq__item summary::-webkit-details-marker { display: none; }

.gcn-hk-faq__item p {
  margin: 0.75rem 0 0;
  color: var(--hk-muted);
  line-height: 1.6;
}

.gcn-hk-related__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.gcn-hk-related__grid a {
  display: block;
  height: 100%;
  padding: 1.1rem 1.2rem;
  border-radius: 0.9rem;
  border: 1px solid var(--hk-line);
  background: #fff;
  text-decoration: none;
  color: inherit;
}

.gcn-hk-related__grid a:hover { border-color: var(--hk-pine); }

.gcn-hk-related__title {
  display: block;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.gcn-hk-related__text {
  display: block;
  color: var(--hk-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.gcn-hk-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

html.gcn-hk-ready .gcn-hk-hero__video:not([data-playing="1"]) + .gcn-hk-hero__poster {
  opacity: 1;
}

@media (max-width: 900px) {
  .gcn-hk-intro__grid,
  .gcn-hk-pillars__grid,
  .gcn-hk-packages__grid,
  .gcn-hk-related__grid,
  .gcn-hk-voices__grid {
    grid-template-columns: 1fr;
  }
}
