.wayfinding-intro { max-width: 760px; color: var(--muted); font-size: 1.05rem; margin: -1.25rem 0 2.5rem; }
.route-diagram { padding: 2rem clamp(1rem, 3vw, 3rem) 1rem; background: var(--dark); border: 1px solid var(--line); margin-bottom: 2.5rem; }
.route-strip { display: grid; grid-template-columns: 1fr .4fr 1.4fr .4fr 1fr; align-items: center; gap: 1rem; text-align: center; }
.route-end { display: grid; gap: .5rem; min-width: 0; }
.road-name { color: var(--muted); font-size: .67rem; letter-spacing: .1em; line-height: 1.5; }
.route-end strong { font-size: clamp(1rem, 1.7vw, 1.45rem); font-weight: 600; }
.route-arrow { font-size: 2.5rem; color: var(--gold); }
.route-arrow-back { color: var(--leaf); }
.route-destination { display: grid; justify-items: center; gap: .65rem; padding: .5rem 0; }
.route-destination img { width: 60px; height: auto; }
.route-destination strong { font: 700 clamp(.75rem, 1.5vw, 1.2rem)/1.3 var(--display); white-space: nowrap; }
.route-destination em { color: var(--gold); font-style: normal; }
.route-diagram figcaption { font-size: .72rem; color: var(--muted); text-align: center; margin-top: 1rem; }
.wayfinding-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(2rem, 4vw, 4rem); align-items: start; }
.approaches { display: grid; gap: 2rem; }
.approach { border-top: 1px solid var(--line); padding-top: 1.5rem; }
.approach-heading { display: flex; gap: 1rem; align-items: center; margin-bottom: 1.3rem; }
.approach-number { font: 400 2.3rem/1 var(--display); color: var(--gold); }
.approach:nth-child(2) .approach-number { color: var(--leaf); }
.approach-heading h3 { font-size: 1.3rem; font-weight: 600; line-height: 1.4; }
.approach-heading p { font-size: .8rem; color: var(--muted); margin-top: .2rem; }
.approach ol { list-style: none; counter-reset: step; padding-left: 0; }
.approach li { counter-increment: step; position: relative; padding: 0 0 1.15rem 2.1rem; }
.approach li:last-child { padding-bottom: 0; }
.approach li::before { content: counter(step); position: absolute; left: 0; top: .1rem; width: 1.3rem; height: 1.3rem; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-size: .67rem; color: var(--gold); }
.approach li:not(:last-child)::after { content: ''; position: absolute; left: .65rem; top: 1.65rem; bottom: .4rem; width: 1px; background: var(--line); }
.approach li strong { font-size: .93rem; font-weight: 600; line-height: 1.5; }
.approach li p { font-size: .875rem; color: var(--muted); line-height: 1.75; margin-top: .2rem; }
.entrance-card { min-width: 0; }
.entrance-image { position: relative; overflow: hidden; }
.entrance-image img { width: 100%; height: auto; }
.entrance-image > span { position: absolute; bottom: 1rem; left: 1rem; right: 1rem; width: fit-content; max-width: calc(100% - 2rem); padding: .5rem 1rem; background: #0d2416ed; border: 1px solid #6db88a55; border-radius: 50px; font-size: .8rem; }
.entrance-card figcaption { padding-top: 1rem; color: var(--muted); font-size: .875rem; max-width: 450px; }
.street-walk { border-block: 1px solid var(--line); margin: 2.5rem 0 0; }
.street-walk summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.4rem 0; }
.street-walk summary::-webkit-details-marker { display: none; }
.street-walk summary > span:first-child { display: flex; align-items: center; gap: 1rem; font-weight: 600; }
.street-icon { font: 400 1.25rem/1 var(--display); color: var(--gold); }
.street-expand { font-size: 1.6rem; line-height: 1; color: var(--gold); transition: transform .2s; }
.street-walk[open] .street-expand { transform: rotate(45deg); }
.street-walk-content > p { color: var(--muted); font-size: .875rem; margin-bottom: 1.25rem; }
.street-walk iframe { display: block; border: 0; width: 100%; height: 500px; background: var(--dark); }
.street-walk-caption { display: flex; justify-content: space-between; align-items: baseline; gap: 2rem; padding: 1.2rem 0 1.6rem; }
.street-walk-caption p { font-size: .8rem; color: var(--muted); max-width: 660px; }
.street-walk-caption a { font-size: .8rem; color: var(--gold-light); text-underline-offset: 4px; flex-shrink: 0; }
.arrival-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem 2rem; padding: 1.75rem 0 3rem; margin-bottom: 3rem; border-bottom: 1px solid var(--line); }
.arrival-actions p { color: var(--muted); font-size: .875rem; }
.arrival-actions p a { display: block; color: var(--white); text-underline-offset: 4px; margin-top: .2rem; }
@media (max-width: 1000px) {
  .wayfinding-layout { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .street-walk-caption { display: block; }
  .street-walk-caption a { display: inline-block; margin-top: 1rem; }
}
@media (max-width: 700px) {
  .wayfinding-intro { font-size: .95rem; margin: -.4rem 0 1.8rem; }
  .route-diagram { padding: 1.25rem .75rem 1rem; }
  .route-strip { grid-template-columns: 1fr .2fr 1.2fr .2fr 1fr; gap: .25rem; }
  .road-name { font-size: .54rem; letter-spacing: .02em; }
  .route-end strong { font-size: .75rem; }
  .route-arrow { font-size: 1.3rem; }
  .route-destination img { width: 46px; }
  .route-destination strong { font-size: .55rem; white-space: normal; }
  .route-diagram figcaption { font-size: .65rem; }
  .wayfinding-layout { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .approach-heading h3 { font-size: 1.18rem; }
  .approach li strong { font-size: 1rem; }
  .approach li p { font-size: .94rem; }
  .street-walk { margin-top: 2rem; }
  .street-walk summary > span:first-child { font-size: .94rem; gap: .65rem; }
  .street-icon { font-size: 1rem; }
  .street-walk iframe { height: 420px; }
  .arrival-actions { margin-bottom: 2rem; padding-bottom: 2rem; }
}
@media (prefers-reduced-motion: reduce) { .street-expand { transition: none; } }
