.tour{border-top:2px solid var(--ink);padding-block:32px 0;scroll-margin-top:24px}
.tour-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:28px}
.tour-heading h2{max-width:17ch;font-size:clamp(32px,4vw,52px)}
.tour-heading p{max-width:31ch;font-size:19px;color:var(--soft)}
.tour-tabs{display:flex;border-bottom:1px solid var(--ink)}
.tour-tabs button{flex:1;min-height:56px;border:0;border-bottom:4px solid transparent;background:white;font-weight:600;font-size:18px}
.tour-tabs button[aria-selected=true]{border-color:var(--pink);color:var(--pink-text)}
.tour-tabs button:hover{background:#f5f5f5}
.tour-stage{position:relative;isolation:isolate;display:grid;align-items:center;min-width:0;perspective:1400px;background:#fafafa}
.tour-scene{grid-area:1/1;position:relative;transition:transform 500ms cubic-bezier(.2,.7,.2,1),opacity 400ms ease}
.tour-scene>img{display:block;width:100%;height:auto}
.tour-hotspot{position:absolute;border:1px solid var(--ink);background:white;padding:10px 18px;min-height:44px;box-shadow:0 4px 12px #00000012;font-size:17px;font-weight:600}
.tour-hotspot:before{content:'+';color:var(--pink-text);padding-right:10px}
.tour-hotspot[data-chapter=food]{left:44%;top:18%}
.tour-hotspot[data-chapter=gear]{right:8%;bottom:16%}
.tour-hotspot[data-chapter=packing]{left:8%;bottom:14%}
.tour-stage[data-active=true] .tour-scene{transform:translateZ(-80px) scale(.98);opacity:.22}
.tour-stage[data-active=true] .tour-hotspot{visibility:hidden}
.tour-screen{grid-area:1/1;position:relative;z-index:1;width:min(78%,960px);margin:40px auto;background:white;box-shadow:0 20px 50px #00000021,0 2px 4px #00000012;animation:screen-arrive 420ms cubic-bezier(.2,.7,.2,1) both}
.tour-screen[hidden]{display:none}
.tour-screen picture,.tour-screen img{display:block;width:100%;height:auto}
.tour-screen img{object-fit:contain}
.tour-screen figcaption{border-top:1px solid var(--line);padding:12px 24px;font-size:14px;color:var(--soft)}
.tour-detail{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;align-items:center;text-align:left;padding:var(--caption-space,40px) 0;border-top:1px solid var(--line)}
.tour-copy{position:relative;transform:translateY(var(--caption-text-y,0px))}
.tour-action{position:relative;justify-self:end;transform:translateY(var(--caption-button-y,0px))}
.tour-detail h3{font-size:28px;max-width:none}
.tour-detail p{font-size:18px;max-width:none;margin-top:10px;color:#444}
.tour-next{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-height:48px;padding:12px 22px;border:1px solid var(--ink);background:var(--ink);color:white;white-space:nowrap;font-weight:600}
.tour-next-arrow{font-size:24px;line-height:1}
.tour-next:hover{background:#333}
.tour-full{display:inline-flex;align-items:center;min-height:44px;font-size:15px;margin-top:8px}
.tour-full[hidden]{display:none}
@keyframes screen-arrive{from{opacity:0;transform:translateY(18px) translateZ(-55px)}to{opacity:1;transform:none}}
@media(max-width:699px){
 .tour{padding-block:28px 0}.tour-heading{display:block}.tour-heading p{font-size:18px;margin-top:16px;max-width:32ch}
 .tour-tabs button{font-size:16px;min-height:52px;padding:10px 4px}
 .tour-hotspot{font-size:14px;padding:6px 10px;min-height:40px}.tour-hotspot:before{padding-right:5px}
 .tour-hotspot[data-chapter=food]{top:5%;left:42%}.tour-hotspot[data-chapter=gear]{right:1%;bottom:8%}.tour-hotspot[data-chapter=packing]{left:2%;bottom:8%}
 .tour-stage[data-active=true] .tour-scene{position:absolute;inset:0;align-self:start;opacity:.35;transform:none}
 .tour-screen{width:100%;margin:24px 0;box-shadow:0 8px 24px #00000012}
 .tour-screen figcaption{padding:12px 20px}
 .tour-detail{grid-template-columns:1fr;gap:28px}.tour-detail h3{font-size:26px}.tour-detail p{font-size:17px}
 .tour-action{justify-self:start}
}
@media(prefers-reduced-motion:reduce){.tour-scene{transition:none}.tour-screen{animation:none}}
