/* Figma 166:699, 177:879 and 177:1232: shared process and location. */
.journey-section {
  --journey-unit: clamp(1px, calc(0.03125vw + 0.55px), 1.15px);
  --journey-muted: #575e66;
  padding-block: 24px;
  background: #fff;
  color: var(--ink);
  scroll-margin-top: 96px;
}
.new-hero-page .site > .journey-section { zoom: 1; }
.journey-inner { width: min(calc(100% - 48px), calc(1312 * var(--journey-unit))); margin-inline: auto; }
.journey-header { display: grid; gap: 8px; margin-bottom: 24px; }
.journey-header h2 { margin: 0; font-size: calc(44 * var(--journey-unit)); font-weight: 800; line-height: 1.23; letter-spacing: -.025em; }
.journey-header p { margin: 0; color: var(--journey-muted); font-size: calc(18 * var(--journey-unit)); font-weight: 500; line-height: 1.56; }
.journey-mobile-title { display: none; }
.journey-layout { display: grid; grid-template-columns: minmax(340px, .85fr) minmax(0, 1.65fr); gap: 40px; align-items: stretch; }
.journey-steps { display: flex; flex-direction: column; margin: 0; padding: 0; list-style: none; }
.journey-step { position: relative; flex: 1; display: grid; grid-template-columns: 24px 64px minmax(0, 1fr); gap: 16px; align-items: start; min-width: 0; padding-bottom: 24px; }
.journey-step:last-child { flex: 0; padding-bottom: 0; }
.journey-step:not(:last-child)::after { content: ""; position: absolute; top: 74px; bottom: 10px; left: 52px; width: 40px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 60' preserveAspectRatio='none'%3E%3Cpath d='M20 1C2 12 2 19 20 30S38 48 20 59' fill='none' stroke='%23bed3a9' stroke-width='2' vector-effect='non-scaling-stroke' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat; }
.journey-number { position: relative; z-index: 1; color: var(--lime); font-size: calc(18 * var(--journey-unit)); font-weight: 700; line-height: calc(28 * var(--journey-unit)); }
.journey-icon { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 14px; background: var(--icon-tile-bg); }
.journey-icon svg { display: block; width: 44px; height: 44px; }
.journey-step-copy { min-width: 0; display: grid; gap: calc(6 * var(--journey-unit)); }
.journey-step h3 { margin: 0; font-size: 22px; font-weight: 700; line-height: 1.28; text-wrap: pretty; }
.journey-step p { margin: 0; color: var(--journey-muted); font-size: 16px; font-weight: 400; line-height: 1.5; }
.journey-pickup { min-width: 0; scroll-margin-top: 96px; }
.journey-pickup-title { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: inset(50%); }
.journey-pickup-card { display: grid; gap: 12px; }
.journey-map { position: relative; isolation: isolate; width: 100%; height: clamp(208px, calc(100svh - 500px), 364px); overflow: hidden; border-radius: 20px; background: #f3f4f1; }
.journey-map-fallback, .journey-map-fallback img, .journey-map-canvas { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.journey-map-fallback img { object-fit: cover; }
.journey-map-canvas { opacity: 0; pointer-events: none; }
.journey-map-canvas { transition: opacity 180ms ease; }
.journey-map[data-map-state="ready"] .journey-map-canvas { opacity: 1; pointer-events: auto; }
.journey-map[data-map-state="ready"] .journey-map-fallback { visibility: hidden; }
.journey-map-canvas .maplibregl-canvas { outline-offset: -3px; }
.journey-map-canvas:has(:focus-visible) { outline: 2px solid var(--ink); outline-offset: -3px; }
.journey-map-canvas .maplibregl-cooperative-gesture-screen { font: 600 14px/1.5 var(--font-sans); }
.journey-pin { display: block; position: relative; width: 44px; height: 44px; outline-offset: 1px; }
.journey-pin img { position: absolute; bottom: 0; left: 7px; width: 30px; height: 36px; filter: drop-shadow(0 3px 5px rgb(33 56 23 / 15%)); }
.journey-map-status { position: absolute; z-index: 2; bottom: 42px; left: 12px; max-width: calc(100% - 24px); margin: 0; padding: 8px 10px; border-radius: 8px; background: #fff; color: var(--journey-muted); font-size: 13px; line-height: 20px; }
.journey-map-status[hidden] { display: none; }
.journey-map-attribution { position: absolute; right: 0; bottom: 0; z-index: 3; color: #182018; font: 500 11px/1.5 var(--font-sans); }
.journey-map-attribution summary { position: absolute; bottom: 0; right: 0; display: grid; place-items: center; width: 44px; height: 44px; cursor: pointer; list-style: none; border-radius: 12px; }
.journey-map-attribution summary::-webkit-details-marker { display: none; }
.journey-map-attribution summary span { display: grid; place-items: center; width: 20px; height: 20px; border: 2px solid #fff; border-radius: 50%; background: #111; color: #fff; font: 700 13px/1 Georgia, serif; }
.journey-map-attribution > div { margin: 0 40px 8px 8px; padding: 8px; border-radius: 8px; background: rgb(255 255 255 / 95%); }
.journey-map-attribution a { display: inline-flex; min-height: 24px; align-items: center; text-decoration: underline; text-underline-offset: 2px; }
.journey-details { display: grid; gap: 14px; padding: 18px; border-radius: 20px; background: #f6f8f5; }
.journey-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: calc(24 * var(--journey-unit)); }
.journey-contact { position: relative; display: grid; grid-template-columns: calc(28 * var(--journey-unit)) minmax(0, 1fr); gap: calc(8 * var(--journey-unit)) calc(12 * var(--journey-unit)); align-content: start; min-width: 0; }
.journey-contact:not(:first-child)::before { content: ""; position: absolute; top: 0; bottom: 0; left: calc(-12 * var(--journey-unit)); width: 1px; background: #e2e6e0; }
.journey-contact-heading { display: grid; grid-column: 1 / -1; grid-template-columns: subgrid; align-items: center; margin: 0; min-width: 0; min-height: calc(28 * var(--journey-unit)); font-size: calc(16 * var(--journey-unit)); font-weight: 700; line-height: 1.375; }
.journey-contact-heading img { width: calc(28 * var(--journey-unit)); height: calc(28 * var(--journey-unit)); }
.journey-contact p, .journey-phone-number { grid-column: 2; margin: 0; color: var(--journey-muted); font-size: calc(16 * var(--journey-unit)); font-weight: 400; line-height: 1.5; }
.journey-hours-line { display: block; white-space: nowrap; }
.journey-phone-number { white-space: nowrap; width: fit-content; }
.journey-call-button { grid-column: 2; display: flex; justify-content: center; align-items: center; gap: 8px; width: min(100%, calc(148 * var(--journey-unit))); min-height: calc(44 * var(--journey-unit)); border: 1px solid rgb(0 0 0 / 14%); border-radius: 999px; background: #fff; color: var(--ink); font-size: calc(15 * var(--journey-unit)); font-weight: 700; line-height: 22px; }
.journey-call-button img { width: 18px; height: 18px; }
.journey-label-short { display: none; }
.journey-route-button { display: flex; align-items: center; justify-content: center; min-height: calc(48 * var(--journey-unit)); padding: 6px 16px; border-radius: 999px; background: var(--lime); color: var(--ink); font-size: calc(15 * var(--journey-unit)); font-weight: 700; line-height: 22px; }
.journey-route-label { display: flex; align-items: center; justify-content: center; gap: 8px; text-align: center; }
.journey-route-label img { width: calc(20 * var(--journey-unit)); height: calc(20 * var(--journey-unit)); }
.journey-route-arrow { display: none; }
.journey-section :is(a, summary):focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.journey-map-attribution summary:focus-visible { outline-offset: -3px; }
.journey-route-button, .journey-call-button { transition: transform 140ms cubic-bezier(.23, 1, .32, 1), background-color 160ms ease; }
.journey-route-arrow img { transition: transform 180ms cubic-bezier(.23, 1, .32, 1); }
.journey-section :is(.journey-route-button,.journey-call-button):active:not(:focus-visible) { transform: scale(.98); }
@media (hover: hover) and (pointer: fine) {
  .journey-route-button:hover .journey-route-arrow img { transform: translateX(2px); }
}
@media (prefers-reduced-motion: reduce) {
  .journey-map-canvas, .journey-route-button, .journey-call-button, .journey-route-arrow img { transition: none; }
  .journey-section :is(.journey-route-button,.journey-call-button):active { transform: none; }
}
@media (hover: hover) {
  .journey-route-button:hover { background: var(--lime-hover); }
  .journey-call-button:hover { background: #edf2e9; }
  .journey-phone-number:hover { text-decoration: underline; text-underline-offset: 3px; }
}
@media (min-width: 1100px) and (max-width: 1279px) {
  .journey-layout { grid-template-columns: 320px minmax(0, 1fr); gap: 24px; }
  .journey-step { grid-template-columns: 20px 56px minmax(0, 1fr); gap: 10px; }
  .journey-step:not(:last-child)::after { top: 66px; left: 38px; }
  .journey-icon { width: 56px; height: 56px; border-radius: 12px; }
  .journey-icon svg { width: 38px; height: 38px; }
  .journey-step h3 { font-size: 20px; }
  .journey-step p { font-size: 16px; }
  .journey-details { padding: 18px; }
  .journey-contact-grid { gap: 16px; }
  .journey-contact { grid-template-columns: 24px minmax(0, 1fr); column-gap: 8px; }
  .journey-contact:not(:first-child)::before { left: -8px; }
  .journey-contact-heading img { width: 24px; height: 24px; }
  .journey-contact p, .journey-phone-number { font-size: 14px; }
  .journey-contact-heading { font-size: 14px; }
}
@media (max-width: 1099px) {
  .journey-section { padding-block: 32px; background: #f7f9f8; }
  .journey-header { gap: 8px; margin-bottom: 24px; }
  .journey-header h2 { font-size: 36px; line-height: 44px; }
  .journey-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .journey-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 4px 20px; border: 1px solid rgb(0 0 0 / 5%); border-radius: 20px; background: #fff; }
  .journey-step { flex: initial; grid-template-columns: 22px 44px minmax(0, 1fr); gap: 10px; align-items: center; padding: 18px 16px; }
  .journey-step:last-child { padding: 18px 16px; }
  .journey-step:nth-child(even) { border-left: 1px solid rgb(0 0 0 / 6%); }
  .journey-step:nth-child(n + 3) { border-top: 1px solid rgb(0 0 0 / 6%); }
  .journey-step::after, .journey-zero { display: none; }
  .journey-number { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 13px; line-height: 18px; }
  .journey-icon { width: 44px; height: 44px; border-radius: 10px; background: var(--icon-tile-bg); }
  .journey-icon svg { width: 30px; height: 30px; }
  .journey-step-copy { gap: 4px; }
  .journey-step h3 { font-size: 16px; line-height: 23px; }
  .journey-step p { font-size: 15px; line-height: 23px; }
  .journey-pickup-title { position: static; width: auto; height: auto; clip-path: none; overflow: visible; margin: 0 0 16px; text-align: center; font-size: 30px; font-weight: 800; line-height: 38px; }
  .journey-pickup-card { gap: 0; border-radius: 20px; overflow: hidden; background: #fff; }
  .journey-map { height: clamp(316px, 44vw, 440px); aspect-ratio: auto; border-radius: 0; }
  .journey-details { gap: 0; padding: 0; border-radius: 0; background: #fff; }
  .journey-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
  .journey-contact { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 16px 12px; }
  .journey-contact::before { display: none; }
  .journey-hours { border-left: 1px solid rgb(0 0 0 / 6%); }
  .journey-contact-heading { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 6px; width: 124px; min-height: 24px; margin-inline: auto; font-size: 15px; line-height: 22px; }
  .journey-contact-heading img { width: 20px; height: 20px; }
  .journey-label-full { display: none; }
  .journey-label-short { display: inline; }
  .journey-contact p { text-align: center; font-size: 15px; line-height: 23px; }
  .journey-phone { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 0; padding: 4px 0; border-top: 1px solid rgb(0 0 0 / 6%); }
  .journey-phone .journey-contact-heading { grid-column: 1; }
  .journey-phone-number { grid-column: 2; justify-self: stretch; display: flex; justify-content: center; align-items: center; min-height: 44px; width: auto; color: #1f241f; font-size: 16px; line-height: 24px; }
  .journey-call-button { display: none; }
  .journey-route-button { display: grid; grid-template-columns: 32px minmax(0, 1fr) 32px; min-height: 44px; margin: 0 16px 16px; padding: 6px; font-size: 15px; }
  .journey-route-label { grid-column: 2; }
  .journey-route-label img { display: none; }
  .journey-route-arrow { grid-column: 3; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #000; }
  .journey-route-arrow img { width: 18px; height: 18px; }
}
@media (max-width: 599px) {
  .journey-section { padding-block: 24px; }
  .journey-inner { width: calc(100% - 32px); }
  .journey-header { margin-bottom: 16px; }
  .journey-header h2, .journey-pickup-title { font-size: 26px; line-height: 34px; text-align: center; letter-spacing: -.02em; }
  .journey-desktop-title, .journey-header > p { display: none; }
  .journey-mobile-title { display: inline; }
  .journey-steps { grid-template-columns: 1fr; padding: 4px 12px; }
  .journey-step, .journey-step:last-child { padding: 16px 0; }
  .journey-step:nth-child(even) { border-left: 0; }
  .journey-step:not(:first-child) { border-top: 1px solid rgb(0 0 0 / 6%); }
  .journey-step h3 { font-size: 15px; line-height: 22px; }
  .journey-step p { font-size: 14px; line-height: 22px; }
  .journey-map { height: auto; aspect-ratio: 3 / 2; }
  .journey-pin img { left: 9px; width: 26px; height: 32px; }
  .journey-contact:not(.journey-phone) { padding: 12px; }
  .journey-contact-heading { width: 116px; font-size: 14px; line-height: 21px; }
  .journey-contact p { font-size: 14px; line-height: 21px; }
}
@media (max-width: 359px) {
  .journey-contact:not(.journey-phone) { padding-inline: 8px; }
  .journey-contact p { font-size: 12.5px; line-height: 20px; }
  .journey-phone-number { font-size: 14px; }
}
