.ch-page-body,.ch-site-header,.ch-site-footer{--ch-bg:var(--background);--ch-surface:var(--card);--ch-surface-low:var(--travel-surface-low);--ch-surface-card:var(--travel-surface);--ch-text:var(--foreground);--ch-muted:var(--muted-foreground);--ch-subtle:var(--travel-outline);--ch-accent:var(--secondary);--ch-accent-fg:var(--secondary-foreground);--ch-label:var(--secondary);--ch-border:var(--border);--ch-border-dim:var(--travel-outline-variant)}.ch-site-header{z-index:40;background:var(--ch-surface);border-bottom:1px solid var(--ch-border-dim);justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 48px;display:flex;position:sticky;top:56px}.ch-header-back{color:var(--ch-subtle);white-space:nowrap;align-items:center;gap:.35rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .15s;display:flex}.ch-header-back:hover{color:var(--ch-accent)}.ch-header-title{font-family:var(--font-travel-serif), Georgia, serif;color:var(--ch-text);letter-spacing:-.01em;text-align:center;flex:1;font-size:1rem;font-weight:500}.ch-page-body{background:var(--ch-bg);max-width:1600px;margin:0 auto}.ch-chapter-intro{font-family:var(--font-travel-serif), Georgia, serif;color:var(--ch-muted);max-width:68ch;margin:0 auto 2.5rem;padding:1.25rem 48px 0;font-size:1.125rem;font-style:italic;line-height:1.75}.ch-narrative-col{max-width:68ch;margin:0 auto;padding:0 48px 2.5rem}.ch-stop-section{margin-bottom:0}.ch-stop-heading{text-transform:uppercase;letter-spacing:.08em;color:var(--ch-label);margin-bottom:1.25rem;padding-top:0;font-size:.8125rem;font-weight:700}.ch-stop-rule{border:none;border-top:2px solid var(--travel-outline);margin:3rem 0}.ch-entry-body{font-family:var(--font-travel-serif), Georgia, serif;color:var(--ch-text);font-size:1.0625rem;line-height:1.85}.ch-entry-body p{margin-bottom:.875rem}.ch-narrative-photo{cursor:pointer;margin:2rem 0;position:relative}.ch-narrative-photo img{width:100%;box-shadow:var(--travel-shadow-photo);border-radius:1rem;display:block}.ch-narrative-photo:after{content:"";opacity:0;background-color:#00000073;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 3H5a2 2 0 0 0-2 2v3'/%3E%3Cpath d='M21 8V5a2 2 0 0 0-2-2h-3'/%3E%3Cpath d='M3 16v3a2 2 0 0 0 2 2h3'/%3E%3Cpath d='M16 21h3a2 2 0 0 0 2-2v-3'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:.375rem;width:32px;height:32px;transition:opacity .2s;position:absolute;top:.625rem;right:.625rem}.ch-narrative-photo:hover:after{opacity:1}.ch-narrative-photo figcaption{font-family:var(--font-travel-serif), Georgia, serif;color:var(--ch-subtle);text-align:center;margin-top:.5rem;font-size:.875rem;font-style:italic}.ch-pull-quote{border-left:3px solid var(--ch-accent);background:var(--ch-surface-low);border-radius:0 .5rem .5rem 0;margin:1.75rem 0;padding:.75rem 1.25rem}.ch-pull-quote blockquote{font-family:var(--font-travel-serif), Georgia, serif;color:var(--ch-text);font-size:1.1875rem;font-style:italic;line-height:1.55}.ch-factoid-box{background:var(--ch-surface-card);border:1px solid var(--ch-border-dim);border-radius:1rem;margin:2rem 0;padding:1rem 1.25rem}.ch-factoid-label{text-transform:uppercase;letter-spacing:.08em;color:var(--ch-label);margin-bottom:.375rem;font-size:.625rem;font-weight:700}.ch-factoid-text{font-family:var(--font-travel-serif), Georgia, serif;color:var(--ch-muted);font-size:.9375rem;line-height:1.65}.ch-quote-block{border-top:1px solid var(--ch-border-dim);border-bottom:1px solid var(--ch-border-dim);margin:2rem 0;padding:1.25rem 1.5rem}.ch-quote-text{font-family:var(--font-travel-serif), Georgia, serif;color:var(--ch-muted);font-size:1.0625rem;font-style:italic;line-height:1.65}.ch-quote-attr{color:var(--ch-subtle);margin-top:.5rem;font-size:.8125rem}.ch-cycle-btn{color:var(--ch-accent);cursor:pointer;font-size:.75rem;font-family:var(--font-travel-sans), system-ui, sans-serif;background:0 0;border:none;margin-top:.375rem;padding:.25rem 0;display:block}.ch-cycle-btn:hover{text-decoration:underline}.ch-progress-bar{background:var(--ch-border-dim);border-radius:1px;height:2px;margin-top:.5rem;overflow:hidden}.ch-progress-fill{background:var(--ch-accent);transform-origin:0;border-radius:1px;height:100%;animation:linear forwards ch-deplete}@keyframes ch-deplete{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.ch-refs-section{margin:1.5rem 0}.ch-refs-toggle{color:var(--ch-accent);cursor:pointer;font-size:.8rem;font-family:var(--font-travel-sans), system-ui, sans-serif;background:0 0;border:none;padding:0;font-weight:500}.ch-refs-toggle:hover{text-decoration:underline}.ch-refs-list{flex-direction:column;gap:.375rem;margin-top:.625rem;list-style:none;display:flex}.ch-refs-list li a{color:var(--ch-accent);font-size:.875rem;text-decoration:underline}.ch-chapter-photos{padding:0 48px 2.5rem}.ch-photo-grid-hint{text-transform:uppercase;letter-spacing:.08em;color:var(--ch-label);margin-top:1.5rem;margin-bottom:.375rem;font-size:.6875rem;font-weight:600}.ch-photo-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.375rem;display:grid}.ch-photo-item{background:var(--ch-surface-card);aspect-ratio:4/3;cursor:pointer;border-radius:.5rem;position:relative;overflow:hidden}.ch-photo-item img{object-fit:cover;width:100%;height:100%;transition:transform .2s;display:block}.ch-photo-item:hover img{transform:scale(1.04)}.ch-photo-item:after{content:"";opacity:0;background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 3H5a2 2 0 0 0-2 2v3'/%3E%3Cpath d='M21 8V5a2 2 0 0 0-2-2h-3'/%3E%3Cpath d='M3 16v3a2 2 0 0 0 2 2h3'/%3E%3Cpath d='M16 21h3a2 2 0 0 0 2-2v-3'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:.5rem;transition:opacity .2s,background-color .2s;position:absolute;inset:0}.ch-photo-item:hover:after{opacity:1;background-color:#00000047}.ch-photo-item figcaption{color:#fff;background:#0000006b;padding:3px 6px;font-size:.7rem;position:absolute;bottom:0;left:0;right:0}.ch-content-grid{grid-template-columns:1fr 268px;align-items:start;gap:2rem;display:grid}.ch-sidebar-col{padding:0 3rem 0 0;position:sticky;top:112px}.ch-sidebar-card{background:var(--ch-surface);border:1px solid var(--ch-border-dim);box-shadow:var(--travel-shadow-sidebar);border-radius:1rem;overflow:hidden}.ch-toc-heading{text-transform:uppercase;letter-spacing:.1em;color:var(--ch-muted);margin:0;padding:1.125rem 1.25rem .875rem;font-size:.6875rem;font-weight:700}.ch-toc-nav-list{flex-direction:column;gap:.5rem;padding:0 1.25rem 1rem;display:flex}.ch-toc-nav-link{color:var(--ch-muted);align-items:flex-start;gap:.75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.ch-toc-nav-link:hover{color:var(--ch-text)}.ch-toc-dash{background:var(--ch-border);flex-shrink:0;width:1.5rem;height:1px;margin-top:.55rem;transition:width .2s,background .2s}.ch-toc-nav-link:hover .ch-toc-dash{background:var(--ch-accent);width:2rem}.ch-toc-label{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.ch-toc-chapter-link,.ch-toc-chapter-current{color:var(--ch-muted);align-items:flex-start;gap:.75rem;padding:.125rem 0;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.ch-toc-chapter-link:hover{color:var(--ch-text)}.ch-toc-chapter-link:hover .ch-toc-dash{background:var(--ch-accent);width:2rem}.ch-toc-chapter-current{color:var(--ch-text);cursor:default;font-weight:600}.ch-toc-chapter-current .ch-toc-dash{background:var(--ch-accent)}.ch-toc-sub-list{flex-direction:column;gap:.375rem;padding-bottom:.375rem;padding-left:2.25rem;display:flex}.ch-toc-sub-list .ch-toc-nav-link{font-size:.8125rem;font-weight:400}#chapter-intro,[id^=stop-],#chapter-photos{scroll-margin-top:112px}.ch-reactions{margin-top:.5rem;padding:1.25rem 0 .5rem}.ch-chapter-nav-bar{border-top:1px solid var(--ch-border-dim);border-bottom:1px solid var(--ch-border-dim);justify-content:space-between;align-items:center;margin:2rem 1.5rem 0;padding:1.5rem 48px;display:flex}.ch-nav-link{align-items:center;gap:.875rem;text-decoration:none;transition:opacity .15s;display:flex}.ch-nav-link:hover{opacity:.75}.ch-nav-next{text-align:right;flex-direction:row-reverse}.ch-nav-arrow{border:1px solid var(--ch-border);width:2.5rem;height:2.5rem;color:var(--ch-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.125rem;transition:background .15s,border-color .15s,color .15s;display:flex}.ch-nav-link:hover .ch-nav-arrow{background:var(--ch-accent);border-color:var(--ch-accent);color:var(--ch-accent-fg)}.ch-nav-meta-label{text-transform:uppercase;letter-spacing:.06em;color:var(--ch-subtle);font-size:.625rem;font-weight:600}.ch-nav-chapter-title{font-family:var(--font-travel-serif), Georgia, serif;color:var(--ch-text);font-size:1rem;font-weight:500}.ch-site-footer{border-top:1px solid var(--ch-border-dim);color:var(--ch-subtle);justify-content:space-between;align-items:center;margin-top:2rem;padding:1.5rem 48px;font-size:.8rem;display:flex}.ch-lb{z-index:9999;background:#000000eb;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ch-lb img{object-fit:contain;border-radius:4px;max-width:92vw;max-height:72vh}.ch-lb-meta{text-align:center;max-width:70ch;margin-top:.75rem}.ch-lb-title{color:#fff;margin:0;font-size:.95rem;font-weight:600}.ch-lb-description{color:#fff9;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:.3rem 0 0;font-size:.8rem;display:-webkit-box;overflow:hidden}.ch-lb-reactions{justify-content:center;margin-top:.75rem;display:flex}.ch-lb-reactions .rxn-btn{color:#ffffffb3;border-color:#ffffff4d}.ch-lb-reactions .rxn-btn:hover:not(:disabled){color:#fff;border-color:#fffc}.ch-lb-reactions .rxn-btn--active{color:#fff;background:#ffffff26;border-color:#ffffffe6}.ch-lb-close{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;font-size:2rem;line-height:1;position:fixed;top:1rem;right:1.25rem}.ch-lb-close:hover{opacity:1}.ch-lb-prev,.ch-lb-next{color:#fff;cursor:pointer;opacity:.6;background:0 0;border:none;padding:0 .75rem;font-size:2.5rem;position:fixed;top:50%;transform:translateY(-50%)}.ch-lb-prev{left:0}.ch-lb-next{right:0}.ch-lb-prev:hover,.ch-lb-next:hover{opacity:1}@media (max-width:768px){.ch-site-header{padding:.75rem 24px}.ch-chapter-intro{padding:1rem 24px 0}.ch-narrative-col,.ch-chapter-photos{padding:0 24px 2rem}.ch-chapter-nav-bar{margin:2rem 1rem 0;padding:1.5rem 24px}.ch-site-footer{padding:1rem 24px}.ch-photo-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.ch-content-grid{grid-template-columns:1fr}.ch-sidebar-col{display:none}}@media (max-width:480px){.ch-chapter-intro{padding:.75rem 16px 0}.ch-narrative-col,.ch-chapter-photos{padding:0 16px 1.5rem}.ch-chapter-nav-bar{padding:1rem 16px}.ch-site-header{padding:.625rem 16px}.ch-site-footer{padding:.75rem 16px}}
