/* Journeys with JB — shared styles (extracted v118). Loaded before each page's inline styles. */

.nav-logo span { color: var(--gold); }

.nav-dropdown { position: relative; }

.nav-dropdown-menu a:hover { color: var(--deep); background: var(--cream); }

.nav-dropdown-menu::before {
    content: ''; position: absolute; top: -8px; left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid var(--sand);
  }

.nav-dropdown-menu::after {
    content: ''; position: absolute; top: -7px; left: 50%;
    transform: translateX(-50%);
    border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #fff;
  }

.nav-cta { background: var(--warm-gold) !important; color: var(--bone) !important; padding: 9px 22px; border-radius: 2px; font-size: var(--text-xs) !important; font-weight: 600 !important; letter-spacing: 0.14em !important; transition: background 0.2s !important; }

.nav-cta:hover { background: var(--warm-gold-dk) !important; }

.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 11px; background: none; border: none; }

.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--charcoal); border-radius: 2px; transition: transform 0.3s, opacity 0.3s; }

.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }

.nav-hamburger.open span:nth-child(2) { opacity: 0; }

.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-mobile { display: none; flex-direction: column; background: rgba(251,247,239,0.98); border-top: 1px solid var(--sand); padding: 24px 28px 28px; gap: 4px; }

.nav-mobile.open { display: flex; }

.nav-mobile a:last-child { border-bottom: none; }

.nav-mobile .nav-divider { height: 1px; background: var(--sand); margin: 8px 0; }

.nav-mobile .nav-cta { margin-top: 12px; text-align: center; border-bottom: none !important; }

.footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr; gap: 56px; padding-bottom: 40px; border-bottom: 1px solid rgba(68,57,45,0.12); margin-bottom: 28px; }

.footer-col h4 { font-size: var(--text-xs); letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }

.footer-col ul { list-style: none; }

.footer-col ul li { margin-bottom: 10px; }

.footer-col ul li a { font-size: var(--text-sm); color: var(--cocoa); text-decoration: none; transition: color 0.2s; }

.footer-col ul li a:hover { color: var(--sage); }

.footer-meta { font-size: var(--text-xs); color: var(--clay); line-height: 1.6; }

.footer-social { display: flex; gap: 12px; margin-top: 24px; }

.social-icon { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--stone); border-radius: 50%; transition: border-color 0.25s, background 0.25s; text-decoration: none; }

.social-icon svg { width: 16px; height: 16px; fill: none; stroke: var(--cocoa); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; transition: stroke 0.25s; }

.social-icon:hover svg { stroke: var(--sage); fill: none; }

.footer-bottom { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; font-size: var(--text-xs); color: var(--muted-text); }

.footer-bottom a { font-size: var(--text-xs); letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-text); text-decoration: none; transition: color 0.2s; }

.footer-bottom a:hover { color: var(--warm-gold); }

.talk-jb-floater { position: fixed; bottom: 24px; right: 24px; font-family: 'Raleway', sans-serif; font-size: var(--text-xs); font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--bone); background: var(--warm-gold); border: none; border-radius: 100px; padding: 13px 22px; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 6px 18px rgba(68,57,45, 0.22); opacity: 0; transform: translateY(12px); transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s; z-index: 200; pointer-events: none; }

.talk-jb-floater.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }

.talk-jb-floater svg { width: 11px; height: 11px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--warm-gold); outline-offset: 2px; border-radius: 2px; }

.email-capture-inner { max-width: 720px; margin: 0 auto; text-align: center; }

.email-capture-label { font-family: var(--font-body); font-size: var(--text-xs); letter-spacing: 0.22em; text-transform: uppercase; color: var(--warm-gold); margin-bottom: 1rem; }

.email-capture-title { font-family: var(--font-display); font-size: 2.2rem; font-weight: 500; color: var(--walnut); margin: 0 0 1rem; line-height: 1.2; }

.email-capture-title em { font-family: var(--font-elegant); font-style: italic; font-weight: 400; color: var(--warm-gold); }

.email-capture-desc { font-family: var(--font-elegant); font-size: var(--text-md); font-style: italic; color: var(--cocoa); line-height: 1.6; margin: 0 0 2rem; }

.kit-form { max-width: 540px; margin: 0 auto; }

.kit-fields { display: flex; gap: 0; }

.kit-input { flex: 1; padding: 14px 18px; font-family: var(--font-body); font-size: var(--text-base); background: var(--warmwhite); border: 1px solid var(--stone); border-right: none; border-radius: 2px 0 0 2px; color: var(--walnut); outline: none; transition: border-color 0.2s, background 0.2s; }

.kit-input::placeholder { color: var(--clay); }

.kit-input:focus { border-color: var(--warm-gold); background: var(--bone); }

.kit-btn { font-family: var(--font-body); font-size: var(--text-xs); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; padding: 14px 28px; background: var(--warm-gold); color: var(--bone); border: 1px solid var(--warm-gold); border-radius: 0 2px 2px 0; cursor: pointer; transition: background 0.2s, border-color 0.2s; }

.kit-btn:hover { background: var(--warm-gold-dk); border-color: var(--warm-gold-dk); }

.kit-microcopy { font-family: var(--font-body); font-size: var(--text-xs); color: var(--muted-text); margin: 1rem 0 0; line-height: 1.6; }

.footer-email-wrap { margin-bottom: 10px; }
.footer-email { font-family: 'Raleway', sans-serif; font-size: var(--text-sm); color: var(--muted-text); text-decoration: none; letter-spacing: 0.04em; transition: color 0.2s; }
.footer-email:hover { color: var(--sage); }

/* ── Reading progress bar (shared with Japan) ── */
.reading-progress {
  position: fixed; top: 0; left: 0; height: 3px;
  background: var(--warm-gold); z-index: 9999;
  width: 0%; transition: width 0.1s linear;
}

/* ── In-page jump-link contents ── */
/* NOTE: this is a <nav>, so it must override the guides' bare `nav { position: sticky }`
   rule — otherwise the box sticks to the top of the screen while scrolling. */
.guide-toc {
  position: static;
  top: auto;
  z-index: auto;
  backdrop-filter: none;
  max-width: 760px;
  margin: 40px auto 8px;
  padding: 26px 30px 28px;
  background: var(--warm-white);
  border: 1px solid var(--sand);
  border-radius: 4px;
}
.guide-toc-label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sage);
  margin: 0 0 16px;
}
.guide-toc-list {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 10px 32px;
}
.guide-toc-list li { margin: 0; }
.guide-toc-list a {
  display: inline-block;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  line-height: 1.4;
  color: var(--deep);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.guide-toc-list a:hover { color: var(--warm-gold); border-bottom-color: var(--warm-gold); }
html { scroll-behavior: smooth; }
:target { scroll-margin-top: 84px; }
@media (max-width: 640px) {
  .guide-toc { margin: 28px 16px 8px; padding: 22px 22px 24px; }
  .guide-toc-list { grid-template-columns: 1fr; gap: 9px; }
}
