@import url("../offline-family-photo-library/case-study.css");

.hero h1 {
  max-width: 690px;
}

.hero-media img {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #f1f1eb;
}

.story-proof {
  margin-top: 56px;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
}

.story-proof-copy {
  max-width: 820px;
}

.story-proof-copy h3 {
  margin: 10px 0 18px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.story-proof-copy p:last-child,
.asset-note,
.metric-source {
  color: var(--muted);
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.story-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #101722;
}

.story-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f1eadc;
}

.story-grid figcaption {
  padding: 14px 16px;
  color: #c9d3df;
  font-size: 0.9rem;
}

.asset-note {
  margin: 20px 0 0;
  font-size: 0.9rem;
}

.metric-source {
  font-size: 0.88rem;
}

@media (max-width: 980px) {
  .story-grid {
    grid-template-columns: 1fr;
  }
}
