/* Homepage composition, shared with the outing visual system. Actual public
   photos and existing destinations are used; this is not a second homepage. */
body.food-first-home.home-page {
  --home-paper: #faf9f6; --home-ink: #253d34; --home-green: #315c4b;
  --home-rust: #9c4c30; --home-muted: #626a63; --home-line: #dfe3db;
  --home-display: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  background: var(--home-paper); color: var(--home-ink);
}
body.food-first-home.home-page .container { width: min(100% - 40px, 1080px); padding-inline: 0; }
body.food-first-home.home-page .site-header { min-height: 70px; padding-block: 14px 12px; }
body.food-first-home.home-page .home-city-label { margin-left: auto; color: var(--home-green); font-size: 13px; }
body.food-first-home.home-page .header-actions,
body.food-first-home.home-page .desktop-nav { display: none; }
body.food-first-home.home-page .local-life-hero { padding: 0; border: 0; min-height: 0; background: transparent; }
body.food-first-home.home-page .local-life-hero-layout { display: block; }
body.food-first-home.home-page .local-life-hero-copy { padding: 0; margin: 0; }
body.food-first-home.home-page .hero-search { display: grid; grid-template-columns: minmax(0, 1fr) 48px; min-height: 46px; margin: 0; padding: 0; border: 1px solid #cdd4ca; border-radius: 7px; background: transparent; box-shadow: none; }
body.food-first-home.home-page .hero-search input { width: 100%; min-width: 0; padding: 10px 14px; color: var(--home-ink); font-size: 16px; line-height: 24px; }
body.food-first-home.home-page .local-life-hero .hero-search button { width: 48px; min-width: 48px; min-height: 44px; padding: 10px; color: var(--home-green); background: transparent; border: 0; }
body.food-first-home.home-page .local-life-hero .hero-search button svg { display: block; width: 22px; height: 22px; color: var(--home-green); }
body.food-first-home.home-page .local-life-entry-list { display: flex; justify-content: space-between; gap: 14px; padding: 0; margin: 8px 0 24px; border: 0; }
body.food-first-home.home-page .local-life-entry { display: flex; align-items: center; justify-content: center; min-width: 0; min-height: 44px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; color: var(--home-green); }
body.food-first-home.home-page .local-life-entry::before { display: none; }
body.food-first-home.home-page .local-life-entry-copy { display: block; }
body.food-first-home.home-page .local-life-entry strong { font-size: 15px; line-height: 1.5; font-weight: 600; }
body.food-first-home.home-page .local-life-entry small,
body.food-first-home.home-page .local-life-entry-icon,
body.food-first-home.home-page .local-life-entry > svg { display: none; }
body.food-first-home.home-page .section-band { padding: 28px 0; background: transparent; border: 0; }
body.food-first-home.home-page .home-editorial-route-band { padding-top: 0; padding-bottom: 0; }
body.food-first-home.home-page .home-outing-intro { margin: 0 0 16px; }
body.food-first-home.home-page .home-outing-intro h1 { margin: 0 0 7px; font: 700 29px/1.45 var(--home-display); color: var(--home-ink); letter-spacing: -.5px; }
body.food-first-home.home-page .home-outing-intro > span { display: block; color: var(--home-muted); font-size: 14px; line-height: 1.7; }
body.food-first-home.home-page .home-river-story { display: block; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--home-ink); box-shadow: none; }
body.food-first-home.home-page .home-river-story > img { display: block; width: 100%; height: auto; aspect-ratio: 1.85; object-fit: cover; border-radius: 7px; filter: none; }
body.food-first-home.home-page .home-river-caption { display: flex; flex-direction: column; gap: 4px; padding: 12px 0 0; }
body.food-first-home.home-page .home-route-region { color: var(--home-rust); font-size: 12px; line-height: 1.7; }
body.food-first-home.home-page #home-route-title { margin: 0; font-family: inherit; font-size: 22px; font-weight: 600; line-height: 1.5; }
body.food-first-home.home-page .home-route-note { margin: 5px 0 14px; color: var(--home-muted); font-size: 13px; line-height: 1.7; }
body.food-first-home.home-page .home-route-choices { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .7fr); gap: 12px; padding: 0; margin: 0; border: 0; }
body.food-first-home.home-page .home-route-choices :is(a, button) { display: inline-flex; gap: 8px; align-items: center; justify-content: center; min-width: 0; min-height: 46px; padding: 10px; border: 1px solid #a8b7a9; border-radius: 6px; background: transparent; color: var(--home-green); font-size: 15px; line-height: 1.5; font-weight: 600; cursor: pointer; }
body.food-first-home.home-page .home-route-choices .home-route-primary { background: var(--home-green); border-color: var(--home-green); color: #fff; }
body.food-first-home.home-page .home-route-choices svg { width: 18px; height: 18px; flex-shrink: 0; }
body.food-first-home.home-page [data-home-route-save][aria-pressed="true"] { background: #e8eee6; }
body.food-first-home.home-page .home-route-caution { margin: 10px 0 0; font-size: 12px; line-height: 1.8; color: var(--home-muted); }
body.food-first-home.home-page .home-route-status { margin: 8px 0 0; font-size: 13px; line-height: 1.7; color: var(--home-green); }
body.food-first-home.home-page .home-route-status:empty { display: none; }
body.food-first-home.home-page .home-notebook-link { min-height: 52px; margin: 20px 0 0; padding: 10px 12px; border: 0; border-radius: 6px; background: #edf1e9; gap: 12px; }
body.food-first-home.home-page .home-notebook-link > span { display: inline-flex; gap: 7px; align-items: center; font-size: 13px; }
body.food-first-home.home-page .home-notebook-link > span:first-child { font-weight: 600; }
body.food-first-home.home-page .home-notebook-link svg { width: 17px; height: 17px; flex-shrink: 0; }
body.food-first-home.home-page .home-continue-band { padding: 0; }
body.food-first-home.home-page .home-continue-card { display: grid; grid-template-columns: 22px minmax(0, 1fr) 18px; gap: 10px; padding: 16px 0 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
body.food-first-home.home-page .home-continue-icon { background: transparent; border: 0; width: 22px; height: 22px; color: var(--home-green); }
body.food-first-home.home-page .home-continue-icon svg { width: 19px; height: 19px; }
body.food-first-home.home-page .home-continue-copy small { color: var(--home-muted); font-size: 12px; }
body.food-first-home.home-page .home-continue-copy strong { margin: 3px 0 0; color: var(--home-green); font-size: 14px; }
body.food-first-home.home-page .home-continue-copy > span { display: none; }
body.food-first-home.home-page .home-continue-card > svg { color: var(--home-green); width: 18px; }
body.food-first-home.home-page .section-heading { margin: 0 0 16px; }
body.food-first-home.home-page .section-heading h2 { font-family: inherit; font-size: 21px; font-weight: 600; line-height: 1.5; letter-spacing: 0; color: var(--home-ink); }
body.food-first-home.home-page .home-shelf-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
body.food-first-home.home-page .home-shelf-title { min-width: 0; }
body.food-first-home.home-page .home-shelf-title-icon { display: none; }
body.food-first-home.home-page .home-shelf-heading > a { display: inline-flex; min-height: 44px; align-items: center; gap: 4px; flex-shrink: 0; color: var(--home-green); font-size: 13px; }
body.food-first-home.home-page .home-shelf-heading > a svg { width: 16px; height: 16px; }
body.food-first-home.home-page .home-destination-grid,
body.food-first-home.home-page .home-food-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; grid-auto-flow: row; gap: 14px; margin: 0; padding: 0; width: 100%; overflow: visible; }
body.food-first-home.home-page :is(.home-destination-card, .home-food-card) { display: block; position: relative; min-width: 0; padding: 0; border: 0; background: transparent; border-radius: 0; box-shadow: none; }
body.food-first-home.home-page :is(.home-destination-photo, .home-food-photo) { display: block; height: auto; aspect-ratio: auto; overflow: hidden; border-radius: 6px; }
body.food-first-home.home-page :is(.home-destination-photo, .home-food-photo) img { display: block; width: 100%; height: auto; aspect-ratio: 1.25; object-fit: cover; filter: none; }
body.food-first-home.home-page :is(.home-destination-main, .home-food-copy) { display: flex; flex-direction: column; gap: 3px; padding: 10px 0 0; }
body.food-first-home.home-page :is(.home-destination-main, .home-food-copy) strong { font-family: inherit; font-size: 17px; font-weight: 600; line-height: 1.6; color: var(--home-ink); }
body.food-first-home.home-page :is(.home-destination-main, .home-food-copy) em { color: var(--home-muted); font-size: 12px; line-height: 1.7; font-style: normal; }
body.food-first-home.home-page .home-destination-main small,
body.food-first-home.home-page .home-card-arrow { display: none; }
body.food-first-home.home-page .home-other-directions { display: flex; flex-wrap: wrap; gap: 0 16px; margin-top: 12px; }
body.food-first-home.home-page .home-other-directions a { display: inline-flex; min-height: 44px; align-items: center; color: var(--home-green); font-size: 13px; }
body.food-first-home.home-page .home-food-band { padding-top: 0; }
body.food-first-home.home-page .home-food-intro { margin: -4px 0 14px; color: var(--home-muted); font-size: 13px; line-height: 1.7; }
body.food-first-home.home-page .home-secondary-band { padding-top: 0; padding-bottom: 30px; }
body.food-first-home.home-page .home-secondary-link-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
body.food-first-home.home-page .home-secondary-link { display: grid; grid-template-columns: 26px minmax(0, 1fr); grid-template-rows: minmax(0, 1fr); gap: 10px; align-items: center; min-height: 66px; margin: 0; padding: 12px 0; border: 0; border-bottom: 1px solid var(--home-line); background: transparent; border-radius: 0; box-shadow: none; }
body.food-first-home.home-page .home-secondary-icon { display: grid; place-items: center; align-self: center; width: 26px; height: 26px; margin: 0; border: 0; border-radius: 0; background: transparent; color: var(--home-green); }
body.food-first-home.home-page .home-secondary-icon svg { width: 23px; height: 23px; }
body.food-first-home.home-page .home-secondary-copy { min-width: 0; }
body.food-first-home.home-page .home-secondary-copy > span { font-size: 15px; font-weight: 600; line-height: 1.6; color: var(--home-ink); }
body.food-first-home.home-page .home-secondary-copy strong,
body.food-first-home.home-page .home-secondary-copy p,
body.food-first-home.home-page .home-secondary-link > em { display: none; }
body.food-first-home.home-page .home-shelf-more { display: none; }
@media (min-width: 701px) {
  body.food-first-home.home-page .home-city-label { display: none; }
  body.food-first-home.home-page .desktop-nav { display: flex; }
  body.food-first-home.home-page .local-life-hero .container,
  body.food-first-home.home-page .home-editorial-route-band .container { max-width: 760px; }
  body.food-first-home.home-page .local-life-entry-list { justify-content: flex-start; gap: 32px; margin-bottom: 32px; }
  body.food-first-home.home-page .home-outing-intro h1 { font-size: 38px; }
  body.food-first-home.home-page .home-river-story > img { aspect-ratio: 2.4; }
  body.food-first-home.home-page .home-route-choices { max-width: 430px; }
  body.food-first-home.home-page .section-band { padding-block: 36px; }
  body.food-first-home.home-page .home-editorial-route-band { padding-top: 0; padding-bottom: 0; }
  body.food-first-home.home-page .home-destination-grid,
  body.food-first-home.home-page .home-food-grid { gap: 24px; }
  body.food-first-home.home-page :is(.home-destination-photo, .home-food-photo) img { aspect-ratio: 1.9; }
  body.food-first-home.home-page .home-secondary-link-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 350px) {
  body.food-first-home.home-page .container { width: calc(100% - 32px); }
  body.food-first-home.home-page .local-life-entry strong { font-size: 14px; }
  body.food-first-home.home-page .home-outing-intro h1 { font-size: 26px; }
  body.food-first-home.home-page .section-heading h2 { font-size: 19px; }
  body.food-first-home.home-page .home-notebook-link { gap: 6px; padding-inline: 10px; }
  body.food-first-home.home-page .home-notebook-link > span { font-size: 12px; }
  body.food-first-home.home-page .home-other-directions { gap: 0 12px; }
}
@media (hover: hover) {
  body.food-first-home.home-page :is(.home-river-story, .home-food-card, .home-destination-card):hover { opacity: .92; }
  body.food-first-home.home-page .home-route-choices button:hover { background: #e8eee6; }
}
@media (prefers-reduced-motion: reduce) {
  body.food-first-home.home-page * { scroll-behavior: auto; transition: none; }
}
