:root{--bg:#f4f1ea;--green:#1f2d27;--gold:#b8935a;--brass:#c9a96e;--muted:#6f766f;--soft:#e9e1d3;--ink:#0a0a0a}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--green);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.expedition{max-width:1500px;margin:auto;padding:48px clamp(20px,5vw,80px) 70px}
.masthead{border-bottom:1px solid rgba(31,45,39,.24);padding-bottom:30px}
.eyebrow{letter-spacing:.14em;font-size:11px;font-weight:700;margin:0 0 12px;color:var(--muted)}
.title-row{display:flex;align-items:end;justify-content:space-between;gap:24px}
h1,h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.035em;margin:0}
h1{font-size:clamp(38px,5.3vw,76px);line-height:.95}
h1 span{color:var(--gold)}
.lede{margin:16px 0 0;color:var(--muted);font-size:15px}
.summit-note{text-align:right;font-size:12px;line-height:1.35;margin:0;color:var(--muted)}
.summit-note strong{color:var(--green);font-weight:600}
.journey-stats{display:flex;gap:clamp(25px,7vw,120px);margin:38px 0 0}
.journey-stats div{min-width:115px}
.journey-stats dt{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:5px}
.journey-stats dd{margin:0;font-size:20px;letter-spacing:-.03em}
.map-layout{display:grid;grid-template-columns:minmax(0,2.7fr) minmax(285px,1fr);min-height:560px;border-bottom:1px solid rgba(31,45,39,.24)}
.map-column{border-right:1px solid rgba(31,45,39,.24);padding:18px 28px 20px 0}
.map-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:12px;color:var(--muted)}
.map-toolbar p{margin:0}
.status-dot{width:7px;height:7px;border-radius:50%;background:var(--gold);display:inline-block;margin-right:8px}
.text-button,.nav-button{color:var(--green);font:inherit;border:0;background:none;text-decoration:underline;text-underline-offset:4px;cursor:pointer;padding:8px}
.text-button:focus-visible,.nav-button:focus-visible,.stage-tab:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
.map-shell{position:relative;height:475px;overflow:hidden;background:#d9ded2}
.map-shell:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 24% 68%,rgba(244,241,234,.43),transparent 35%),linear-gradient(135deg,rgba(31,45,39,.12),transparent 47%);z-index:0}
.map-shell svg{position:absolute;inset:0;width:100%;height:100%;z-index:1}
.route{fill:none;stroke:rgba(31,45,39,.34);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.route-active{fill:none;stroke:var(--gold);stroke-width:4.5;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px 2px rgba(31,45,39,.25));animation:draw .65s ease-out}
.waypoint{cursor:pointer}
.waypoint circle{fill:var(--bg);stroke:var(--green);stroke-width:2.3;transition:all .25s}
.waypoint:hover circle,.waypoint.is-active circle{fill:var(--gold);stroke:var(--gold);r:8}
.waypoint.summit circle{fill:var(--green);stroke:var(--bg);stroke-width:3}
.waypoint text{font-size:11px;font-weight:650;fill:var(--green);paint-order:stroke;stroke:var(--bg);stroke-width:4px;stroke-linejoin:round}
.map-source{display:flex;flex-wrap:wrap;gap:6px 18px;margin:14px 0 0;padding-top:12px;border-top:1px solid var(--line);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--green)}
.map-caption{font-size:11px;line-height:1.45;color:var(--muted);margin:8px 0 0}
.stage-panel{padding:38px 0 28px 28px;display:flex;flex-direction:column}
.stage-kicker{font-size:11px;letter-spacing:.14em;font-weight:700;color:var(--gold);margin:0 0 24px}
.stage-route{font-family:Georgia,serif;font-size:28px;line-height:1.05;letter-spacing:-.04em;margin:0}
.route-arrow{display:block;color:var(--gold);font-family:system-ui;font-size:20px;margin:8px 0}
.stage-meta{display:grid;grid-template-columns:1fr 1fr;gap:19px 10px;border-top:1px solid rgba(31,45,39,.2);border-bottom:1px solid rgba(31,45,39,.2);margin:30px 0 24px;padding:18px 0}
.stage-meta dt{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:5px}
.stage-meta dd{font-size:18px;margin:0}
.stage-desc{font-size:14px;line-height:1.55;margin:0;color:#455047}
.stage-elevation{font-size:13px;margin:18px 0 24px;color:var(--muted)}
.progress-label{font-size:11px;color:var(--muted);margin:0 0 8px}
.progress{height:2px;background:var(--soft);position:relative}
.progress span{display:block;height:100%;background:var(--gold);transition:width .35s}
.stage-nav{display:flex;justify-content:space-between;margin-top:auto;padding-top:25px}
.nav-button{font-size:12px}
.stage-selector-wrap{padding:20px 0;border-bottom:1px solid rgba(31,45,39,.24);overflow:auto}
.stage-selector{display:flex;gap:8px;min-width:max-content}
.stage-tab{background:transparent;border:1px solid rgba(31,45,39,.25);color:var(--muted);padding:10px 14px;font:inherit;font-size:12px;cursor:pointer;transition:.2s}
.stage-tab[aria-selected=true]{background:var(--green);border-color:var(--green);color:var(--bg)}
.profile-section{padding:48px 0;border-bottom:1px solid rgba(31,45,39,.24)}
.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}
.section-heading h2{font-size:clamp(28px,3vw,44px)}
.profile-readout{font-size:12px;color:var(--muted);margin:0}
.profile{height:230px;position:relative;cursor:crosshair}
.profile svg{width:100%;height:100%;overflow:visible}
.grid-line{stroke:rgba(31,45,39,.15);stroke-width:1}
.axis-label{font-size:10px;fill:var(--muted)}
.profile-area{fill:rgba(184,147,90,.1)}
.profile-line{fill:none;stroke:var(--green);stroke-width:2}
.profile-active{fill:none;stroke:var(--gold);stroke-width:4}
.profile-marker{pointer-events:none}
.profile-marker line{stroke:var(--gold);stroke-width:1;stroke-dasharray:3 3}
.profile-marker circle{fill:var(--bg);stroke:var(--gold);stroke-width:3}
.camp-line{stroke:rgba(31,45,39,.28);stroke-width:1}
.camp-label{font-size:10px;fill:var(--muted)}
.fallback-table{padding:48px 0 0}
.fallback-table h2{font-size:30px}
.fallback-table>p{color:var(--muted);font-size:14px}
.fallback-table table{width:100%;border-collapse:collapse;margin-top:24px;font-size:13px}
.fallback-table th,.fallback-table td{text-align:left;border-bottom:1px solid rgba(31,45,39,.2);padding:13px 10px}
.fallback-table th{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}
@keyframes draw{from{stroke-dasharray:1000;stroke-dashoffset:1000}
to{stroke-dasharray:1000;stroke-dashoffset:0}
}
@media(max-width:760px){.expedition{padding:30px 20px 48px}
.title-row{display:block}
.summit-note{display:none}
.journey-stats{gap:18px;margin-top:30px}
.journey-stats dd{font-size:16px}
.map-layout{display:flex;flex-direction:column;border:0}
.map-column{border-right:0;padding:18px 0 0}
.map-shell{height:390px}
.stage-panel{padding:30px 0;border-bottom:1px solid rgba(31,45,39,.24);min-height:420px}
.stage-selector-wrap{order:0}
.profile-section{padding:35px 0}
.section-heading{display:block}
.profile-readout{margin-top:10px}
.profile{height:195px}
.fallback-table{overflow:auto}
.fallback-table table{min-width:660px}
.stage-route{font-size:30px}
}

body.is-embed{overflow-x:hidden}
body.is-embed .masthead,body.is-embed .fallback-table{display:none}
body.is-embed .expedition{max-width:none;padding:0 28px 28px}
body.is-embed .route-switcher{padding:20px 28px 18px}
body.is-embed .map-layout{border-top:1px solid rgba(31,45,39,.24)}
body.is-locked .route-switcher{display:none}
body.is-locked .map-layout{border-top:0}
@media(max-width:760px){
  body.is-embed .expedition{padding:0 18px 22px}
  body.is-embed .route-switcher{padding:16px 18px}
  .route-switcher a{font-size:14px;min-height:44px;display:inline-flex;align-items:center}
}
