/* Preserve the existing SEO detail palette, header, rounded panels and entry buttons. */
body { font-family: -apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",system-ui,sans-serif; }
a { color:var(--accent-2); text-underline-offset:3px; }
a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible { outline:3px solid #1463ad; outline-offset:4px; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.skip-link { position:absolute; top:-100px; left:16px; z-index:100; padding:12px; background:white; }
.skip-link:focus { top:12px; }
.header-game { font-size:13px; white-space:nowrap; font-weight:700; padding:8px; text-decoration:none; }
.search-bar { min-height:50px; }
.search-input,.search-button { min-height:36px; }
.food-breadcrumb { display:flex; flex-wrap:wrap; gap:10px; margin:18px 3px; font-size:13px; color:var(--muted); }
.hero { grid-template-columns:minmax(0,1fr) minmax(0,1.05fr); gap:30px; padding:30px; }
.hero h1 { font-size:clamp(30px,3.1vw,42px); line-height:1.35; letter-spacing:0; text-wrap:balance; }
.eyebrow { letter-spacing:0; }
.food-cover { margin:0; min-width:0; }
.food-cover img { display:block; width:100%; height:auto; aspect-ratio:3/2; border-radius:18px; object-fit:cover; }
figcaption { font-size:12px; color:var(--muted); line-height:1.75; margin-top:10px; }
.food-toc { display:flex; flex-wrap:wrap; gap:10px; margin:20px 0 0; }
.food-toc a { padding:11px 17px; background:white; border:1px solid var(--line); border-radius:999px; text-decoration:none; font-size:14px; font-weight:700; }
.facts { grid-template-columns:repeat(3,minmax(0,1fr)); }
.fact-label { font-size:12px; letter-spacing:0; }
.fact-value { font-size:14px; line-height:1.7; padding-top:6px; }
.reading-layout { display:grid; grid-template-columns:minmax(0,2.15fr) minmax(260px,1fr); gap:20px; align-items:start; }
.food-story { padding:34px; }
.food-story section+section { margin-top:40px; padding-top:32px; border-top:1px solid var(--line); }
.food-story h2 { font-size:25px; line-height:1.5; margin:0 0 22px; text-wrap:balance; }
.food-story p { font-size:17px; line-height:1.95; margin:0 0 22px; word-break:normal; overflow-wrap:break-word; }
sup { font-size:11px; line-height:0; }
sup a { padding:2px; }
.inline-entry { padding:16px; border-radius:12px; background:var(--accent-soft); font-size:14px; line-height:1.8; }
.inline-entry span,.inline-entry a { display:block; }
.inline-entry a { font-weight:700; margin-top:4px; }
.reading-aside { min-width:0; }
.reading-aside h2 { font-size:20px; line-height:1.4; }
dl { margin:20px 0 0; }
dt { font-weight:700; font-size:14px; margin-top:20px; }
dd { margin:6px 0 0; font-size:14px; line-height:1.85; color:var(--muted); }
.muted { color:var(--muted); font-size:13px; line-height:1.85; }
.walk-list { padding-left:22px; }
.walk-list li { margin:22px 0; padding-left:4px; }
.walk-list li::marker { color:var(--accent); font-weight:700; }
.walk-list p,.reading-aside p { font-size:14px; line-height:1.85; }
.walk-list a { font-size:13px; }
.game-entry-card { margin-top:24px; }
.sources { font-size:14px; line-height:1.8; }
.sources ol { padding-left:23px; }
.sources li { padding:6px 0; }
.sources li p { margin:3px 0 10px; color:var(--muted); }
.image-credit { border-top:1px solid var(--line); padding-top:16px; }
summary { cursor:pointer; font-weight:700; padding:8px 0; }
.food-related { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:20px; }
.food-related>a { display:grid; grid-template-columns:130px 1fr; gap:16px; align-items:center; text-decoration:none; }
.food-related img { display:block; width:100%; height:auto; aspect-ratio:3/2; object-fit:cover; border-radius:12px; }
.food-related strong { display:block; margin-bottom:6px; }
.food-related a>span>span { font-size:14px; line-height:1.7; }
.food-footer { display:flex; flex-wrap:wrap; gap:20px; margin-top:32px; font-size:13px; color:var(--muted); }
.food-footer span { margin-left:auto; }
.collection-heading { padding:40px; }
.collection-heading h1 { line-height:1.3; }
.collection-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.collection-card { padding:0; overflow:hidden; }
.collection-card>a { display:block; text-decoration:none; color:var(--text); }
.collection-card img { width:100%; height:auto; aspect-ratio:3/2; display:block; object-fit:cover; }
.collection-card a>div { padding:22px; }
.collection-card h2 { font-size:23px; line-height:1.5; margin:0; }
.collection-card p { font-size:15px; line-height:1.9; color:var(--muted); }
.read-link { color:var(--accent-2); font-weight:700; }
[id] { scroll-margin-top:90px; }
@media(max-width:900px) { .reading-layout { grid-template-columns:minmax(0,1.6fr) minmax(250px,1fr); gap:16px; } .food-story { padding:24px; } .collection-grid { gap:14px; } }
@media(max-width:760px) { .page { padding:12px 12px 40px; } .hero { grid-template-columns:1fr; padding:20px; gap:22px; } .hero h1 { font-size:32px; } .subhead { font-size:16px; } .reading-layout { grid-template-columns:1fr; gap:0; } .food-story { padding:24px 20px; } .food-story h2 { font-size:23px; } .food-story p { font-size:16px; line-height:1.95; } .facts { grid-template-columns:1fr; gap:8px; } .fact { display:grid; grid-template-columns:100px 1fr; align-items:start; gap:6px; padding:12px 14px; } .fact-label { padding-top:3px; } .fact-value { padding-top:0; } .food-toc { gap:8px; } .food-toc a { font-size:13px; padding:10px 13px; } .food-related { grid-template-columns:1fr; } .food-related>a { grid-template-columns:100px 1fr; } .collection-grid { grid-template-columns:1fr; } .collection-heading { padding:26px 20px; } .collection-heading h1 { font-size:32px; } .search-brand { padding:0 9px; } .header-game { font-size:12px; padding:6px 2px; } .search-bar { gap:5px; } .search-form { gap:5px; } .search-input { padding:0 8px; } .search-button { padding:0 9px; } .food-footer span { margin-left:0; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition:none!important; animation:none!important; } }
@media(max-width:640px) {
  .search-bar { display:grid; grid-template-columns:1fr auto; padding:7px 9px; }
  .search-brand { display:inline-flex; justify-self:start; grid-row:1; width:auto; }
  .header-game { grid-row:1; grid-column:2; }
  .search-form { grid-row:2; grid-column:1/-1; flex-direction:row; align-items:center; }
  .search-button { width:auto; flex:0 0 auto; }
  .search-input { font-size:16px; }
  [id] { scroll-margin-top:115px; }
}
/* Motion vocabulary adapted from the existing national-park SEO renderer:
   riseIn, softBob, mapPulse and image zoom. No ScrollReveal dependency. */
.front-entries { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:22px 0 20px; }
.front-entry { display:flex; align-items:center; gap:10px; min-width:0; min-height:86px; padding:14px 12px; border-radius:16px; text-decoration:none; transition:transform .22s ease,box-shadow .22s ease; }
.front-main { color:white; background:linear-gradient(130deg,#9c340c,#c64109); box-shadow:0 6px 18px #c2410c20; }
.front-game { color:white; background:linear-gradient(130deg,#086858,#174c6e); box-shadow:0 6px 18px #0f766e20; }
.front-entry strong { display:block; font-size:15px; line-height:1.5; }
.front-entry small { display:block; font-size:11px; line-height:1.5; margin-top:4px; color:#fff; opacity:.9; }
.entry-arrow { margin-left:auto; font-size:19px; transition:translate .2s ease; }
.entry-symbol { font-size:30px; line-height:1; }
.entry-map-icon { display:grid; place-items:center; width:32px; height:36px; flex-shrink:0; position:relative; }
.entry-pin { display:block; width:18px; height:18px; border-radius:50% 50% 50% 0; background:#f9df8c; transform:rotate(-45deg); position:relative; }
.entry-pin::before { content:""; position:absolute; inset:6px; border-radius:50%; background:#145753; }
.entry-map-icon::after { content:""; position:absolute; width:28px; height:10px; border:1px solid #e0fff3; border-radius:50%; bottom:1px; }
.hero-tools { display:flex; gap:16px; align-items:center; flex-wrap:wrap; margin-top:16px; font-size:13px; }
.food-cover { perspective:1000px; }
.food-cover img { transition:transform .55s cubic-bezier(.2,.7,.2,1),box-shadow .4s ease; }
.food-related>a,.collection-card { transition:transform .22s ease,box-shadow .22s ease; }
.food-toc a { transition:background .2s ease,transform .2s ease; }
.motion-active .food-cover img { animation:food-photo-enter .85s cubic-bezier(.2,.7,.2,1) both; }
.motion-active .front-entry { animation:food-rise-in .6s ease both; }
.motion-active .front-game { animation-delay:.1s; }
.motion-active .hero.motion-visible .entry-pin { animation:food-soft-bob 4.8s ease-in-out infinite; }
.motion-active .hero.motion-visible .entry-map-icon::after { animation:food-map-pulse 2.4s ease-out infinite; }
.motion-active .game-entry-card.motion-visible .game-player { animation:food-soft-bob 4.8s ease-in-out infinite; }
.motion-active .motion-enter { animation:food-rise-in .65s ease both; }
.motion-paused *,.motion-paused *::before,.motion-paused *::after { animation-play-state:paused!important; }
@keyframes food-rise-in { from { opacity:.4; transform:translateY(16px); } to { opacity:1; transform:translateY(0); } }
@keyframes food-photo-enter { from { opacity:.5; transform:translateY(18px) rotate(-1deg) scale(.96); } to { opacity:1; transform:translateY(0) rotate(0) scale(1); } }
@keyframes food-soft-bob { 0%,100% { translate:0 0; } 50% { translate:0 -6px; } }
@keyframes food-map-pulse { 0% { opacity:.75; scale:.7; } 80%,100% { opacity:0; scale:1.5; } }
@media(hover:hover) and (prefers-reduced-motion:no-preference) {
  .front-entry:hover,.front-entry:focus-visible { transform:translateY(-3px); box-shadow:0 12px 24px #24171522; }
  .front-entry:hover .entry-arrow { translate:2px -2px; }
  .food-cover:hover img { transform:scale(1.025) rotate(.4deg); box-shadow:0 16px 34px #24171522; }
  .food-related>a:hover,.collection-card:hover { transform:translateY(-4px); }
  .food-toc a:hover { transform:translateY(-2px); background:#fff0e6; }
}
@media(max-width:760px) {
  .front-entries { margin:18px 0; gap:8px; }
  .front-entry { min-height:85px; padding:11px 10px; gap:6px; }
  .front-entry strong { font-size:14px; }
  .front-entry small { font-size:10px; }
  .front-entry .entry-arrow,.entry-symbol { display:none; }
  .front-main { justify-content:center; }
  .entry-map-icon { width:24px; }
}
@media(max-width:360px) { .front-entry strong { font-size:12px; } .front-entry small { font-size:10px; } .entry-map-icon { display:none; } }
@media(prefers-reduced-motion:reduce) { .front-entry,.food-cover img,.food-related>a,.collection-card { animation:none!important; transition:none!important; transform:none!important; } }

/* Official main-site Topbar logo, preserving original colours and proportions. */
.search-bar .search-brand { width:180px; height:auto; min-height:36px; padding:0; border-radius:0; background:transparent; }
.search-brand img { display:block; width:100%; height:auto; }
