/* ============================================================
   PAVI'S LAB — pages/our-story.css
   ============================================================ */

.story-section {
  position: relative;
  padding: 72px 0 80px;
  overflow: hidden;
  min-height: 70vh;
}

.story-bg {
  position: absolute;
  inset: 0;
  background: url('https://res.cloudinary.com/dhpxr9ubq/image/upload/v1779472936/bg_xzjklr.png') center / cover no-repeat;
  filter: brightness(0.2);
  z-index: 0;
}

.story-section .container {
  position: relative;
  z-index: 1;
}

.story-img-wrap {
  max-width: 960px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 0 48px rgba(255, 0, 127, 0.22),
    0 8px 40px rgba(0, 0, 0, 0.55);
}

.story-img-wrap img {
  width: 100%;
  display: block;
}

/* ── Quote Banner ── */
.story-quote {
  position: relative;
  padding: 80px 24px;
  text-align: center;
  overflow: hidden;
}

.story-quote-bg {
  position: absolute;
  inset: 0;
  background: url('https://res.cloudinary.com/dhpxr9ubq/image/upload/v1779472936/bg_xzjklr.png') center / cover no-repeat;
  filter: brightness(0.25);
  z-index: 0;
}

.story-quote .container { position: relative; z-index: 1; }

.story-quote-text {
  font-size: clamp(18px, 2.4vw, 26px);
  font-weight: 600;
  font-style: italic;
  color: #fff;
  max-width: 820px;
  margin: 0 auto;
  line-height: 1.7;
}


/* ── Responsive ── */
@media (max-width: 768px) {
  .story-section { padding: 48px 0 56px; }
  .story-quote   { padding: 56px 16px; }
}
