@charset "UTF-8";
:root {
  --journey-paper: #f4f0e6;
  --journey-surface: #fffdf6;
  --journey-surface-soft: #f8f5eb;
  --journey-ink: #17351f;
  --journey-copy: #526759;
  --journey-muted: #7b897d;
  --journey-line: #d8dfcc;
  --journey-line-strong: #b8c8ae;
  --journey-moss: #547556;
  --journey-gold: #a87832;
  --journey-rust: #a65d43;
  --journey-serif: "Noto Serif SC", "Source Han Serif SC", SimSun, serif;
  --journey-sans: Inter, "Noto Sans SC", "Source Han Sans SC", "Microsoft YaHei", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--journey-paper); scroll-behavior: smooth; }
body {
  min-width: 0;
  margin: 0;
  color: var(--journey-ink);
  background:
    radial-gradient(circle at 98% 4%, rgba(151, 173, 112, .14), transparent 24rem),
    radial-gradient(circle at 2% 28%, rgba(185, 142, 74, .08), transparent 23rem),
    var(--journey-paper);
  font-family: var(--journey-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
.journey-document { width: min(1740px, calc(100% - 64px)); margin: 0 auto; padding: 18px 0 44px; }
.journey-topbar { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border-bottom: 1px solid var(--journey-line); }
.journey-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--journey-ink); text-decoration: none; }
.journey-brand img { flex: 0 0 auto; width: 40px; height: 40px; }
.journey-brand strong, .journey-brand small { display: block; }
.journey-brand strong { font: 600 17px/1.2 var(--journey-serif); letter-spacing: -.02em; }
.journey-brand small { margin-top: 4px; color: #839080; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.journey-back { display: inline-flex; align-items: center; gap: 9px; min-height: 40px; color: #4e6653; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-decoration: none; }
.journey-back span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--journey-line); border-radius: 50%; transition: background .2s ease, color .2s ease, transform .2s ease; }
.journey-back:hover span, .journey-back:focus-visible span { color: #fff; background: var(--journey-ink); transform: translate(2px, -2px); }
.journey-layout { display: grid; grid-template-columns: minmax(0, 1.88fr) minmax(330px, .72fr); gap: clamp(46px, 5vw, 96px); align-items: start; }
.journey-reading { min-width: 0; padding: clamp(82px, 7vw, 118px) min(7vw, 108px) clamp(78px, 10vw, 170px) 0; }
.journey-intro { max-width: 850px; }
.journey-index { display: flex; align-items: end; gap: 13px; margin: 0 0 30px; color: var(--journey-ink); }
.journey-index span { font-size: 35px; font-weight: 700; line-height: .9; letter-spacing: -.06em; }
.journey-index small, .journey-kicker { color: #70806e; font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.journey-index small { padding-bottom: 3px; }
.journey-kicker { margin: 0 0 13px; }
.journey-intro h1 { max-width: 7em; margin: 0; font: 600 clamp(54px, 6vw, 88px)/.98 var(--journey-serif); letter-spacing: -.075em; }
.journey-subtitle { margin: 12px 0 0; color: #7f8e7c; font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.journey-lede { max-width: 35em; margin: 24px 0 0; color: var(--journey-copy); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.85; }
.journey-hero-figure { position: relative; max-width: 980px; margin: clamp(42px, 5vw, 76px) 0 0; padding: clamp(20px, 3.4vw, 34px) clamp(16px, 2.9vw, 32px) 18px; overflow: hidden; border: 1px solid var(--journey-line); background: linear-gradient(125deg, rgba(255,253,246,.94), rgba(235, 241, 220, .68)); }
.journey-hero-figure::before { position: absolute; top: 0; left: 0; width: 7px; height: 100%; content: ""; background: linear-gradient(180deg, var(--journey-gold), var(--journey-moss) 53%, var(--journey-rust)); }
.journey-hero-figure svg { display: block; width: 100%; height: auto; min-height: 228px; }
.hero-route-shadow { fill: none; stroke: rgba(255,253,246,.94); stroke-width: 13; stroke-linecap: round; }
.hero-route { fill: none; stroke: url(#journey-stroke); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 8 7; }
.hero-return { fill: none; stroke: var(--journey-rust); stroke-width: 1.5; stroke-dasharray: 4 5; }
.hero-node circle:first-child { fill: var(--journey-surface); stroke: var(--journey-moss); stroke-width: 2; }
.hero-node circle:last-child { fill: var(--journey-moss); }
.hero-node-start circle:first-child { stroke: var(--journey-gold); }
.hero-node-start circle:last-child { fill: var(--journey-gold); }
.hero-node-public circle:first-child { stroke: var(--journey-rust); }
.hero-node-public circle:last-child, .hero-node-return circle:last-child { fill: var(--journey-rust); }
.hero-node-return circle:first-child { stroke: var(--journey-rust); }
.hero-label text { fill: var(--journey-ink); font-family: var(--journey-serif); font-size: 15px; font-weight: 700; }
.hero-label tspan { fill: #859184; font-family: var(--journey-sans); font-size: 8px; font-weight: 800; letter-spacing: 1px; }
.journey-hero-figure figcaption { display: flex; align-items: baseline; gap: 16px; margin: 3px 0 0; padding-top: 15px; border-top: 1px solid rgba(151, 171, 142, .42); }
.journey-hero-figure figcaption span { color: var(--journey-gold); font-size: 10px; font-weight: 900; letter-spacing: .14em; white-space: nowrap; }
.journey-hero-figure figcaption p { margin: 0; color: var(--journey-muted); font-size: 12px; line-height: 1.65; }
.journey-chapter { position: relative; display: grid; grid-template-columns: 110px minmax(0, 1fr) minmax(145px, .45fr); gap: clamp(18px, 3vw, 46px); align-items: start; max-width: 1020px; margin-top: clamp(88px, 11vw, 168px); }
.journey-chapter::before { position: absolute; top: -34px; left: 0; width: min(70%, 650px); height: 1px; content: ""; background: var(--journey-line); }
.chapter-mark { padding-top: 7px; }
.chapter-mark span, .chapter-mark small { display: block; }
.chapter-mark span { color: var(--journey-gold); font-size: 32px; font-weight: 700; line-height: .9; letter-spacing: -.06em; }
.chapter-mark small { margin-top: 10px; color: #879483; font-size: 8px; font-weight: 800; letter-spacing: .15em; line-height: 1.55; }
.chapter-copy { max-width: 670px; }
.chapter-copy h2, .notebook-head h2, .public-window h2, .journey-return h2 { margin: 0; font: 600 clamp(32px, 3.45vw, 52px)/1.13 var(--journey-serif); letter-spacing: -.06em; }
.chapter-copy > p:last-child, .notebook-head > p:last-child, .window-copy > p:not(.journey-kicker), .journey-return p:last-child { max-width: 39em; margin: 17px 0 0; color: var(--journey-copy); font-size: 15px; line-height: 1.92; }
.margin-note { margin-top: 12px; padding: 13px 0 0 15px; border-top: 1px solid #c4d2b7; border-left: 2px solid var(--journey-moss); }
.margin-note span { color: var(--journey-moss); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.margin-note p { margin: 9px 0 0; color: #758476; font: 500 14px/1.72 var(--journey-serif); }
.margin-note-rust { border-color: #d9b3a3; border-left-color: var(--journey-rust); }
.margin-note-rust span { color: var(--journey-rust); }
.chapter-method { margin-top: clamp(80px, 9vw, 130px); grid-template-columns: 110px minmax(0, 1fr); }
.strategy-notebook { position: relative; max-width: 946px; margin-top: clamp(44px, 5vw, 72px); padding: clamp(24px, 3.4vw, 43px); border: 1px solid #d5ddc8; background: linear-gradient(135deg, rgba(255,253,246,.94), rgba(247,243,232,.9)); box-shadow: 12px 13px 0 rgba(203, 190, 151, .14); }
.strategy-notebook::after { position: absolute; top: -1px; right: 12%; width: 100px; height: 3px; content: ""; background: var(--journey-gold); }
.notebook-head { max-width: 610px; }
.notebook-head > p:last-child { color: var(--journey-muted); font-size: 13px; }
.strategy-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 30px; }
.strategy-card { position: relative; min-height: 205px; padding: 18px 17px 42px; overflow: hidden; border: 1px solid var(--journey-line); background: rgba(255,253,246,.72); }
.strategy-card > span { color: var(--journey-gold); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.strategy-card h3 { margin: 20px 0 0; font: 600 21px/1.22 var(--journey-serif); letter-spacing: -.045em; }
.strategy-card p { margin: 12px 0 0; color: var(--journey-muted); font-size: 12px; line-height: 1.73; }
.strategy-card i { position: absolute; right: 16px; bottom: 17px; width: 39px; height: 1px; background: var(--journey-moss); }
.strategy-card i::after { position: absolute; right: 0; top: -3px; width: 7px; height: 7px; content: ""; border: 1px solid var(--journey-moss); border-radius: 50%; background: var(--journey-surface); }
.strategy-card-wait { background: rgba(244, 239, 226, .64); }
.strategy-card-wait > span { color: #998266; }
.strategy-card-wait i { border-top: 1px dashed #998266; background: none; }
.strategy-card-wait i::after { border-color: #998266; }
.chapter-public { margin-top: clamp(94px, 12vw, 174px); }
.chapter-public .chapter-mark span { color: var(--journey-rust); }
.public-window { display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, .78fr); gap: clamp(30px, 5vw, 84px); align-items: end; max-width: 980px; margin-top: clamp(44px, 5vw, 70px); padding: clamp(25px, 4vw, 48px) clamp(20px, 3.5vw, 42px); border-top: 1px solid var(--journey-line-strong); border-bottom: 1px solid var(--journey-line-strong); }
.window-copy { max-width: 540px; }
.window-copy h2 { max-width: 7em; }
.records-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 390px; margin-top: 31px; padding: 15px 0; border-top: 1px solid var(--journey-line); border-bottom: 1px solid var(--journey-line); color: var(--journey-ink); text-decoration: none; }
.records-link strong, .records-link small { display: block; }
.records-link strong { font: 600 19px/1.25 var(--journey-serif); }
.records-link small { margin-top: 4px; color: #839080; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.records-link b { display: grid; flex: 0 0 auto; width: 38px; height: 38px; place-items: center; border: 1px solid #c7d4bd; border-radius: 50%; color: #59715e; font-size: 18px; transition: background .2s ease, color .2s ease, transform .2s ease; }
.records-link:hover b, .records-link:focus-visible b { color: #fff; background: var(--journey-ink); transform: translateX(3px); }
.curve-quiet { margin: 0; padding: 14px 13px 10px; border: 1px solid #dbe4d3; background: rgba(248,244,234,.76); }
.curve-quiet svg { display: block; width: 100%; height: auto; }
.curve-grid { fill: none; stroke: #dbe1d4; stroke-width: 1; }
.curve-fill { fill: rgba(178, 58, 50, .07); }
.curve-line { fill: none; stroke: var(--journey-rust); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.curve-quiet circle { fill: var(--journey-surface); stroke: var(--journey-rust); stroke-width: 2; }
.curve-quiet figcaption { display: flex; justify-content: space-between; gap: 14px; margin-top: 9px; color: var(--journey-muted); font-size: 10px; line-height: 1.6; }
.curve-quiet figcaption span { color: var(--journey-rust); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.curve-quiet figcaption p { margin: 0; text-align: right; }
.journey-return { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 28px; max-width: 800px; margin-top: clamp(88px, 10vw, 150px); padding: 32px 0 0; border-top: 1px solid var(--journey-line); }
.return-symbol { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid #c58b73; border-radius: 50%; color: var(--journey-rust); font: 400 28px/1 var(--journey-serif); }
.journey-note { max-width: 640px; margin: 58px 0 0; color: #8a8f82; font-size: 12px; line-height: 1.7; }
.journey-rail { min-height: 100%; padding: clamp(96px, 10vw, 160px) 0 0 clamp(30px, 4vw, 78px); }
.rail-card { position: relative; display: block; min-height: 190px; margin: 0; padding: 23px 62px 24px 26px; overflow: hidden; border: 1px solid rgba(124,166,80,.24); color: var(--journey-ink); background: linear-gradient(105deg, rgba(124,166,80,.13), rgba(215,168,91,.08)), rgba(255,253,244,.74); text-decoration: none; }
.rail-card + .rail-card { margin-top: 14px; }
.rail-card::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(110deg, transparent 52%, rgba(255,255,255,.4)); }
.rail-kicker { position: relative; z-index: 1; display: block; color: rgba(139,107,49,.72); font-size: 9px; font-weight: 800; letter-spacing: .25em; }
.rail-card strong, .rail-card small { position: relative; z-index: 1; display: block; }
.rail-card strong { margin-top: 14px; font: 600 clamp(29px, 2.7vw, 40px)/1.08 var(--journey-serif); letter-spacing: -.06em; }
.rail-card small { margin-top: 6px; color: rgba(23,53,31,.48); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.rail-card p { position: relative; z-index: 1; max-width: 24em; margin: 17px 0 0; color: rgba(23,53,31,.68); font-size: 12px; line-height: 1.75; }
.rail-card b { position: absolute; z-index: 2; right: 20px; bottom: 20px; display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(23,53,31,.18); border-radius: 50%; color: rgba(23,53,31,.68); font-size: 15px; transition: color .2s ease, background .2s ease, transform .2s ease; }
.rail-card-link:hover b, .rail-card-link:focus-visible b { color: #fff; background: var(--journey-ink); transform: translateX(3px); }
.rail-routes { margin-top: 18px; border-top: 1px solid var(--journey-line); }
.rail-routes a { display: grid; grid-template-columns: 30px 1fr 24px; gap: 11px; align-items: center; min-height: 63px; border-bottom: 1px solid var(--journey-line); color: #3b5741; text-decoration: none; }
.rail-routes > a > span { display: grid; width: 24px; height: 24px; place-items: center; border: 1px solid #c7d4bd; color: #839477; font-size: 11px; }
.rail-routes strong, .rail-routes small { display: block; }
.rail-routes strong { font-size: 13px; }
.rail-routes small { margin-top: 2px; color: #899388; font-size: 9px; font-weight: 700; letter-spacing: .06em; }
.rail-routes i { color: #517050; font-size: 18px; font-style: normal; text-align: right; }
.rail-routes a:hover, .rail-routes a:focus-visible { color: var(--journey-gold); }
.rail-quiet { margin: clamp(100px, 14vw, 230px) 0 0 25px; color: #96a090; font: 500 clamp(18px, 1.7vw, 25px)/1.75 var(--journey-serif); letter-spacing: -.03em; }
.journey-footer { display: flex; justify-content: space-between; gap: 16px; padding-top: 25px; border-top: 1px solid var(--journey-line); color: #8a9385; font-size: 11px; }
.journey-footer a { color: #4c684f; font-weight: 800; text-decoration: none; }
.journey-footer a:hover, .journey-footer a:focus-visible { color: var(--journey-gold); }
:focus-visible { outline: 2px solid var(--journey-gold); outline-offset: 4px; }
@media (max-width: 1180px) { .strategy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .journey-chapter { grid-template-columns: 92px minmax(0, 1fr); } .margin-note { grid-column: 2; max-width: 340px; } }
@media (max-width: 980px) { .journey-document { width: min(100% - 40px, 860px); } .journey-layout { grid-template-columns: 1fr; } .journey-reading { padding-right: 0; } .journey-rail { padding: 0 0 72px; } .rail-card { max-width: 520px; } .rail-quiet { margin: 72px 0 0; } }
@media (max-width: 620px) { .journey-document { width: min(100% - 28px, 860px); padding-top: 8px; } .journey-topbar { min-height: 62px; } .journey-brand img { width: 34px; height: 34px; } .journey-brand strong { font-size: 15px; } .journey-back { font-size: 11px; } .journey-reading { padding-top: 72px; padding-bottom: 76px; } .journey-index { margin-bottom: 36px; } .journey-index span { font-size: 30px; } .journey-intro h1 { font-size: clamp(52px, 18vw, 78px); } .journey-lede { font-size: 17px; } .journey-hero-figure { margin-top: 48px; padding: 18px 12px 14px; } .journey-hero-figure svg { width: 186%; max-width: none; margin-left: -39%; min-height: 202px; } .journey-hero-figure figcaption { display: block; padding: 12px 8px 0; } .journey-hero-figure figcaption p { margin-top: 6px; } .journey-chapter { display: block; margin-top: 92px; } .journey-chapter::before { top: -28px; width: 70%; } .chapter-mark { display: flex; align-items: baseline; gap: 12px; margin-bottom: 20px; } .chapter-mark span { font-size: 29px; } .chapter-mark small { margin: 0; } .chapter-copy h2, .notebook-head h2, .public-window h2, .journey-return h2 { font-size: clamp(31px, 10vw, 45px); } .chapter-copy > p:last-child, .notebook-head > p:last-child, .window-copy > p:not(.journey-kicker), .journey-return p:last-child { font-size: 15px; } .margin-note { max-width: 290px; margin: 25px 0 0; } .chapter-method { margin-top: 78px; } .strategy-notebook { margin-top: 43px; padding: 25px 17px; } .strategy-grid { grid-template-columns: 1fr; gap: 8px; margin-top: 23px; } .strategy-card { min-height: 160px; padding: 16px 16px 36px; } .strategy-card h3 { margin-top: 14px; } .chapter-public { margin-top: 94px; } .public-window { display: block; margin-top: 43px; padding: 25px 0; } .window-copy { padding: 0 2px; } .curve-quiet { margin-top: 30px; } .journey-return { grid-template-columns: 48px minmax(0, 1fr); gap: 17px; margin-top: 90px; padding-top: 28px; } .return-symbol { width: 40px; height: 40px; font-size: 23px; } .journey-note { margin-top: 48px; } .journey-rail { padding-bottom: 55px; } .rail-card { min-height: 184px; padding: 21px 57px 22px 23px; } .rail-quiet { display: none; } .journey-footer { padding-top: 18px; } }
@media (max-width: 620px) { body { overflow-x: hidden; } .journey-topbar { gap: 8px; } .journey-brand { min-width: 0; gap: 8px; } .journey-brand strong { font-size: 13px; } .journey-brand small { font-size: 8px; } .journey-back { flex: 0 0 auto; gap: 5px; } .journey-back span { width: 24px; height: 24px; } .journey-subtitle { font-size: 9px; letter-spacing: .1em; line-height: 1.55; } .chapter-copy h2, .notebook-head h2, .public-window h2, .journey-return h2 { max-width: 100%; font-size: clamp(30px, 9vw, 40px); overflow-wrap: anywhere; } }
@media (max-width: 620px) { html, body { max-width: 100%; overflow-x: hidden; } .journey-document { width: calc(100% - 28px); max-width: 860px; } .journey-layout, .journey-reading, .journey-intro, .journey-lede, .journey-chapter, .chapter-copy, .chapter-copy > p:last-child { width: 100%; min-width: 0; max-width: 100%; } .journey-hero-figure { width: 100%; max-width: 100%; } .journey-hero-figure svg { width: 100%; max-width: 100%; min-height: 0; margin-left: 0; } }
@media (max-width: 700px) { .journey-document { width: calc(100vw - 28px) !important; max-width: none; } .journey-layout { width: 100%; min-width: 0; grid-template-columns: minmax(0, 1fr) !important; } .journey-reading { width: 100%; min-width: 0; } .journey-rail { width: 100%; min-width: 0; } }
@media (min-width: 981px) { .journey-topbar, .journey-footer, .garden-site-header { width: min(1180px, 100%); margin-inline: auto; } .journey-layout { display: block; width: min(960px, 100%); margin-inline: auto; } .journey-reading { padding-right: 0; padding-left: 0; } .journey-intro { max-width: 790px; } .journey-rail { display: none; } .journey-hero-figure, .journey-chapter, .strategy-notebook, .public-window { max-width: 100%; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
