.hn-walkthrough{overflow:hidden;position:relative}.hn-walkthrough--bg-white{background:var(--white)}.hn-walkthrough--bg-cream{background:var(--bg-cream)}.hn-walkthrough--bg-grey{background:var(--bg)}.hn-walkthrough--pt-tight{padding-top:64px}.hn-walkthrough--pt-default{padding-top:100px}.hn-walkthrough--pt-loose{padding-top:140px}.hn-walkthrough--pb-tight{padding-bottom:64px}.hn-walkthrough--pb-default{padding-bottom:100px}.hn-walkthrough--pb-loose{padding-bottom:140px}.hn-walkthrough__header{margin-bottom:48px;position:relative;text-align:center;z-index:1}.hn-walkthrough__eyebrow{color:var(--ruby);display:inline-block;font-family:var(--font-body);font-size:13px;font-weight:700;letter-spacing:.12em;margin-bottom:12px;text-transform:uppercase}.hn-walkthrough__headline{color:var(--navy);margin:0 0 16px}.hn-walkthrough__lede{color:var(--muted);font-family:var(--font-body);font-size:18px;line-height:1.5;margin:0 auto 24px;max-width:680px}.hn-walkthrough__lede p{margin:0}.hn-walkthrough__lede p+p{margin-top:12px}.hn-walkthrough__scenario-anchor{background:var(--white);border:1px solid var(--border);border-radius:30px;color:var(--navy);display:inline-block;font-family:var(--font-body);font-size:14px;font-weight:500;margin-top:8px;padding:10px 18px}.hn-walkthrough__scenario-anchor strong{color:var(--violet);font-size:11px;font-weight:700;letter-spacing:.08em;margin-right:8px;text-transform:uppercase}.hn-walkthrough__scenario-anchor-body{display:inline}.hn-walkthrough__scenario-anchor-body p{display:inline;margin:0}.hn-walkthrough--horizontal .hn-walkthrough__grid{align-items:stretch;display:grid;gap:16px;grid-template-columns:repeat(var(--hn-walkthrough-cols,4),1fr);position:relative;z-index:1}.hn-walkthrough--horizontal .hn-walkthrough__connector{background:repeating-linear-gradient(to right,var(--border) 0 6px,transparent 6px 10px);height:2px;pointer-events:none;position:absolute;top:38px;width:32px;z-index:2}.hn-walkthrough--horizontal .hn-walkthrough__connector:after{border-bottom:5px solid transparent;border-left:8px solid var(--border);border-top:5px solid transparent;content:"";height:0;position:absolute;right:-2px;top:-4px;width:0}.hn-walkthrough__card{background:var(--white);border:1px solid var(--border);border-radius:16px;display:flex;flex-direction:column;overflow:hidden;padding:28px 22px 22px;position:relative;transition:transform .2s ease,box-shadow .2s ease}.hn-walkthrough__card:hover{box-shadow:0 12px 28px rgba(0,32,91,.08);transform:translateY(-2px)}.hn-walkthrough__card--current{--accent:var(--navy)}.hn-walkthrough__card--upcoming{--accent:var(--ruby)}.hn-walkthrough__card--future{--accent:var(--violet)}.hn-walkthrough__strip{background:var(--accent);border-radius:16px 16px 0 0;height:6px;left:0;position:absolute;right:0;top:0}.hn-walkthrough__status{background:color-mix(in srgb,var(--accent) 10%,transparent);border-radius:4px;color:var(--accent);display:inline-block;font-family:var(--font-body);font-size:10px;font-weight:700;letter-spacing:.1em;margin-bottom:10px;padding:3px 8px;text-transform:uppercase}.hn-walkthrough__card--current .hn-walkthrough__status:before{content:"You are here · "}.hn-walkthrough__card--upcoming .hn-walkthrough__status:before{content:"Upcoming · "}.hn-walkthrough__card--future .hn-walkthrough__status:before{content:"Future · "}.hn-walkthrough__time{color:var(--navy);font-family:var(--font-display);font-size:28px;font-weight:900;letter-spacing:.01em;line-height:1;margin-bottom:4px;text-transform:uppercase}.hn-walkthrough__time-label{color:var(--muted);font-family:var(--font-body);font-size:12px;letter-spacing:.02em;margin-bottom:18px}.hn-walkthrough__stage{color:var(--navy);font-family:var(--font-body);font-size:16px;font-weight:700;line-height:1.3;margin-bottom:10px}.hn-walkthrough__narrative{color:var(--navy);font-family:var(--font-body);font-size:14px;line-height:1.55;margin-bottom:18px}.hn-walkthrough__narrative p{margin:0}.hn-walkthrough__narrative p+p{margin-top:8px}.hn-walkthrough__metrics{border-top:1px dashed var(--border);margin-top:auto;padding-top:14px}.hn-walkthrough__metric{align-items:baseline;display:flex;font-family:var(--font-body);font-size:13px;justify-content:space-between;padding:5px 0}.hn-walkthrough__metric-label{color:var(--muted)}.hn-walkthrough__metric-value{color:var(--navy);font-variant-numeric:tabular-nums;font-weight:700}.hn-walkthrough__metric:last-child .hn-walkthrough__metric-value{color:var(--accent);font-size:15px}.hn-walkthrough--vertical .hn-walkthrough__grid{display:flex;flex-direction:column;gap:0;padding-left:32px;position:relative;z-index:1}.hn-walkthrough--vertical .hn-walkthrough__grid:before{background:repeating-linear-gradient(to bottom,var(--border) 0 6px,transparent 6px 10px);bottom:30px;content:"";left:14px;position:absolute;top:30px;width:2px}.hn-walkthrough--vertical .hn-walkthrough__card{align-items:stretch;flex-direction:row;gap:28px;margin-bottom:16px;padding:24px 28px}.hn-walkthrough--vertical .hn-walkthrough__card:last-child{margin-bottom:0}.hn-walkthrough--vertical .hn-walkthrough__strip{border-radius:16px 0 0 16px;bottom:0;height:auto;left:0;right:auto;top:0;width:6px}.hn-walkthrough--vertical .hn-walkthrough__connector{display:none}.hn-walkthrough--vertical .hn-walkthrough__card:before{background:var(--accent);border:3px solid var(--bg-cream);border-radius:50%;content:"";height:14px;left:-26px;position:absolute;top:36px;width:14px;z-index:3}.hn-walkthrough--vertical.hn-walkthrough--bg-white .hn-walkthrough__card:before{border-color:var(--white)}.hn-walkthrough--vertical.hn-walkthrough--bg-grey .hn-walkthrough__card:before{border-color:var(--bg)}.hn-walkthrough--vertical .hn-walkthrough__status,.hn-walkthrough--vertical .hn-walkthrough__time,.hn-walkthrough--vertical .hn-walkthrough__time-label{flex:0 0 auto}.hn-walkthrough--vertical .hn-walkthrough__status{align-self:flex-start}.hn-walkthrough--vertical .hn-walkthrough__stage{margin-bottom:8px}.hn-walkthrough--vertical .hn-walkthrough__narrative{margin-bottom:0}.hn-walkthrough--vertical .hn-walkthrough__metrics{border-left:1px solid var(--border);border-top:none;display:flex;flex:0 0 200px;flex-direction:column;justify-content:center;margin-top:0;padding-left:24px;padding-top:0}.hn-walkthrough__summary{align-items:center;background:var(--white);border:1px solid var(--border);border-left:6px solid var(--green-deep);border-radius:16px;display:grid;gap:24px;grid-template-columns:1fr auto;margin-top:32px;padding:24px 32px;position:relative;z-index:1}.hn-walkthrough__summary-label{color:var(--muted);font-family:var(--font-body);font-size:13px;font-weight:700;letter-spacing:.08em;margin-bottom:4px;text-transform:uppercase}.hn-walkthrough__summary-value{color:var(--green-deep);font-family:var(--font-display);font-size:44px;font-weight:900;line-height:1}.hn-walkthrough__summary-note{color:var(--muted);font-family:var(--font-body);font-size:13px;line-height:1.5;max-width:360px;text-align:right}.hn-walkthrough__summary-note p{margin:0}.hn-walkthrough__summary-note p+p{margin-top:6px}.hn-walkthrough__source{color:var(--muted);font-family:var(--font-body);font-size:12px;letter-spacing:.02em;margin-top:32px;text-align:center}.hn-walkthrough__source strong{color:var(--navy);font-size:11px;font-weight:700;letter-spacing:.08em;margin-right:6px;text-transform:uppercase}.hn-walkthrough__source-body{display:inline}.hn-walkthrough__source-body p{display:inline;margin:0}@media (max-width:1024px){.hn-walkthrough--horizontal .hn-walkthrough__grid{gap:20px;grid-template-columns:repeat(2,1fr)}.hn-walkthrough--horizontal .hn-walkthrough__connector{display:none}}@media (max-width:680px){.hn-walkthrough--pt-default{padding-top:64px}.hn-walkthrough--pb-default{padding-bottom:64px}.hn-walkthrough--pt-loose{padding-top:96px}.hn-walkthrough--pb-loose{padding-bottom:96px}.hn-walkthrough__header{margin-bottom:32px;text-align:left}.hn-walkthrough__lede{margin:0 0 20px}.hn-walkthrough__scenario-anchor{font-size:13px}.hn-walkthrough--horizontal .hn-walkthrough__grid{gap:20px;grid-template-columns:1fr;position:relative}.hn-walkthrough--horizontal .hn-walkthrough__card:not(:last-child):after{border-left:5px solid transparent;border-right:5px solid transparent;border-top:8px solid var(--border);bottom:-14px;content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0}.hn-walkthrough__time{font-size:22px}.hn-walkthrough--vertical .hn-walkthrough__card{flex-direction:column;gap:0;padding:24px 22px}.hn-walkthrough--vertical .hn-walkthrough__metrics{border-left:none;border-top:1px dashed var(--border);flex:0 0 auto;margin-top:16px;padding-left:0;padding-top:14px}.hn-walkthrough--vertical .hn-walkthrough__narrative{margin-bottom:0}.hn-walkthrough__summary{gap:12px;grid-template-columns:1fr;padding:20px 24px}.hn-walkthrough__summary-note{max-width:none;text-align:left}.hn-walkthrough__summary-value{font-size:36px}}