.pipi-section--child-routes {
  --pipi-radius: 22px;
  --pipi-local-accent: var(--pipi-accent);
  background: #fff;
}

.pipi-section--child-routes .pipi-child-routes__heading {
  max-width: 60ch;
  margin: 0 auto clamp(26px, 4vw, 46px);
  text-align: center;
}

.pipi-section--child-routes .pipi-eyebrow span {
  display: inline-block;
  padding: 6px 15px;
  border-radius: 999px;
  background: var(--pipi-accent-wash);
}

.pipi-section--child-routes .pipi-child-routes__heading h2 {
  font-size: clamp(26px, 3.8vw, 42px);
}

.pipi-section--child-routes .pipi-child-routes__heading > p:last-child {
  max-width: 64ch;
  margin: 14px auto 0;
  color: var(--pipi-slate);
  font-size: 16.5px;
  line-height: 1.8;
}

.pipi-section--child-routes .pipi-child-routes__grid {
  --pipi-route-gap: clamp(22px, 3vw, 40px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--pipi-route-gap);
}

.pipi-section--child-routes .pipi-child-routes__route {
  position: relative;
}

.pipi-section--child-routes .pipi-child-routes__route::after {
  position: absolute;
  top: 20px;
  right: calc(-1 * (var(--pipi-route-gap) + 28px));
  left: 68px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='14' viewBox='0 0 44 14'%3E%3Cpath d='M0 7C7 1 15 13 22 7C29 1 37 13 44 7' fill='none' stroke='%23FD8A6B' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: left center;
  background-repeat: repeat-x;
  content: "";
}

.pipi-section--child-routes .pipi-child-routes__route:last-child::after {
  display: none;
}

.pipi-section--child-routes .pipi-child-routes__dot {
  position: relative;
  z-index: 1;
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--pipi-accent);
  color: #fff;
  box-shadow: 0 0 0 9px var(--pipi-accent-wash);
  font: 700 23px/1 var(--pipi-serif);
}

.pipi-section--child-routes .pipi-child-routes__kicker {
  margin-bottom: 6px;
  color: var(--pipi-slate-2);
  font: 600 11.5px/1.72 var(--pipi-mono);
  letter-spacing: .15em;
}

.pipi-section--child-routes .pipi-child-routes__route h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.pipi-section--child-routes .pipi-child-routes__description {
  max-width: 34ch;
  color: var(--pipi-slate);
  font-size: 15px;
  line-height: 1.82;
}

.pipi-section--child-routes .pipi-child-routes__marker-label {
  margin-top: 16px;
  color: var(--pipi-slate-2);
  font-size: 12.5px;
}

.pipi-section--child-routes .pipi-child-routes__markers {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 8px;
}

.pipi-section--child-routes .pipi-child-routes__markers span {
  padding: 4px 12px;
  border: 1px dashed var(--pipi-line-strong);
  border-radius: 999px;
  background: var(--pipi-paper-warm);
  color: var(--pipi-slate);
  font-size: 12.5px;
}

.pipi-section--child-routes .pipi-child-routes__notice {
  max-width: 76ch;
  margin-top: clamp(28px, 3.6vw, 44px);
  padding: 32px clamp(20px, 2.4vw, 28px) 24px;
  border: 1px solid var(--pipi-line);
  border-radius: var(--pipi-radius);
  background: var(--pipi-paper-warm);
}

.pipi-section--child-routes .pipi-child-routes__notice p {
  color: var(--pipi-slate);
  font-size: 14.5px;
  line-height: 1.82;
}

.pipi-section--child-routes .pipi-child-routes__notice strong {
  color: var(--pipi-ink);
}

.pipi-section--child-routes .pipi-child-routes__wave {
  height: clamp(24px, 3.2vw, 46px);
  background: #fff;
  color: var(--pipi-band-warm);
  line-height: 0;
}

.pipi-section--child-routes .pipi-child-routes__wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.pipi-section--child-routes .pipi-child-routes__wave path {
  fill: currentColor;
}

@media (max-width: 980px) {
  .pipi-section--child-routes .pipi-child-routes__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pipi-section--child-routes .pipi-child-routes__route::after {
    display: none;
  }

  .pipi-section--child-routes .pipi-child-routes__dot {
    margin-bottom: 16px;
  }
}
