/* WSdev v115: connect the Starfish Forward pilot to the wider vision. */
.mission-card-visual,
.recipe-path-grid .mission-card-visual,
.thank-you-tile-grid .mission-card-visual{
  position:relative;
  background-color:#493c31!important;
  background-image:url('/assets/wellsprings-mission-vision-final-2026.webp')!important;
  background-position:center center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}
.vision-teaser-links a:first-child::before{
  background-image:url('/assets/wellsprings-mission-vision-final-2026.webp')!important;
  background-position:center center!important;
}
.mission-card-logo{
  position:absolute;
  z-index:2;
  top:clamp(10px,1.4vw,18px);
  right:clamp(10px,1.4vw,18px);
  display:block;
  width:clamp(145px,22%,235px);
  height:auto;
  max-height:calc(100% - 20px);
  object-fit:contain;
  mix-blend-mode:multiply;
  filter:drop-shadow(0 2px 3px rgba(255,255,255,.28));
  pointer-events:none;
}
.pilot-identities.pilot-identities-v115{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
  padding:clamp(18px,2.5vw,34px)!important;
  border-top:1px solid rgba(239,195,108,.32)!important;
  background:radial-gradient(circle at 50% 0,rgba(239,195,108,.10),transparent 45%)!important;
}
.pilot-identities-v115 .pilot-identity-card{
  position:relative;
  display:grid;
  grid-template-rows:auto 1fr;
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(239,195,108,.32);
  background:#103842;
  color:#fff;
  text-decoration:none;
  box-shadow:0 18px 36px rgba(0,0,0,.15);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.pilot-identities-v115 .pilot-identity-card.pilot-identity-lead{
  grid-column:1/-1!important;
  grid-template-columns:minmax(0,1.28fr) minmax(330px,.72fr);
  grid-template-rows:none;
}
.pilot-identities-v115 .pilot-identity-card figure{
  position:relative;
  min-width:0;
  min-height:220px;
  margin:0;
  overflow:hidden;
  background:#0c3039;
}
.pilot-identities-v115 .pilot-identity-card figure::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(9,43,52,.05),rgba(9,43,52,.32));
  pointer-events:none;
}
.pilot-identities-v115 .pilot-identity-card img{
  display:block;
  width:100%;
  height:100%;
  min-height:220px;
  aspect-ratio:16/9;
  object-fit:cover;
  filter:saturate(.58) contrast(.94);
  transition:filter .35s ease,transform .45s ease;
}
.pilot-identities-v115 .pilot-identity-lead img{
  min-height:340px;
  aspect-ratio:auto;
}
.pilot-identities-v115 .pilot-identity-copy{
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:clamp(24px,3vw,38px);
}
.pilot-identities-v115 .pilot-identity-copy small{
  display:block!important;
  margin:0 0 10px!important;
  color:#a8c2bf!important;
  font:800 10px/1.35 Arial,sans-serif!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
}
.pilot-identities-v115 .pilot-identity-copy h4{
  margin:0;
  color:#efc36c;
  font:600 clamp(27px,2.5vw,39px)/1.08 Georgia,serif;
  letter-spacing:-.025em;
}
.pilot-identities-v115 .pilot-identity-copy p,
.pilot-identities-v115 .pilot-identity-card:nth-child(5) .pilot-identity-copy p,
.pilot-identities-v115 .pilot-identity-card:last-child .pilot-identity-copy p{
  grid-column:auto!important;
  min-height:0!important;
  width:auto!important;
  margin:13px 0 22px!important;
  padding:0!important;
  border:0!important;
  color:#d0dfdc!important;
  font-size:14px!important;
  line-height:1.58!important;
}
.pilot-identities-v115 .pilot-identity-copy strong{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:auto;
  padding-top:15px;
  border-top:1px solid rgba(239,195,108,.22);
  color:#f4d286;
  font:700 12px/1.35 Arial,sans-serif;
  letter-spacing:.04em;
}
.pilot-identities-v115 .pilot-identity-copy strong span{
  display:inline!important;
  margin:0!important;
  color:inherit!important;
  font-size:16px!important;
  line-height:1!important;
}
.pilot-identities-v115 .pilot-identity-card:hover,
.pilot-identities-v115 .pilot-identity-card:focus-visible{
  transform:translateY(-3px);
  border-color:#efc36c;
  box-shadow:0 22px 45px rgba(0,0,0,.24);
  outline:none;
}
.pilot-identities-v115 .pilot-identity-card:hover img,
.pilot-identities-v115 .pilot-identity-card:focus-visible img{
  filter:saturate(.92) contrast(1);
  transform:scale(1.018);
}
.pilot-identities-v115 .pilot-identity-card:focus-visible{
  outline:3px solid #fff;
  outline-offset:3px;
}
.reader-pilot .pilot-disclaimer{
  padding-bottom:26px!important;
}
.pilot-next-steps{
  grid-column:1/-1;
  width:min(900px,calc(100% - 48px));
  box-sizing:border-box;
  margin:0 auto 54px;
  padding:26px clamp(22px,4vw,42px);
  border:1px solid rgba(239,195,108,.42);
  background:rgba(255,255,255,.035);
  color:#fff;
  text-align:center;
}
.pilot-next-steps p{
  max-width:680px;
  margin:0 auto;
  color:#d8e5e3;
  font-size:clamp(15px,1.3vw,18px);
  line-height:1.65;
}
.pilot-next-steps p span{
  display:block;
  margin-bottom:9px;
  color:#efc36c;
  font:800 11px/1.4 Arial,sans-serif;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.pilot-next-steps>div{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin-top:22px;
}
.pilot-next-steps a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  box-sizing:border-box;
  padding:12px 20px;
  border:1px solid rgba(239,195,108,.72);
  color:#f5d38d;
  font:700 13px/1.35 Arial,sans-serif;
  letter-spacing:.035em;
  text-decoration:none;
  transition:background .2s ease,color .2s ease,border-color .2s ease;
}
.pilot-next-steps a.pilot-next-primary,
.pilot-next-steps a:hover,
.pilot-next-steps a:focus-visible{
  border-color:#efc36c;
  background:#efc36c;
  color:#123b45;
}
.pilot-next-steps a.pilot-next-primary:hover,
.pilot-next-steps a.pilot-next-primary:focus-visible{
  border-color:#fff;
  background:#fff;
  color:#123b45;
}
.pilot-next-steps a:focus-visible{
  outline:3px solid #fff;
  outline-offset:3px;
}
.pilot-next-steps a b{
  font-size:16px;
  line-height:1;
}
@media(max-width:760px){
  .pilot-identities.pilot-identities-v115{
    grid-template-columns:1fr!important;
    padding:18px!important;
  }
  .pilot-identities-v115 .pilot-identity-card,
  .pilot-identities-v115 .pilot-identity-card.pilot-identity-lead{
    grid-column:auto!important;
    grid-template-columns:1fr;
    grid-template-rows:auto 1fr;
  }
  .pilot-identities-v115 .pilot-identity-card figure,
  .pilot-identities-v115 .pilot-identity-card img,
  .pilot-identities-v115 .pilot-identity-lead img{
    min-height:0;
    aspect-ratio:16/10;
  }
  .pilot-identities-v115 .pilot-identity-copy{
    padding:23px 21px;
  }
  .pilot-next-steps{
    width:calc(100% - 36px);
    margin-bottom:40px;
    padding:24px 18px;
    text-align:left;
  }
  .pilot-next-steps>div{
    align-items:stretch;
    flex-direction:column;
  }
  .pilot-next-steps a{
    width:100%;
  }
}
