.pickupSection {
  padding: 92px 24px 105px;
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
  border-top: 1px solid #e3eaf2;
  border-bottom: 1px solid #dfe7f0;
}

.pickupInner {
  max-width: 1240px;
  margin: 0 auto;
}

.pickupHeading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 34px;
}

.pickupHeading > div > span {
  display: block;
  margin-bottom: 12px;
  color: #1264df;
  font: 800 11px/1 Arial, sans-serif;
  letter-spacing: .2em;
}

.pickupHeading h2 {
  margin: 0;
  color: #14283f;
  font-size: clamp(30px, 3.3vw, 48px);
  line-height: 1.1;
  letter-spacing: -.055em;
}

.pickupHeading > p {
  max-width: 430px;
  margin: 0 0 4px;
  color: #60748a;
  font-size: 13px;
  line-height: 1.8;
}

.pickupGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.pickupCard {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce5ef;
  box-shadow: 0 20px 55px rgba(23, 56, 94, .09);
}

.pickupPhoto {
  position: relative;
  display: block;
  height: 330px;
  overflow: hidden;
  background: #dfe8f2;
}

.pickupPhoto::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 29, 54, .48) 0%, rgba(8, 29, 54, .08) 48%, transparent 72%), linear-gradient(180deg, transparent 50%, rgba(8, 29, 54, .64) 100%);
}

.pickupPhoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.pickupPhoto-jass-dance-studio img,
.pickupPhoto-soblue-toyota img {
  object-position: center center;
}

.pickupPhoto-soblue-toyota,
.studioVisual-soblue-toyota {
  background: #102b49;
}

.pickupPhoto-soblue-toyota img,
.studioVisual-soblue-toyota img {
  object-fit: contain;
}

.pickupPhoto-soblue-toyota::after {
  background: linear-gradient(180deg, transparent 75%, rgba(8, 29, 54, .18) 100%);
}

.pickupPhoto-soblue-toyota .pickupBadge {
  right: 18px;
  left: auto;
}

.pickupPhoto-soblue-toyota .pickupNumber {
  display: none;
}

.pickupCard:hover .pickupPhoto img {
  transform: scale(1.035);
}

.pickupBadge {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  padding: 9px 13px 8px;
  background: #1264df;
  color: #fff;
  font: 900 10px/1 Arial, sans-serif;
  letter-spacing: .16em;
}

.pickupNumber {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 12px;
  color: rgba(255, 255, 255, .92);
  font: 300 54px/1 Arial, sans-serif;
  letter-spacing: -.06em;
}

.pickupStory {
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 20px;
  max-width: 72%;
  color: #fff;
  text-shadow: 0 2px 18px rgba(2, 21, 43, .35);
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -.045em;
}

.pickupBody {
  padding: 28px 30px 30px;
}

.pickupMeta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 11px;
  color: #4f657c;
  font-size: 11px;
  font-weight: 750;
}

.pickupMeta em {
  color: #1264df;
  font-size: 9px;
  font-style: normal;
}

.pickupBody h3 {
  margin: 0;
  color: #14283f;
  font-size: clamp(23px, 2.2vw, 31px);
  line-height: 1.2;
  letter-spacing: -.045em;
}

.pickupBody > p {
  min-height: 48px;
  margin: 13px 0 18px;
  color: #65788d;
  font-size: 12px;
  line-height: 1.85;
}

.pickupTags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 23px;
}

.pickupTags span {
  padding: 7px 10px 6px;
  background: #edf4ff;
  color: #285b9d;
  font-size: 9px;
  font-weight: 800;
}

.pickupLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 17px;
  border-top: 1px solid #e6ecf3;
  color: #173b67;
  font-size: 12px;
  font-weight: 850;
}

.pickupLink span {
  color: #1264df;
  font-size: 18px;
}

.pickupDisclosure {
  display: block;
  margin-top: 16px;
  color: #8291a3;
  font-size: 9px;
  line-height: 1.7;
}

@media (max-width: 760px) {
  .pickupSection {
    padding: 62px 15px 70px;
  }

  .pickupHeading {
    display: block;
    margin-bottom: 25px;
  }

  .pickupHeading > p {
    margin-top: 14px;
    font-size: 11px;
  }

  .pickupGrid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pickupPhoto {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .pickupStory {
    left: 16px;
    bottom: 17px;
    max-width: 78%;
    font-size: 21px;
  }

  .pickupBody {
    padding: 22px 20px 23px;
  }

  .pickupBody > p {
    min-height: 0;
  }
}
