/* Our Journey timeline — match design reference */

.about-journey {
  position: relative;
  padding: 4.5rem 0 5rem;
  background: #ffffff;
  overflow: hidden;
}

.about-journey-bg-globe {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(820px, 105%);
  height: min(820px, 105%);
  transform: translate(-50%, -46%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(186, 230, 253, 0.42) 0%, rgba(186, 230, 253, 0.14) 42%, rgba(186, 230, 253, 0.04) 68%, transparent 78%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cellipse cx='100' cy='100' rx='90' ry='90' fill='none' stroke='%23cbd5e1' stroke-width='1' opacity='0.4'/%3E%3Cellipse cx='100' cy='100' rx='60' ry='90' fill='none' stroke='%23cbd5e1' stroke-width='1' opacity='0.3'/%3E%3Cpath d='M10 100h180M100 10v180' stroke='%23cbd5e1' stroke-width='1' opacity='0.28'/%3E%3C/svg%3E")
    center / contain no-repeat;
  pointer-events: none;
  z-index: 0;
}

.about-journey-bg-dots {
  position: absolute;
  width: 90px;
  height: 90px;
  background-image: radial-gradient(circle, #cbd5e1 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}

.about-journey-bg-dots--left {
  top: 18%;
  left: 4%;
}

.about-journey-bg-dots--right {
  top: 42%;
  right: 5%;
}

.about-journey-header {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3.5rem;
}

.about-journey-eyebrow {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #14b8a6;
  margin-bottom: 0.75rem;
}

.about-journey-heading {
  font-family: inherit;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  color: #0f172a;
  margin: 0 0 1rem;
}

.about-journey-heading-accent {
  color: #14b8a6;
}

.about-journey-subtitle {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #64748b;
}

.about-journey-timeline {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0.5rem 0 2rem;
}

/* Straight center spine — replaces stretched wavy SVG */
.about-journey-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 3.5rem;
  width: 3px;
  transform: translateX(-50%);
  background: rgba(20, 184, 166, 0.38);
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

.about-journey-spine {
  display: none;
}

.about-journey-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 148px;
  margin-bottom: 0;
}

.about-journey-item--left .about-journey-card {
  margin-left: auto;
  margin-right: calc(50% + 2.25rem);
}

.about-journey-item--right .about-journey-card {
  margin-left: calc(50% + 2.25rem);
  margin-right: auto;
}

.about-journey-node {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 2px currentColor;
  z-index: 2;
  flex-shrink: 0;
}

/* Horizontal connectors: card edge → center spine */
.about-journey-item--left .about-journey-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.25rem;
  width: 2.25rem;
  height: 2px;
  transform: translateY(-50%);
  background: currentColor;
  opacity: 0.42;
  border-radius: 999px;
}

.about-journey-item--right .about-journey-card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.25rem;
  width: 2.25rem;
  height: 2px;
  transform: translateY(-50%);
  background: currentColor;
  opacity: 0.42;
  border-radius: 999px;
}

.about-journey-item--teal .about-journey-card::after,
.about-journey-item--teal .about-journey-card::before { color: #14b8a6; }
.about-journey-item--purple .about-journey-card::after,
.about-journey-item--purple .about-journey-card::before { color: #8b5cf6; }
.about-journey-item--orange .about-journey-card::after,
.about-journey-item--orange .about-journey-card::before { color: #f97316; }
.about-journey-item--blue .about-journey-card::after,
.about-journey-item--blue .about-journey-card::before { color: #3b82f6; }
.about-journey-item--green .about-journey-card::after,
.about-journey-item--green .about-journey-card::before { color: #22c55e; }

.about-journey-node--teal { color: #14b8a6; background: #14b8a6; }
.about-journey-node--purple { color: #8b5cf6; background: #8b5cf6; }
.about-journey-node--orange { color: #f97316; background: #f97316; }
.about-journey-node--blue { color: #3b82f6; background: #3b82f6; }
.about-journey-node--green { color: #22c55e; background: #22c55e; }

.about-journey-card {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 420px;
  max-width: calc(50% - 3rem);
  height: 140px;
  min-height: 140px;
  max-height: 140px;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.9);
  overflow: hidden;
}

.about-journey-card--map {
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 55%, rgba(255, 255, 255, 0.75) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 200'%3E%3Cpath d='M40 120c30-20 60-10 90 0s60 20 90 0 60-20 90 0 60 20 90 0' fill='none' stroke='%23c4b5fd' stroke-width='2' opacity='0.5'/%3E%3Ccircle cx='80' cy='90' r='4' fill='%23a78bfa'/%3E%3Ccircle cx='200' cy='70' r='4' fill='%23a78bfa'/%3E%3Ccircle cx='320' cy='100' r='4' fill='%23a78bfa'/%3E%3C/svg%3E")
    right center / 55% auto no-repeat;
}

.about-journey-card-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  padding: 1rem 0 1rem 1rem;
}

.about-journey-card-icon--right {
  padding: 1rem 1rem 1rem 0;
}

.about-journey-card-icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(20, 184, 166, 0.12);
  color: #14b8a6;
}

.about-journey-item--purple .about-journey-card-icon-inner {
  background: rgba(139, 92, 246, 0.12);
  color: #8b5cf6;
}

.about-journey-item--orange .about-journey-card-icon-inner {
  background: rgba(249, 115, 22, 0.12);
  color: #f97316;
}

.about-journey-item--blue .about-journey-card-icon-inner {
  background: rgba(59, 130, 246, 0.12);
  color: #3b82f6;
}

.about-journey-item--green .about-journey-card-icon-inner {
  background: rgba(34, 197, 94, 0.12);
  color: #22c55e;
}

.about-journey-card-icon-inner::before {
  content: "";
  display: block;
  width: 1.35rem;
  height: 1.35rem;
  background: currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.about-journey-item--left .about-journey-card-icon-inner--teal::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z'/%3E%3Cpath d='m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z'/%3E%3Cpath d='m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z'/%3E%3C/svg%3E");
}

.about-journey-item--right .about-journey-card-icon-inner--purple::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20'/%3E%3Cpath d='M2 12h20'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20'/%3E%3Cpath d='M2 12h20'/%3E%3C/svg%3E");
}

.about-journey-item--left .about-journey-card-icon-inner--orange::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}

.about-journey-item--left .about-journey-card-icon-inner--blue::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M6 9H4.5a2.5 2.5 0 0 1 0-5H6'/%3E%3Cpath d='M18 9h1.5a2.5 2.5 0 0 0 0-5H18'/%3E%3Cpath d='M4 22h16'/%3E%3Cpath d='M18 2H6v7a6 6 0 0 0 12 0V2Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M6 9H4.5a2.5 2.5 0 0 1 0-5H6'/%3E%3Cpath d='M18 9h1.5a2.5 2.5 0 0 0 0-5H18'/%3E%3Cpath d='M4 22h16'/%3E%3Cpath d='M18 2H6v7a6 6 0 0 0 12 0V2Z'/%3E%3C/svg%3E");
}

.about-journey-card-icon-svg {
  width: 1.35rem;
  height: 1.35rem;
}

.about-journey-card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0.75rem 1rem 0.25rem;
  min-width: 0;
}

.about-journey-item--right .about-journey-card-body {
  padding: 1rem 0.25rem 1rem 0.75rem;
}

.about-journey-year {
  margin: 0 0 0.2rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.about-journey-item--teal .about-journey-year { color: #14b8a6; }
.about-journey-item--purple .about-journey-year { color: #8b5cf6; }
.about-journey-item--orange .about-journey-year { color: #f97316; }
.about-journey-item--blue .about-journey-year { color: #3b82f6; }
.about-journey-item--green .about-journey-year { color: #22c55e; }

.about-journey-title {
  margin: 0 0 0.35rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}

.about-journey-desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #64748b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.about-journey-accent {
  display: block;
  width: 2.5rem;
  height: 3px;
  border-radius: 999px;
  margin-top: 0.65rem;
  background: currentColor;
}

.about-journey-item--teal .about-journey-accent { color: #14b8a6; }
.about-journey-item--purple .about-journey-accent { color: #8b5cf6; }
.about-journey-item--orange .about-journey-accent { color: #f97316; }
.about-journey-item--blue .about-journey-accent { color: #3b82f6; }
.about-journey-item--green .about-journey-accent { color: #22c55e; }

.about-journey-card-media {
  flex: 0 0 118px;
  width: 118px;
  min-width: 118px;
  max-width: 118px;
  align-self: stretch;
  position: relative;
  overflow: hidden;
}

.about-journey-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.about-journey-card-badge {
  flex: 0 0 72px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  object-fit: contain;
  align-self: center;
  margin-right: 0.75rem;
}

.about-journey-end {
  display: flex;
  justify-content: center;
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.about-journey-target {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid rgba(20, 184, 166, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #14b8a6;
  box-shadow: 0 8px 20px rgba(20, 184, 166, 0.15);
}

.about-journey-target-inner {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid rgba(20, 184, 166, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-journey-target-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #14b8a6;
}

@media (max-width: 900px) {
  .about-journey-timeline {
    gap: 2.25rem;
  }

  .about-journey-timeline::before {
    left: 1.25rem;
    transform: none;
  }

  .about-journey-item {
    min-height: 0;
  }

  .about-journey-item--left .about-journey-card,
  .about-journey-item--right .about-journey-card {
    margin-left: 3.25rem;
    margin-right: 0;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .about-journey-item--left .about-journey-card::after,
  .about-journey-item--right .about-journey-card::before {
    display: none;
  }

  .about-journey-node {
    left: 1.25rem;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .about-journey-card {
    flex-direction: column;
  }

  .about-journey-card-icon,
  .about-journey-card-icon--right {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0;
    z-index: 1;
  }

  .about-journey-card-badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 64px;
    min-width: 64px;
    height: 64px;
    margin: 0;
  }

  .about-journey-card-body {
    padding: 1rem 1rem 0.75rem;
    padding-top: 4.5rem;
  }

  .about-journey-item--right .about-journey-card-body {
    padding: 4.5rem 1rem 0.75rem;
  }

  .about-journey-desc {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  .about-journey-card-media {
    flex: none;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 148px;
    aspect-ratio: 16 / 9;
  }

  .about-journey-end {
    justify-content: flex-start;
    padding-left: 0.55rem;
  }
}
