/* Product evidence stays separate from the commercial action. */
.studio-proof {
  margin-block: 32px;
  scroll-margin-top: 130px;
}

.studio-proof__heading {
  margin-bottom: 24px;
}

.studio-proof__heading h2 {
  max-width: 32ch;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.1;
}

.studio-proof__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.studio-proof__steps > li {
  min-width: 0;
  padding: 20px 0;
  border-top: 2px solid currentColor;
}

.studio-proof__steps > li > span {
  display: block;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 14px;
}

.studio-proof__steps h3 {
  margin: 0 0 12px;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.2;
}

.studio-proof__steps p,
.studio-plan-note {
  font-size: 16px;
  line-height: 1.6;
}

.studio-proof__state {
  padding-top: 12px;
  border-top: 1px solid currentColor;
  font-weight: 700;
}

.studio-plan-note {
  max-width: 68ch;
  margin-block: 20px;
}

.studio-plan-note a,
.studio-proof-caption a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.studio-proof-caption {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
}

/* The existing phone frame has a fixed ratio; leave room for its new caption. */
.shop-management-page.use-case-product-shot .hero-media {
  aspect-ratio: auto;
}

.shop-management-page.use-case-product-shot .hero-media img {
  height: auto;
}

.shop-management-page .hero-media .studio-proof-caption {
  margin: 0;
  padding: 16px;
}

/* The 980px-wide footer artwork is 209px tall; keep the plan links above it. */
.shop-management-page .final-cta {
  padding-bottom: 240px;
}

@media (max-width: 760px) {
  .studio-proof__steps {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
