.journey-planner{--journey-ink:#173a2f;--journey-lime:#d7ef91}.journey-companion{position:sticky;top:0;min-height:calc(100svh - 102px);background:var(--journey-ink);color:#faf9ee;overflow:hidden}.journey-landscape{position:absolute;inset:0;opacity:.2;animation:journey-reveal .65s ease both}.journey-landscape img{object-fit:cover}.journey-companion:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#173a2f15,#173a2f 70%);pointer-events:none}.journey-companion-content{position:relative;z-index:1;padding:40px clamp(24px,3.2vw,54px) 28px}.journey-kicker{font-size:9px;letter-spacing:.13em;line-height:1.6;font-weight:500}.journey-theme{animation:journey-reveal .4s ease both}.journey-theme h2{font-size:clamp(29px,3vw,46px);line-height:1.12;letter-spacing:-.04em;margin:30px 0 18px;max-width:380px}.journey-theme>p{font-size:13px;line-height:1.7;color:#d8e1d3;max-width:330px}.journey-map{width:100%;max-height:155px;margin:8px 0 20px;overflow:visible}.journey-map-base,.journey-map-complete{fill:none;stroke:#ffffff25;stroke-width:1.3;stroke-linejoin:round;stroke-linecap:round}.journey-map-complete{stroke:var(--journey-lime);stroke-width:2;transition:stroke-dashoffset .65s cubic-bezier(.2,.7,.3,1)}.journey-node{fill:#547065;transition:fill .4s,r .4s}.journey-node.reached{fill:var(--journey-lime)}.journey-traveller{fill:#d7ef9112;stroke:var(--journey-lime);stroke-width:1;transition:transform .65s cubic-bezier(.2,.7,.3,1)}.journey-notebook{border-top:1px solid #ffffff25;padding-top:20px}.journey-notebook>.journey-kicker{color:var(--journey-lime)}.journey-notebook ul{display:grid;gap:13px;margin-top:20px}.journey-notebook li{display:flex;gap:13px;animation:journey-reveal .35s ease both}.journey-notebook li>span{color:var(--journey-lime);font-size:12px;padding-top:2px}.journey-notebook small{font-size:10px;color:#b9cbbc}.journey-notebook li p{font-size:12px;line-height:1.5;margin-top:2px;animation:journey-reveal .3s ease both}.journey-disclaimer,.journey-empty-note{font-size:11px;line-height:1.7;color:#b9cbbc;margin-top:18px}.journey-disclaimer{font-size:10px;margin-top:26px}.journey-progress{margin-bottom:28px}.journey-progress ol{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.journey-progress li{color:#737b70;display:flex;gap:8px;align-items:center;font-size:11px;line-height:1.3}.journey-progress li>span{width:24px;height:24px;flex-shrink:0;border:1px solid #87918066;display:grid;place-items:center;font-size:9px;transition:background .4s,color .4s;border-radius:50%}.journey-progress li.is-reached{color:var(--journey-ink)}.journey-progress li.is-reached>span{background:var(--journey-ink);color:var(--journey-lime);border-color:var(--journey-ink)}.journey-progress li[aria-current=step] p{font-weight:600}.journey-progress-line{height:3px;background:#173a2f18;margin:20px 0 13px}.journey-progress-line>span{display:block;height:100%;background:var(--journey-ink);transition:width .65s cubic-bezier(.2,.7,.3,1)}.journey-current{display:flex;justify-content:space-between;font-size:10px;color:#5d705c;letter-spacing:.04em}.journey-planner .planner-workspace h1{font-family:var(--font-sans),sans-serif;font-size:clamp(30px,3.15vw,48px);line-height:1.12;font-weight:500;letter-spacing:-.045em}.journey-planner .planner-step{animation:journey-enter .35s ease both;--journey-shift:16px}.journey-planner .planner-step[data-direction=back]{--journey-shift:-16px}.journey-planner .planner-step.is-leaving{animation:journey-exit .18s ease both;pointer-events:none}.journey-planner .planner-option{transition:background .22s,border-color .22s,transform .22s}.journey-planner .planner-option:active{transform:scale(.99)}.journey-planner .planner-option.option-selected{background:#e5edcf;border-color:#587447}.journey-planner .option-check{transition:background .2s,transform .25s;border-radius:50%}.journey-planner .option-selected .option-check{transform:rotate(0deg) scale(1.08)}.journey-insight{display:flex;gap:13px;background:#ebeee0;border-left:2px solid #78994c;padding:17px 18px;margin:22px 0 25px}.journey-insight-symbol{width:25px;height:25px;flex-shrink:0;display:grid;place-items:center;background:var(--journey-ink);color:var(--journey-lime);border-radius:50%}.journey-insight>div{animation:journey-reveal .3s ease both}.journey-insight strong{display:block;font-size:13px;font-weight:500;line-height:1.5}.journey-insight p{font-size:12px;line-height:1.7;color:#52654d;margin-top:5px}.journey-result-brief{background:#e8eedb;padding:22px;margin:26px 0;animation:journey-reveal .5s ease both}.journey-result-brief>div{display:grid;grid-template-columns:1fr 1fr;gap:1px 18px;margin-top:12px}.journey-result-brief button{text-align:left;padding:12px 0;border-top:1px solid #173a2f20}.journey-result-brief button small{display:flex;justify-content:space-between;gap:8px;color:#5b6c53;font-size:10px}.journey-result-brief button strong{display:block;font-size:12px;line-height:1.5;margin-top:5px;font-weight:500}.journey-result-brief button:hover strong{text-decoration:underline;text-underline-offset:3px}.journey-planner :is(button,select,input,textarea):focus-visible{outline:2px solid #436326;outline-offset:4px}.journey-planner .planner-route{animation:journey-reveal .45s ease both}@keyframes journey-reveal{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes journey-enter{0%{opacity:0;transform:translateX(var(--journey-shift))}to{opacity:1;transform:none}}@keyframes journey-exit{to{opacity:0;transform:translateX(calc(-1 * var(--journey-shift)))}}@media(max-width:900px){.journey-companion{display:none}.journey-planner .planner-workspace{padding-top:26px}.journey-progress{margin-bottom:24px}.journey-progress li{display:block;font-size:10px}.journey-progress li p{margin-top:8px}.journey-planner .planner-workspace h1{font-size:34px}.journey-insight{padding:15px 13px;gap:10px}.journey-result-brief{padding:18px}}@media(prefers-reduced-motion:reduce){.journey-planner *,.journey-planner :after,.journey-planner :before{animation:none!important;transition:none!important;scroll-behavior:auto!important}}