.about-4-proof__grid--compact {
  margin-top: 45px;
  margin-bottom: 60px;
  padding-bottom: 0;
}
.about-4-proof__grid--compact .about-4-stat {
  padding: 0 20px 0 0;
}
.about-4-proof__grid--compact .about-4-stat:not(:first-child) {
  padding-left: 20px;
}
.about-4-proof__grid--compact .about-4-stat__value {
  margin-bottom: 4px;
  font-size: clamp(20px, 2.2vw, 26px);
}
.about-4-proof__grid--compact .about-4-stat__label {
  max-width: 15ch;
  font-size: 12px;
  line-height: 1.35;
}

@media (min-width: 767px) and (max-width: 991px) {
  .about-4-photo__img {
  aspect-ratio: 4 / 3 !important;
}
}
@media (max-width: 575.98px) {
  .about-4-proof__grid--compact {
    grid-template-columns: 1fr !important;
    row-gap: 20px;
    margin-bottom: 24px;
  }
  .about-4-proof__grid--compact .about-4-stat {
    padding-bottom: 25px !important;
    border-right: 0 !important;
  }
  .about-4-proof__grid--compact .about-4-stat__label {
    max-width: none;
  }
}

/* Milestones section (about.html) — same single-column mobile stacking as
   --compact above (needed to beat the inline grid-template-columns), but
   this is a full-width standalone section, not squeezed next to a photo,
   so it keeps the component's normal large stat-value size instead of
   shrinking it. */
.about-4-proof__grid--milestones {
  margin-top: 28px;
}
@media (max-width: 575.98px) {
  .about-4-proof__grid--milestones {
    grid-template-columns: 1fr !important;
    row-gap: 8px;
  }
  .about-4-proof__grid--milestones .about-4-stat {
    padding-bottom: 25px !important;
    border-right: 0 !important;
    margin-bottom: 25px;
  }
}

.about-4-photo {
  position: relative;
}
.about-4-photo__frame {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 70px -30px rgba(0, 0, 0, 0.55);
}
.about-4-photo__img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3.5;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.about-4-photo:hover .about-4-photo__img {
  transform: scale(1.05);
}
.about-4-photo__pill {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 50px;
  background: rgba(12, 12, 12, 0.65);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fefefe;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
  white-space: nowrap;
  transition: transform 0.3s ease, background 0.3s ease;
}
.about-4-photo__pill:hover {
  background: rgba(12, 12, 12, 0.85);
  transform: translateY(-3px);
}
.about-4-photo__pill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffcb49;
  /* background: var(--at-theme-white, #ffffff); */
  flex-shrink: 0;
}
.about-4-photo__pill--1 {
  top: -22px;
  left: 24px;
}
.about-4-photo__pill--2 {
  bottom: -22px;
  right: 24px;
}
@media (max-width: 574.98px) {
  .about-4-photo__pill {
    padding: 9px 14px;
    font-size: 12px;
  }
  .about-4-photo__pill--1 {
    top: -18px;
    left: 16px;
  }
  .about-4-photo__pill--2 {
    bottom: -18px;
    right: 16px;
  }
}
@media (max-width: 649.98px) {
  .about-4-proof__grid--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    column-gap: 10px;
    row-gap: 0;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .about-4-proof__grid--compact .about-4-stat,
  .about-4-proof__grid--compact .about-4-stat:not(:first-child) {
    min-width: 0;
    margin: 0;
    padding: 0 6px 16px 0 !important;
    border-right: 0 !important;
  }

  .about-4-proof__grid--compact .about-4-stat__value {
    font-size: clamp(22px, 6.8vw, 28px);
    line-height: 1;
    letter-spacing: -0.04em;
    white-space: nowrap;
  }

  .about-4-proof__grid--compact .about-4-stat__label {
    max-width: 14ch;
    font-size: clamp(10px, 2.9vw, 12px);
    line-height: 1.35;
  }
}
