:root{
  --paper:#f7f0e5;
  --paper-soft:#fffaf2;
  --paper-green:#e7efe5;
  --ink:#292620;
  --muted:#6f675c;
  --line:#ded0bb;
  --rust:#a95733;
  --jade:#4f7667;
  --blue:#466f7a;
  --tea:#6f805c;
  --amber:#bd8646;
  --white:rgba(255,255,255,.86);
  --shadow:0 22px 62px rgba(50,37,22,.14);
  --shadow-soft:0 12px 34px rgba(50,37,22,.09);
  --radius:18px;
  --max:1160px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
  color:var(--ink);
  background:
    linear-gradient(180deg,#fffaf1 0%,#f5ead8 42%,#e9efe4 100%);
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(82,61,34,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(82,61,34,.04) 1px,transparent 1px);
  background-size:28px 28px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.62),rgba(0,0,0,.12));
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}
.site-shell{min-height:100vh}
.grain{
  pointer-events:none;
  position:fixed;
  inset:0;
  z-index:100;
  opacity:.13;
  mix-blend-mode:multiply;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='.15'/%3E%3C/svg%3E");
}
.topbar{
  position:fixed;
  left:50%;
  top:16px;
  transform:translateX(-50%);
  width:min(1120px,calc(100% - 32px));
  z-index:30;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:10px 14px;
  border:1px solid rgba(74,56,34,.13);
  background:rgba(255,250,242,.78);
  backdrop-filter:blur(20px);
  border-radius:999px;
  box-shadow:0 16px 38px rgba(50,37,22,.1);
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  font-weight:760;
}
.brand-mark{
  width:32px;
  height:32px;
  flex:0 0 32px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--ink);
  color:#fff;
  font-size:14px;
}
.brand span:last-child{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.topbar nav{
  display:flex;
  gap:6px;
  align-items:center;
}
.topbar nav a{
  padding:8px 11px;
  border-radius:999px;
  color:#554a3e;
  font-size:14px;
  line-height:1;
  transition:background .2s ease,color .2s ease;
}
.topbar nav a:hover,
.topbar nav a.active{
  background:var(--ink);
  color:#fff;
}
.topbar-actions{
  display:flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
}
.export-pdf{
  border:1px solid rgba(47,38,29,.14);
  background:#fff;
  color:var(--ink);
  border-radius:999px;
  padding:8px 12px;
  line-height:1;
  cursor:pointer;
  font-size:14px;
  white-space:nowrap;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.export-pdf:hover,
.export-pdf:focus-visible{
  background:var(--ink);
  color:#fff;
}
.export-pdf.is-loading{
  opacity:.66;
  cursor:wait;
}
.mobile-menu{
  display:none;
  border:0;
  background:var(--ink);
  color:#fff;
  border-radius:999px;
  padding:8px 12px;
  cursor:pointer;
}

.hero{
  min-height:82svh;
  display:grid;
  grid-template-columns:minmax(300px,.92fr) minmax(420px,1.08fr);
  gap:44px;
  align-items:center;
  width:min(1220px,calc(100% - 40px));
  margin:0 auto;
  padding:96px 0 30px;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  max-width:100%;
  color:#6f5b42;
  background:rgba(255,255,255,.58);
  border:1px solid rgba(100,75,44,.14);
  border-radius:999px;
  padding:8px 12px;
  font-size:.82rem;
  line-height:1.3;
  margin-bottom:18px;
}
h1{
  font-size:4.75rem;
  line-height:1.03;
  letter-spacing:0;
  margin:0 0 22px;
  font-weight:850;
}
h1 span{display:block}
.hero-copy{
  font-size:1.28rem;
  line-height:1.82;
  color:#665748;
  max-width:600px;
  margin:0;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:28px 0 0;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  border:0;
  border-radius:999px;
  padding:12px 18px;
  cursor:pointer;
  background:var(--ink);
  color:white;
  box-shadow:0 14px 30px rgba(44,35,26,.18);
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.btn:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(44,35,26,.22)}
.btn.ghost{
  background:rgba(255,255,255,.66);
  color:var(--ink);
  border:1px solid rgba(47,38,29,.14);
  box-shadow:none;
}
.hero-card{
  position:relative;
  min-height:500px;
  border-radius:26px;
  padding:14px;
  background:rgba(255,255,255,.5);
  border:1px solid rgba(80,58,33,.12);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.hero-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(79,118,103,.12),transparent 42%,rgba(169,87,51,.12));
}
.hero-map{
  position:relative;
  border-radius:20px;
  overflow:hidden;
  height:100%;
  min-height:472px;
  background:#efe1ca;
}
.hero-map img{
  height:100%;
  width:100%;
  object-fit:cover;
}
.floating-note{
  position:absolute;
  left:18px;
  bottom:18px;
  right:18px;
  background:rgba(255,250,240,.82);
  backdrop-filter:blur(16px);
  border:1px solid rgba(96,70,39,.13);
  padding:16px;
  border-radius:18px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px;
  align-items:center;
}
.floating-note strong{font-size:1.08rem}
.floating-note p{
  margin:6px 0 0;
  color:#6f5f4d;
  line-height:1.65;
}
.route-pill{
  background:var(--ink);
  color:#fff;
  border-radius:999px;
  padding:10px 13px;
  font-size:.82rem;
  white-space:nowrap;
}
.stats{
  width:min(1120px,calc(100% - 40px));
  margin:0 auto 76px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.stat{
  background:rgba(255,255,255,.68);
  border:1px solid rgba(77,56,34,.12);
  border-radius:18px;
  padding:18px;
  box-shadow:var(--shadow-soft);
}
.stat small{
  color:var(--muted);
  display:block;
  margin-bottom:8px;
  line-height:1.4;
}
.stat strong{font-size:1.75rem;line-height:1.1}

.section{
  width:min(var(--max),calc(100% - 40px));
  margin:0 auto;
  padding:78px 0;
}
.section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:28px;
}
.section-title{
  font-size:3.35rem;
  line-height:1.08;
  letter-spacing:0;
  margin:0;
}
.section-desc{
  max-width:560px;
  color:var(--muted);
  line-height:1.85;
  margin:0;
}
.map-gallery{
  display:grid;
  grid-template-columns:minmax(230px,280px) 1fr;
  gap:22px;
  min-width:0;
}
.map-gallery > *,
.story-layout > *,
.notes-grid > *{
  min-width:0;
}
.gallery-panel{
  position:sticky;
  top:92px;
  align-self:start;
  background:rgba(255,255,255,.68);
  border:1px solid rgba(74,56,34,.12);
  border-radius:20px;
  padding:20px;
  box-shadow:var(--shadow-soft);
}
.gallery-panel h3,
.timeline h3{
  margin:0 0 10px;
  font-size:1.12rem;
}
.gallery-panel p{
  margin:0;
  color:var(--muted);
  line-height:1.75;
}
.chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:16px 0 0;
}
.chip{
  border:1px solid rgba(64,48,30,.13);
  background:rgba(255,255,255,.6);
  padding:8px 11px;
  border-radius:999px;
  cursor:pointer;
  font-size:.82rem;
  color:#524536;
  white-space:nowrap;
}
.chip.active{background:var(--ink);color:#fff}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  min-width:0;
}
.map-card{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(74,56,34,.12);
  border-radius:20px;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
  transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s,opacity .25s;
  min-width:0;
}
.map-card:hover{transform:translateY(-5px);box-shadow:0 24px 62px rgba(56,39,20,.16)}
.map-card[hidden]{display:none}
.map-thumb{
  aspect-ratio:1/1;
  overflow:hidden;
  background:#eadac2;
  cursor:zoom-in;
}
.map-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .6s ease;
}
.map-card:hover .map-thumb img{transform:scale(1.045)}
.map-meta{padding:16px 18px 18px}
.map-meta h3{margin:0 0 8px;font-size:1.22rem;line-height:1.32}
.map-meta p{margin:0;color:var(--muted);line-height:1.72}
.tag{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  background:#ece4d7;
  color:#6a4b27;
  padding:4px 9px;
  font-size:.76rem;
  margin-bottom:12px;
}

.story-layout{
  display:grid;
  grid-template-columns:330px 1fr;
  gap:26px;
  align-items:start;
}
.timeline{
  position:sticky;
  top:92px;
  background:rgba(255,255,255,.66);
  border:1px solid rgba(74,56,34,.12);
  border-radius:20px;
  padding:18px;
  box-shadow:var(--shadow-soft);
}
#timelineTabs{
  display:grid;
  gap:9px;
}
.day-tab{
  display:flex;
  align-items:center;
  gap:12px;
  width:100%;
  border:0;
  background:transparent;
  border-radius:15px;
  padding:12px;
  cursor:pointer;
  text-align:left;
  color:#514435;
  transition:background .2s ease,color .2s ease;
}
.day-tab.active{background:var(--ink);color:#fff}
.day-dot{
  width:38px;
  height:38px;
  flex:0 0 38px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(79,118,103,.14);
  font-weight:800;
}
.day-tab.active .day-dot{background:#fff;color:var(--ink)}
.day-tab span:last-child{min-width:0}
.day-tab strong{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.day-tab small{
  display:block;
  opacity:.68;
  margin-top:2px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.chapter-list{display:grid;gap:24px}
.chapter{
  background:rgba(255,255,255,.72);
  border:1px solid rgba(74,56,34,.12);
  border-radius:24px;
  padding:24px;
  box-shadow:var(--shadow);
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:26px;
  align-items:center;
  overflow:hidden;
}
.chapter.reverse{grid-template-columns:minmax(320px,.95fr) minmax(0,1.05fr)}
.chapter.reverse .chapter-image{order:2}
.chapter-image{
  position:relative;
  aspect-ratio:1/1;
  border-radius:20px;
  overflow:hidden;
  background:#e6d5bd;
  cursor:zoom-in;
}
.chapter-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  inset:0;
}
.chapter-body{padding:4px}
.chapter-kicker{
  color:#8c6b3e;
  font-weight:800;
  font-size:.82rem;
  margin-bottom:12px;
}
.chapter h3{
  font-size:2.55rem;
  line-height:1.16;
  letter-spacing:0;
  margin:0 0 14px;
}
.chapter-theme{
  font-size:1.08rem;
  line-height:1.86;
  color:#53473b;
  margin:0 0 18px;
}
.chapter-poem{
  border-left:3px solid #d0b68f;
  padding-left:14px;
  color:#776754;
  line-height:1.92;
  margin:18px 0;
}
.detail-list{
  display:grid;
  gap:10px;
  margin-top:18px;
}
.detail{
  display:flex;
  gap:10px;
  line-height:1.68;
  color:#5d5044;
}
.detail::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--jade);flex:0 0 7px;margin-top:.66em}
.route-card{
  margin-top:18px;
  padding:14px 16px;
  background:linear-gradient(135deg,#f1e5d2,#e7efe5);
  border:1px solid rgba(74,56,34,.1);
  border-radius:16px;
  color:#5a4732;
}
.route-card strong{display:block;margin-bottom:5px}

.food-section{
  scroll-margin-top:92px;
}
.food-lead{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr);
  gap:20px;
  align-items:stretch;
  margin-bottom:22px;
  padding:28px;
  border:1px solid rgba(74,56,34,.12);
  border-radius:24px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.78),rgba(231,239,229,.7)),
    radial-gradient(circle at 8% 16%,rgba(189,134,70,.14),transparent 34%);
  box-shadow:var(--shadow);
}
.food-updated{
  margin:0 0 12px;
  color:#8c6b3e;
  font-size:.9rem;
  font-weight:800;
}
.food-lead h3{
  margin:0 0 12px;
  font-size:2.18rem;
  line-height:1.16;
}
.food-lead p{
  margin:0;
  color:#5f574d;
  line-height:1.86;
}
.food-summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.food-summary-item{
  padding:16px;
  border-left:3px solid var(--jade);
  border-radius:16px;
  background:rgba(255,250,242,.72);
}
.food-summary-item strong{
  display:block;
  margin-bottom:8px;
  color:#2f3a30;
}
.food-summary-item span{
  display:block;
  color:#62584c;
  line-height:1.7;
  font-size:.94rem;
}
.food-priority-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin:0 0 38px;
}
.food-card{
  min-width:0;
  padding:20px;
  border:1px solid rgba(74,56,34,.12);
  border-radius:20px;
  background:rgba(255,255,255,.72);
  box-shadow:var(--shadow-soft);
}
.food-card-head{
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin-bottom:14px;
}
.food-level{
  min-width:42px;
  height:42px;
  padding:0 8px;
  border-radius:999px;
  display:inline-grid;
  place-items:center;
  background:var(--ink);
  color:#fff;
  font-weight:850;
  line-height:1;
}
.food-card h3{
  margin:0 0 5px;
  font-size:1.18rem;
  line-height:1.3;
}
.food-card-head p,
.food-card > p{
  margin:0;
  color:#62584c;
  line-height:1.75;
}
.food-evidence{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:12px;
}
.food-evidence span,
.food-dishes span{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  background:#f1e7d7;
  color:#654d33;
  padding:6px 9px;
  font-size:.82rem;
  line-height:1.2;
}
.food-evidence span:last-child{
  background:#e7efe5;
  color:#4a685d;
}
.food-dishes{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:13px;
}
.food-dishes span{
  background:rgba(255,255,255,.68);
  border:1px solid rgba(74,56,34,.1);
}
.food-route-board,
.food-map-section{
  margin-top:34px;
}
.food-board-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:16px;
}
.food-board-head h3{
  margin:0;
  font-size:2rem;
  line-height:1.2;
}
.food-board-head p{
  margin:0;
  max-width:520px;
  color:var(--muted);
  line-height:1.75;
}
.food-route-list{
  display:grid;
  gap:10px;
}
.food-route-row{
  display:grid;
  grid-template-columns:70px minmax(180px,.95fr) minmax(230px,1.2fr) minmax(220px,.9fr);
  gap:16px;
  align-items:center;
  padding:16px;
  border:1px solid rgba(74,56,34,.12);
  border-radius:18px;
  background:rgba(255,255,255,.7);
  box-shadow:0 10px 26px rgba(50,37,22,.07);
}
.food-route-day{
  display:grid;
  gap:6px;
  justify-items:center;
  align-content:center;
}
.food-route-day span{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--ink);
  color:#fff;
  font-weight:850;
}
.food-route-day strong{
  color:#8d4d32;
  font-size:.88rem;
}
.food-route-main h4{
  margin:0 0 5px;
  font-size:1.08rem;
  line-height:1.35;
}
.food-route-main p,
.food-route-note{
  margin:0;
  color:#62584c;
  line-height:1.7;
}
.food-route-pick strong{
  display:block;
  color:#2f3a30;
  line-height:1.5;
}
.food-route-pick span{
  display:block;
  margin-top:6px;
  color:#8c6b3e;
  font-size:.9rem;
  line-height:1.5;
}
.food-map-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.food-map-card{
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(74,56,34,.12);
  border-radius:22px;
  background:rgba(255,255,255,.75);
  box-shadow:var(--shadow-soft);
}
.food-map-visual{
  height:min(72vh,660px);
  min-height:520px;
  display:grid;
  place-items:center;
  padding:14px;
  background:#f7f0e5;
  cursor:zoom-in;
}
.food-map-visual img{
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:14px;
}
.food-map-meta{
  padding:18px 20px 20px;
}
.food-map-meta span{
  display:block;
  margin-bottom:8px;
  color:#8c6b3e;
  font-size:.86rem;
  font-weight:800;
}
.food-map-meta h3{
  margin:0 0 8px;
  font-size:1.3rem;
  line-height:1.35;
}
.food-map-meta p{
  margin:0;
  color:var(--muted);
  line-height:1.75;
}
.food-warning-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:22px;
}
.food-warning{
  padding:18px;
  border-radius:18px;
  background:#2b2721;
  color:#fffaf2;
  box-shadow:var(--shadow-soft);
}
.food-warning strong{
  display:block;
  margin-bottom:8px;
}
.food-warning p{
  margin:0;
  color:rgba(255,250,242,.78);
  line-height:1.72;
}

.bookmarks{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.bookmark{
  background:rgba(255,255,255,.69);
  border:1px solid rgba(74,56,34,.12);
  border-radius:20px;
  padding:22px;
  box-shadow:var(--shadow-soft);
}
.bookmark .icon{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--ink);
  color:#fff;
  font-weight:800;
  margin-bottom:14px;
}
.bookmark h3{margin:0 0 10px}
.bookmark p{margin:0;line-height:1.82;color:var(--muted)}
.notes-grid{
  display:grid;
  grid-template-columns:1.18fr .82fr;
  gap:18px;
}
.note-card{
  background:var(--ink);
  color:#fff;
  border-radius:22px;
  padding:28px;
  min-height:280px;
  box-shadow:var(--shadow);
}
.note-card.light{
  background:rgba(255,255,255,.72);
  color:var(--ink);
  border:1px solid rgba(74,56,34,.12);
}
.note-card h3{
  margin:0 0 16px;
  font-size:1.65rem;
  line-height:1.25;
}
.note-card ul{
  margin:0;
  padding-left:20px;
  line-height:2;
}
.note-card.light p{
  line-height:1.85;
  color:var(--muted);
  margin:0;
}
.weather-strip{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:10px;
  margin-top:18px;
}
.weather{
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.16);
  border-radius:15px;
  padding:11px 8px;
  text-align:center;
  line-height:1.5;
}
.note-card.light .weather{background:#f0e6d6;border-color:#dfcfb7}
.cta{
  text-align:center;
  padding:92px 20px 112px;
}
.cta-card{
  width:min(900px,calc(100% - 40px));
  margin:0 auto;
  background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(231,239,229,.78));
  border:1px solid rgba(74,56,34,.12);
  border-radius:24px;
  padding:50px;
  box-shadow:var(--shadow);
}
.cta h2{
  font-size:3.55rem;
  line-height:1.12;
  letter-spacing:0;
  margin:0 0 18px;
}
.cta p{
  font-size:1.08rem;
  color:var(--muted);
  line-height:1.86;
  margin:0 auto 24px;
  max-width:720px;
}
.footer{
  padding:28px 20px;
  text-align:center;
  color:#75685a;
  border-top:1px solid rgba(74,56,34,.12);
}

.reveal{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .65s ease,transform .65s ease;
}
.reveal.visible{opacity:1;transform:translateY(0)}

.lightbox{
  position:fixed;
  inset:0;
  z-index:60;
  background:rgba(23,19,15,.88);
  display:none;
  align-items:center;
  justify-content:center;
  padding:28px;
}
.lightbox.open{display:flex}
.lightbox-inner{position:relative;width:min(1200px,96vw);max-height:92vh}
.lightbox img{
  width:100%;
  max-height:86vh;
  object-fit:contain;
  border-radius:18px;
  box-shadow:0 30px 100px rgba(0,0,0,.35);
}
.lightbox-caption{
  color:#fff;
  margin-top:14px;
  display:flex;
  justify-content:space-between;
  gap:12px;
}
.lightbox button{
  position:absolute;
  right:12px;
  top:12px;
  border:0;
  background:rgba(255,255,255,.9);
  border-radius:999px;
  width:42px;
  height:42px;
  cursor:pointer;
  font-size:22px;
}
.pdf-export{display:none}

.route-rail{
  position:fixed;
  left:20px;
  top:50%;
  transform:translateY(-50%);
  z-index:25;
  display:grid;
  gap:10px;
}
.rail-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#cbb89b;
  border:0;
  cursor:pointer;
  transition:.25s;
}
.rail-dot.active{height:32px;border-radius:999px;background:var(--ink)}

@media(max-width:1100px){
  h1{font-size:4.25rem}
  .hero{grid-template-columns:minmax(280px,.9fr) minmax(380px,1.1fr);gap:34px}
  .story-layout{grid-template-columns:280px 1fr}
  .chapter,
  .chapter.reverse{grid-template-columns:1fr}
  .chapter.reverse .chapter-image{order:0}
  .chapter-image{max-width:620px}
}

@media(max-width:980px){
  .topbar nav{
    display:none;
    position:absolute;
    top:calc(100% + 8px);
    right:0;
    left:0;
    background:#fffaf2;
    border:1px solid rgba(74,56,34,.12);
    border-radius:20px;
    padding:10px;
    box-shadow:var(--shadow-soft);
  }
  .topbar nav.open{display:grid}
  .topbar nav a{padding:12px 14px}
  .mobile-menu{display:block}
  .hero{grid-template-columns:1fr;padding-top:108px}
  .hero-card{min-height:auto}
  .hero-map{min-height:auto}
  .hero-map img{height:auto;aspect-ratio:4/3}
  .stats{grid-template-columns:repeat(2,1fr);margin-bottom:54px}
  .section-head{display:block}
  .section-desc{margin-top:12px;max-width:760px}
  .map-gallery,
  .story-layout,
  .notes-grid{grid-template-columns:1fr}
  .food-lead{grid-template-columns:1fr}
  .food-priority-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .food-route-row{
    grid-template-columns:70px 1fr;
    align-items:start;
  }
  .food-route-pick,
  .food-route-note{
    grid-column:2;
  }
  .food-warning-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gallery-panel,
  .timeline{position:relative;top:auto}
  #timelineTabs{
    display:flex;
    overflow:auto;
    padding:2px 2px 8px;
    scroll-snap-type:x mandatory;
  }
  .day-tab{
    min-width:180px;
    scroll-snap-align:start;
  }
  .chapter-image{width:100%;max-width:none}
  .bookmarks{grid-template-columns:repeat(2,1fr)}
  .weather-strip{grid-template-columns:repeat(3,1fr)}
  .route-rail{display:none}
}

@media(max-width:620px){
  .topbar{
    top:10px;
    width:calc(100% - 20px);
    padding:9px 10px;
  }
  .brand-mark{width:30px;height:30px;flex-basis:30px}
  .brand span:last-child{max-width:45vw}
  .topbar-actions{gap:6px}
  .export-pdf{
    padding:8px 10px;
    font-size:.86rem;
  }
  .mobile-menu{padding:8px 11px}
  .hero{
    width:calc(100% - 26px);
    gap:20px;
    min-height:auto;
    padding:82px 0 26px;
  }
  .eyebrow{
    margin-bottom:14px;
    white-space:normal;
  }
  h1{
    font-size:2.58rem;
    line-height:1.06;
    margin-bottom:14px;
  }
  .hero-copy{font-size:1rem;line-height:1.7}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}
  .btn{min-height:44px;padding:11px 13px;font-size:.92rem}
  .hero-card{padding:9px;border-radius:18px}
  .hero-map{border-radius:14px;padding:0;background:transparent}
  .hero-map img{border-radius:14px;aspect-ratio:16/10;object-fit:cover}
  .floating-note{
    position:absolute;
    left:10px;
    right:10px;
    bottom:10px;
    margin-top:0;
    grid-template-columns:1fr;
    padding:11px 12px;
    border-radius:14px;
  }
  .floating-note strong{font-size:.98rem}
  .floating-note p{font-size:.86rem;line-height:1.45;margin-top:4px}
  .route-pill{display:none}
  .stats{
    width:calc(100% - 26px);
    grid-template-columns:repeat(2,1fr);
    gap:10px;
    margin-bottom:38px;
  }
  .stat{padding:14px;border-radius:14px}
  .stat strong{font-size:1.45rem}
  section.section{
    width:calc(100% - 26px);
    padding:58px 0;
  }
  .section-title{font-size:2.2rem;line-height:1.14}
  .map-gallery{gap:16px}
  .gallery-panel{padding:16px;border-radius:16px}
  .chips{
    flex-wrap:nowrap;
    overflow:auto;
    margin-left:-16px;
    margin-right:-16px;
    padding:0 16px 4px;
  }
  .gallery-grid,
  .bookmarks{grid-template-columns:1fr}
  .map-card{border-radius:16px}
  .map-meta{padding:15px}
  .food-lead{
    padding:20px;
    border-radius:18px;
  }
  .food-lead h3{font-size:1.75rem}
  .food-summary,
  .food-priority-grid,
  .food-map-grid,
  .food-warning-grid{
    grid-template-columns:1fr;
  }
  .food-card{padding:18px;border-radius:16px}
  .food-board-head{
    display:block;
    margin-bottom:14px;
  }
  .food-board-head h3{font-size:1.55rem}
  .food-board-head p{margin-top:10px}
  .food-route-row{
    grid-template-columns:1fr;
    gap:12px;
    padding:15px;
    border-radius:16px;
  }
  .food-route-day{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    gap:10px;
  }
  .food-route-pick,
  .food-route-note{
    grid-column:auto;
  }
  .food-map-visual{
    height:min(76vh,560px);
    min-height:440px;
    padding:10px;
  }
  .food-map-meta{padding:16px}
  .food-warning{border-radius:16px}
  .timeline{
    position:sticky;
    top:66px;
    z-index:20;
    margin:0 -13px 16px;
    padding:11px 13px;
    border-radius:0;
    background:rgba(255,250,242,.94);
    backdrop-filter:blur(16px);
  }
  .timeline h3{display:none}
  #timelineTabs{padding-bottom:4px}
  .day-tab{
    min-width:142px;
    min-height:58px;
    padding:10px;
    border-radius:14px;
    gap:8px;
  }
  .day-dot{
    width:30px;
    height:30px;
    flex-basis:30px;
    font-size:.8rem;
  }
  .day-tab strong{font-size:.9rem}
  .day-tab small{font-size:.76rem}
  .chapter{
    padding:14px;
    border-radius:18px;
    gap:16px;
  }
  .chapter-image{border-radius:14px}
  .chapter h3{font-size:2rem;line-height:1.2}
  .chapter-theme{font-size:1rem;line-height:1.78}
  .chapter-poem{line-height:1.82;margin:14px 0}
  .route-card{border-radius:14px}
  .bookmark{padding:18px;border-radius:16px}
  .notes-grid{gap:14px}
  .note-card{padding:22px;border-radius:18px;min-height:auto}
  .note-card h3{font-size:1.45rem}
  .note-card ul{line-height:1.82}
  .weather-strip{grid-template-columns:repeat(3,1fr);gap:8px}
  .weather{padding:9px 6px;border-radius:12px;font-size:.88rem}
  .cta{padding:68px 13px 82px}
  .cta-card{
    width:100%;
    padding:30px 20px;
    border-radius:18px;
  }
  .cta h2{font-size:2.15rem;line-height:1.18}
  .lightbox{padding:14px}
  .lightbox-caption{display:grid}
}

@media(max-width:380px){
  h1{font-size:2.22rem}
  .section-title{font-size:2rem}
  .hero-actions{grid-template-columns:1fr}
  .stats{grid-template-columns:1fr}
  .weather-strip{grid-template-columns:repeat(2,1fr)}
}

@page{
  size:A4;
  margin:13mm 12mm 14mm;
}

@media print{
  html,
  body{
    width:auto;
    min-width:0;
    background:#fff;
    color:#241f19;
    overflow:visible;
  }
  body.pdf-exporting::before,
  body.pdf-exporting .grain,
  body.pdf-exporting .site-shell,
  .lightbox{
    display:none!important;
  }
  body:not(.pdf-exporting) .pdf-export{
    display:none!important;
  }
  body.pdf-exporting .pdf-export{
    display:block!important;
    font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
    color:#241f19;
    background:#fff;
  }
  .pdf-page{
    min-height:267mm;
    box-sizing:border-box;
    padding-bottom:16mm;
    break-after:page;
    page-break-after:always;
    position:relative;
    overflow:hidden;
  }
  .pdf-page:last-child{
    break-after:auto;
    page-break-after:auto;
  }
  .pdf-cover{
    display:grid;
    grid-template-rows:auto auto auto;
    align-content:start;
    gap:9mm;
  }
  .pdf-kicker{
    margin:0 0 4mm;
    color:#91693b;
    font-size:10pt;
    font-weight:800;
  }
  .pdf-title{
    margin:0;
    color:#241f19;
    font-size:30pt;
    line-height:1.16;
    font-weight:850;
  }
  .pdf-subtitle{
    margin:4mm 0 0;
    color:#5f574d;
    font-size:12pt;
    line-height:1.8;
    max-width:155mm;
  }
  .pdf-cover-map{
    border:1px solid #dfd0ba;
    border-radius:8mm;
    padding:4mm;
    background:#fbf3e7;
    align-self:start;
  }
  .pdf-cover-map img{
    width:100%;
    max-height:128mm;
    object-fit:contain;
    border-radius:5mm;
  }
  .pdf-route-line{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:3mm;
  }
  .pdf-stat{
    border:1px solid #dfd0ba;
    border-radius:5mm;
    padding:4mm;
    background:#fbf6ed;
  }
  .pdf-stat small{
    display:block;
    color:#70675b;
    font-size:8.5pt;
    margin-bottom:2mm;
  }
  .pdf-stat strong{
    display:block;
    font-size:15pt;
    line-height:1.25;
  }
  .pdf-section-title{
    margin:0 0 6mm;
    font-size:22pt;
    line-height:1.2;
  }
  .pdf-overview-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:5mm;
  }
  .pdf-day-summary,
  .pdf-info-card,
  .pdf-note-card{
    break-inside:avoid;
    page-break-inside:avoid;
    border:1px solid #dfd0ba;
    border-radius:5mm;
    padding:4mm;
    background:#fffaf2;
  }
  .pdf-day-summary{
    min-height:31mm;
  }
  .pdf-day-summary strong,
  .pdf-info-card strong,
  .pdf-note-card strong{
    display:block;
    color:#2d2821;
    font-size:11pt;
    line-height:1.45;
    margin-bottom:1.5mm;
  }
  .pdf-day-summary small{
    color:#91693b;
    font-weight:800;
  }
  .pdf-day-summary p,
  .pdf-info-card p,
  .pdf-note-card p{
    margin:1.5mm 0 0;
    color:#5f574d;
    font-size:9.2pt;
    line-height:1.65;
  }
  .pdf-day{
    display:grid;
    grid-template-rows:auto auto auto;
    gap:5mm;
  }
  .pdf-day-head{
    display:grid;
    grid-template-columns:25mm 1fr;
    gap:4mm;
    align-items:start;
  }
  .pdf-day-index{
    border-radius:50%;
    width:22mm;
    height:22mm;
    display:grid;
    place-items:center;
    background:#241f19;
    color:#fff;
    font-size:13pt;
    font-weight:850;
  }
  .pdf-day h2{
    margin:0;
    font-size:24pt;
    line-height:1.18;
  }
  .pdf-day-meta{
    margin-top:2mm;
    color:#91693b;
    font-weight:800;
    font-size:10pt;
  }
  .pdf-map-pair{
    display:block;
  }
  .pdf-map-main{
    border:1px solid #dfd0ba;
    border-radius:5mm;
    padding:3mm;
    background:#fbf3e7;
    break-inside:avoid;
    max-width:164mm;
    margin:0 auto;
  }
  .pdf-map-main img{
    width:100%;
    height:145mm;
    object-fit:contain;
    background:#fbf3e7;
    border-radius:3mm;
  }
  .pdf-caption{
    margin:2mm 0 0;
    color:#70675b;
    font-size:8pt;
    text-align:center;
  }
  .pdf-day-copy{
    display:grid;
    grid-template-columns:1.08fr .92fr;
    gap:6mm;
    align-items:start;
  }
  .pdf-day-copy p{
    margin:0 0 3mm;
    color:#51483f;
    font-size:10.5pt;
    line-height:1.75;
  }
  .pdf-quote{
    border-left:3px solid #c7aa80;
    padding-left:4mm;
  }
  .pdf-route-card{
    border:1px solid #dfd0ba;
    border-radius:5mm;
    padding:4mm;
    background:#eef3ea;
    color:#4d4439;
    font-size:10pt;
    line-height:1.65;
    break-inside:avoid;
    align-self:start;
  }
  .pdf-detail-list{
    margin:4mm 0 0;
    padding-left:5mm;
    color:#4d4439;
    font-size:9.5pt;
    line-height:1.65;
  }
  .pdf-map-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:4mm;
  }
  .pdf-map-card{
    border:1px solid #dfd0ba;
    border-radius:5mm;
    padding:3mm;
    background:#fffaf2;
    break-inside:avoid;
    page-break-inside:avoid;
  }
  .pdf-map-card img{
    width:100%;
    height:54mm;
    object-fit:contain;
    background:#fbf3e7;
    border-radius:3mm;
  }
  .pdf-map-card h3{
    margin:2.5mm 0 1mm;
    font-size:11pt;
    line-height:1.35;
  }
  .pdf-map-card p{
    margin:0;
    color:#5f574d;
    font-size:8.8pt;
    line-height:1.55;
  }
  .pdf-info-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:4mm;
  }
  .pdf-reminder-title{
    margin-top:9mm;
  }
  .pdf-weather-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:2.5mm;
    margin-top:4mm;
  }
  .pdf-weather{
    border:1px solid #dfd0ba;
    border-radius:4mm;
    padding:3mm 2mm;
    text-align:center;
    background:#fbf3e7;
    font-size:8.8pt;
    line-height:1.45;
  }
  .pdf-footer{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    color:#8a7d6c;
    font-size:8pt;
    display:flex;
    justify-content:space-between;
    border-top:1px solid #e4d8c8;
    padding-top:3mm;
  }
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,
  *::before,
  *::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}
