/* ============ LIUDADI ECOM — WALKING TRAIL MOTIF ============ */
/* LIGHT stroll-cream theme. See README in design notes. */

:root {
  --cream: #F7F5EF;
  --ink: #2E3238;
  --jade: #4E9184;
  --panel: #FCFBF5;
  --gate: #26343A;
  --sun: #E0B54A;
  --clay: #B5714E;
  --mist: #9AA098;
  --hair: #E0DFD3;
  --jade-soft: #417D72;
  --ink-soft: #5B6068;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background-color: var(--cream);
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: var(--jade); text-decoration: none; }
a:hover { text-decoration: underline; }

.sr-only {
  position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden;
}

/* ========== WAYPOINT SIGNPOST NAVIGATION ========== */
.site-header { background-color: var(--cream); }

.signpost {
  display: flex;
  align-items: stretch;
  max-width: 1220px;
  margin: 0 auto;
  padding: 26px 24px 14px;
  gap: 0;
}

.signpost__post {
  position: relative;
  width: 66px;
  flex: 0 0 66px;
  background-color: var(--clay);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid #9c5c3e;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0 8px;
}

.signpost__cap {
  width: 70px;
  height: 16px;
  margin-left: -2px;
  background-color: #a86643;
  border-radius: 4px;
  position: absolute;
  top: -14px;
  left: 0;
  border-bottom: 2px solid #8f5136;
}

.signpost__plaque {
  background-color: var(--panel);
  border: 2px solid var(--gate);
  border-radius: 6px;
  padding: 4px 6px;
  text-align: center;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.1;
}

.signpost__plaque small {
  display: block;
  font-size: 18px;
  color: var(--clay);
  letter-spacing: 3px;
}

.signpost__plaque span {
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--mist);
}

.leaf-glyph {
  color: var(--jade);
  font-size: 14px;
  margin-top: 4px;
}

.distance-stake {
  font-size: 11px;
  color: var(--panel);
  margin-top: auto;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
  font-weight: 700;
  opacity: 1;
  border-left: 2px solid #a86643;
  padding-left: 5px;
}

.signpost__arms {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding-left: 12px;
}

.signpost-arm {
  display: flex;
  align-items: center;
  border-radius: 0 10px 10px 0;
  padding: 10px 22px 10px 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
  transition: transform 0.18s ease;
}

.signpost-arm a { color: inherit; font-weight: 700; letter-spacing: 0.5px; }
.signpost-arm a:hover { text-decoration: none; }

.signpost-arm:hover { transform: translateX(4px); }

.signpost-arm::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-width: 15px 0 15px 12px;
  border-color: transparent transparent transparent currentColor;
  filter: none;
}

.signpost-arm.is-light { background-color: var(--panel); color: var(--ink); border: 1px solid var(--hair); }
.signpost-arm.is-light::after { border-left-color: var(--panel); }
.signpost-arm.is-dark { background-color: var(--gate); color: #fff; }
.signpost-arm.is-dark::after { border-left-color: var(--gate); }

.js-nav-toggle { display: none; }

.nav-toggle {
  display: none;
  background-color: var(--jade);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.nav-nav { display: flex; flex-direction: column; gap: 10px; }

@media (max-width: 860px) {
  .nav-toggle { display: block; width: 100%; margin: 0 auto 8px; }
  .signpost { flex-direction: column; max-width: 480px; }
  .signpost__post {
    width: 100%;
    flex: none;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    padding: 14px 10px;
  }
  .signpost__cap { display: none; }
  .distance-stake { display: none; }
  .signpost__plaque { max-width: 220px; }
  .leaf-glyph { margin: 0; }
  .signpost__arms { padding-left: 0; }
  .signpost-arm { border-radius: 8px; }
  .signpost-arm::after { display: none; }
}

.nav-closed .signpost__arms { display: none; }
.nav-open .signpost__arms { display: flex; }

/* ========== STONE PATH TRAILHEAD HERO ========== */
.trailhead {
  position: relative;
  background-color: var(--cream);
  border-bottom: 2px dotted var(--hair);
  overflow: hidden;
}

.trailhead__inner {
  position: relative;
  min-height: 70vh;
  max-width: 1220px;
  margin: 0 auto;
  padding: 70px 24px 90px;
  display: flex;
  align-items: flex-start;
  z-index: 1;
}

.sunbeam-arc {
  position: absolute;
  top: -120px;
  left: -40px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background-color: #F6EAcd;
  z-index: 0;
}

.sunbeam-arc::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background-color: #f2ddab;
}

.trailhead__copy {
  max-width: 560px;
  position: relative;
  z-index: 3;
}

.th-kicker {
  display: inline-block;
  background-color: var(--clay);
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.trailhead h1 {
  font-size: 64px;
  line-height: 1.02;
  letter-spacing: -1px;
  color: var(--ink);
  font-weight: 900;
  margin: 0 0 10px;
}

.trailhead h1 .en-jade { color: var(--jade); }

.trailhead p.lead {
  font-size: 20px;
  line-height: 1.65;
  color: var(--ink);
  max-width: 540px;
  margin-bottom: 30px;
  font-weight: 500;
}

.trailhead__ctas { display: flex; gap: 14px; flex-wrap: wrap; }

.btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 9px;
  font-weight: 800;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: 2px solid transparent;
  font-size: 16px;
  text-decoration: none;
}

.btn:hover { text-decoration: none; }

.btn--jade { background-color: var(--jade); color: #fff; }
.btn--jade:hover { background-color: var(--jade-soft); }

.btn--outline { background-color: transparent; color: var(--ink); border-color: var(--ink); }
.btn--outline:hover { background-color: var(--ink); color: #fff; }

/* stone path drawn over right area */
.trailhead__scene {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.stone { display: none; }

.save-path {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  height: 100%;
}

.slab {
  position: absolute;
  border-radius: 22px;
  border: 2px solid #d6d2c2;
  background-color: #efece0;
}

.slab--a { width: 210px; height: 74px; bottom: 60px; right: 8%; transform: rotate(-6deg); }
.slab--b { width: 180px; height: 64px; bottom: 140px; right: 30%; transform: rotate(8deg); }
.slab--c { width: 150px; height: 54px; bottom: 220px; right: 20%; transform: rotate(-4deg); }
.slab--d { width: 120px; height: 46px; bottom: 300px; right: 36%; transform: rotate(7deg); }
.slab--e { width: 100px; height: 40px; bottom: 380px; right: 26%; transform: rotate(-5deg); }

.footprint {
  position: absolute;
  width: 52px;
  height: 16px;
  border-radius: 50% 50% 40% 40%;
  background-color: #d8d4c4;
  transform: rotate(18deg);
}

.footprint::before, .footprint::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c9c4b2;
  top: 2px;
}
.footprint::before { left: 10px; }
.footprint::after { right: 8px; top: 1px; }

.fp1 { bottom: 180px; right: 66%; transform: rotate(-14deg); }
.fp2 { bottom: 150px; right: 58%; transform: rotate(16deg); }
.fp3 { bottom: 250px; right: 76%; transform: rotate(10deg); }
.fp4 { bottom: 318px; right: 58%; transform: rotate(-8deg); }

/* bench */
.bench {
  position: absolute;
  bottom: 150px;
  right: 4%;
  width: 150px;
  height: 20px;
  background-color: var(--clay);
  border-radius: 4px;
}
.bench::before, .bench::after {
  content: "";
  position: absolute;
  bottom: -16px;
  width: 12px;
  height: 18px;
  background-color: #8f5136;
  border-radius: 0 0 4px 4px;
}
.bench::before { left: 16px; }
.bench::after { right: 16px; }

/* pack */
.pack {
  position: absolute;
  bottom: 250px;
  right: 2%;
  width: 46px;
  height: 58px;
  background-color: var(--jade);
  border-radius: 6px 6px 10px 10px;
  border: 2px solid var(--jade-soft);
}
.pack::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -8px;
  width: 60px;
  height: 14px;
  border: 3px solid var(--ink);
  border-bottom-width: 5px;
  border-radius: 0 0 6px 6px;
  background-color: transparent;
  border-top: none;
}

/* maple leaves fall nearby */
.maplenote {
  position: absolute;
  transform-origin: bottom center;
}

.maplenote span {
  display: block;
  font-size: 20px;
  text-shadow: none;
  color: var(--clay);
}

.maple-splat {
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid #d98f5a;
  border-radius: 2px;
}
.maple-a { bottom: 120px; right: 40%; transform: rotate(24deg); }
.maple-b { bottom: 60px; right: 24%; transform: rotate(-30deg); }

/* ========== WAYPOINT STOPS ========== */
.waypoints {
  position: relative;
  background-color: var(--cream);
  padding: 90px 24px 40px;
  overflow: hidden;
}

.section-head { text-align: center; max-width: 720px; margin: 0 auto 60px; }
.section-head .th-kicker { margin-bottom: 14px; }
.section-head h2 { font-size: 42px; color: var(--ink); line-height: 1.1; }
.section-head h2 em { font-style: normal; color: var(--jade); }
.section-head p { color: var(--ink-soft); font-size: 18px; margin-top: 14px; }

.save-trail-guide {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}

.waypoint {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
}

.waypoint:nth-child(odd) { justify-content: flex-start; }
.waypoint:nth-child(even) { justify-content: flex-end; }

.waypoint__panel {
  width: 46%;
  background-color: var(--panel);
  border: 1px solid var(--hair);
  border-left: 5px solid var(--jade);
  border-radius: 4px 14px 14px 4px;
  padding: 28px 30px;
  box-shadow: 0 6px 18px -8px #222a2e;
}

.waypoint--even .waypoint__panel { border-left: none; border-right: 5px solid var(--jade); border-radius: 14px 4px 4px 14px; }

.wp-dot {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--sun);
  border: 4px solid #e7c96a;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}

.waypoint--odd .wp-dot { right: 24%; left: auto; transform: none; }
.waypoint--even .wp-dot { left: 24%; transform: none; }

.waypoint__panel h3 { font-size: 24px; color: var(--gate); margin-bottom: 10px; }
.waypoint__panel h3 .wp-no { color: var(--jade); font-weight: 800; margin-right: 6px; }
.waypoint__panel p { color: var(--ink-soft); }

.mini-sign {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 60px;
  background-color: var(--clay);
  border-radius: 3px;
}

@media (max-width: 780px) {
  .waypoint__panel { width: 100%; }
  .wp-dot, .mini-sign { display: none; }
}

/* ========== TAKE THE WALK STRIP ========== */
.take-walk {
  background-color: var(--gate);
  padding: 46px 24px;
  text-align: center;
  color: #fff;
}

.take-walk__inner { max-width: 800px; margin: 0 auto; }

.take-walk .fp-glyph { font-size: 30px; margin-bottom: 10px; }
.take-walk h2 { font-size: 30px; color: #fff; margin-bottom: 12px; }
.take-walk h2 .en-jade { color: var(--cream); }
.take-walk p { color: #dbe0df; }

.take-walk .btn--jade { margin-top: 18px; background-color: var(--jade); }

/* ========== DISTRIGHT PATH NOTE ========== */
.intro-stones {
  background-color: var(--cream);
  padding: 80px 24px 40px;
}

.intro-stones__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.intro-stones__inner h2 { font-size: 34px; color: var(--gate); margin-bottom: 18px; }
.intro-stones__inner h2 em { color: var(--jade); font-style: normal; }
.intro-stones__inner p { font-size: 18px; color: var(--ink-soft); margin-bottom: 14px; }

/* numbered pebble steps */
.three-steps {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 36px;
}

.pebble {
  flex: 1 1 220px;
  background-color: var(--panel);
  border: 1px solid var(--hair);
  border-radius: 20px 20px 20px 8px;
  padding: 22px;
  text-align: left;
}

.pebble .pebble-n {
  font-size: 40px;
  font-weight: 900;
  color: var(--jade);
  line-height: 1;
  margin-bottom: 8px;
}
.pebble h3 { font-size: 18px; color: var(--gate); margin-bottom: 8px; }
.pebble p { color: var(--ink-soft); font-size: 15px; }

/* ========== BENCH REST FOOTER ========== */
.bench-rest { background-color: var(--panel); border-top: 1px solid var(--hair); }

.bench-seat {
  height: 20px;
  background-color: var(--clay);
  position: relative;
}

.bench-seat::before, .bench-seat::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 14px;
  height: 22px;
  background-color: #8f5136;
}
.bench-seat::before { left: 12%; }
.bench-seat::after { right: 12%; }

.bench-rest__inner {
  position: relative;
  z-index: 1;
  max-width: 1220px;
  margin: 0 auto;
  padding: 54px 24px 50px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.2fr;
  gap: 40px;
}

.bench-col-brand .brand-line { font-size: 20px; font-weight: 900; color: var(--gate); letter-spacing: 1px; }
.bench-col-brand .brand-line .en-jade { color: var(--jade); }
.bench-col-brand p { color: var(--ink-soft); margin-top: 12px; max-width: 300px; line-height: 1.8; }
.bench-glyph { font-size: 26px; margin-top: 14px; }

.bench-col h4 {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: 16px;
  font-weight: 800;
}

.bench-col ul { list-style: none; }
.bench-col li { margin-bottom: 10px; }
.bench-col li a { color: var(--jade); font-weight: 600; }

.bench-col-contact .contact-line { display: block; margin-bottom: 10px; color: var(--ink-soft); }
.bench-col-contact .contact-line strong { color: var(--ink); font-weight: 700; }
.bench-col-contact .addr { color: var(--ink-soft); line-height: 1.8; }

.bench-rest__meta {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--hair);
  max-width: 1220px;
  margin: 0 auto;
  padding: 18px 24px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--mist);
}

.kmg-stake {
  font-size: 13px;
  font-weight: 700;
  color: var(--jade);
  letter-spacing: 1px;
  border-left: 3px solid var(--clay);
  padding-left: 8px;
}

@media (max-width: 860px) {
  .bench-rest__inner { grid-template-columns: 1fr; gap: 28px; }
  .trailhead h1 { font-size: 44px; }
}

/* generic secondary page scaffold uses the same signpost but lighter body */
.page-body { background-color: var(--cream); }

.page-hero-simple {
  background-color: var(--gate);
  color: #fff;
  padding: 60px 24px;
}
.page-hero-simple h1 { color: #fff; font-size: 40px; margin-bottom: 8px; }
.page-hero-simple p { color: #dbe0df; max-width: 720px; }

.panel-cta {
  background-color: var(--jade);
  padding: 56px 24px;
  text-align: center;
  color: #fff;
}
.panel-cta h2 { color: #fff; font-size: 30px; margin-bottom: 10px; }
.panel-cta p { color: #e6f1ef; }
.panel-cta .btn--jade { background-color: #fff; color: var(--jade); }

/* Accordions used on home waypoints detail can share pebble style */
.acc-item { border: 1px solid var(--hair); background-color: var(--panel); border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
.acc-title { padding: 16px 20px; font-weight: 700; color: var(--gate); cursor: pointer; }
.acc-title::after { content: "+"; float: right; color: var(--jade); font-weight: 900; }
.acc-title.is-open::after { content: "\2212"; }
.acc-body { padding: 0 20px 18px; color: var(--ink-soft); }
.acc-body[hidden] { display: none; }

/* reveal */
.reveal { opacity: 1; transform: none; }
