/* ── STORY SECTIONS ── */

.story-section { background: var(--ivory); }
.story-section.story-alt { background: var(--white); }

/* ── TWO-COLUMN LAYOUT ── */

.story-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.story-two-col--img-first .story-text-col { order: 2; }
.story-two-col--img-first .story-img-col  { order: 1; }

.story-text-col { min-width: 0; }

.story-img-col {
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.story-img-col .story-img,
.story-img-col .story-photo {
  width: 100%;
}

/* ── PHOTOS ── */

.story-photo {
  width: 100%;
  height: auto;
  display: block;
  border: 0.5px solid var(--parchment);
}

/* ── OPPOSITES LIST ── */

.story-contrasts {
  margin: 2rem 0;
  padding-left: 1.5rem;
  border-left: 2px solid var(--blush);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.story-contrast-item { color: var(--mist); }

.story-dhruti { color: var(--dusty-rose); font-weight: 700; }
.story-devak  { color: var(--bark); font-weight: 700; }

.story-shared-interests {
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  border-top: 0.5px solid var(--parchment);
  color: var(--mist);
  font-style: italic;
}

/* ── CHAPTER 4 CENTERED WRAPPER ── */

.story-ch4-wrap {
  max-width: 780px;
  margin: 0 auto;
  text-align: left;
}

.story-ch4-wrap .eyebrow,
.story-ch4-wrap .section-heading {
  text-align: center;
}

.story-ch4-wrap .thin-rule {
  margin-left: auto;
  margin-right: auto;
}

.story-ch4-wrap p.body {
  max-width: 100%;
}

/* ── PHASE LABELS ── */

.story-phase { margin-top: 1.75rem; }

.story-phase-label { color: var(--dusty-rose); }

/* ── PROBLEM / SOLUTION ── */

.story-ps-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 1.75rem auto;
  max-width: 780px;
}

.story-ps-item {
  padding: 1rem 1.25rem;
  background: var(--linen);
  border-left: 2px solid var(--blush);
}

.story-ps-problem  { color: var(--bark); font-weight: 600; }
.story-ps-solution { color: var(--dusty-rose); font-weight: 600; }

/* ── PULL QUOTE ── */

.story-pull-quote {
  margin: 2.5rem 0 0;
  padding: 2rem;
  text-align: center;
}

.story-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 2rem 0;
}

.story-divider-line {
  flex: 1;
  height: 0.5px;
  background: var(--parchment);
}

.story-divider-diamond {
  width: 5px;
  height: 5px;
  background: var(--dusty-rose);
  transform: rotate(45deg);
  flex-shrink: 0;
}

.story-pull-quote-text {
  color: var(--bark);
  font-style: italic;
  display: block;
}

.story-pull-quote-answer {
  color: var(--mist);
  display: block;
  margin-top: 0.75rem;
}

/* ── PROPOSAL IMAGE ── */

.story-proposal-img-wrap {
  text-align: center;
}

.story-proposal-img {
  max-width: 480px;
  width: 100%;
  display: block;
  margin: 0 auto;
  border: 0.5px solid var(--parchment);
}

/* ── DATE COLLAGE ── */

.story-date-collage {
  position: relative;
  background: var(--bark);
  padding: 2.5rem 2rem 3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.story-date-collage::before {
  content: '';
  position: absolute;
  top: -14px;
  right: -14px;
  bottom: 14px;
  left: 14px;
  border: 0.5px solid var(--sage);
  z-index: -1;
  pointer-events: none;
}

/* Decorative ring behind photos */
.story-date-collage::after {
  content: '';
  position: absolute;
  width: 55%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 0.5px solid rgba(237,207,200,0.1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.story-date-photo {
  width: 78%;
  height: auto;
  display: block;
  border: 4px solid rgba(255,255,255,0.9);
  box-shadow: 0 6px 20px rgba(0,0,0,0.35);
}

.story-date-photo-a {
  align-self: flex-start;
  transform: rotate(-4deg);
  margin-bottom: -3.5rem;
  position: relative;
  z-index: 1;
}

.story-date-photo-b {
  align-self: flex-end;
  transform: rotate(3deg);
  position: relative;
  z-index: 2;
}

/* ── FAMILY COLLAGE ── */

.story-family-collage {
  position: relative;
  background: var(--bark);
  padding: 1.5rem 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.story-family-collage::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 16px;
  right: -16px;
  bottom: -16px;
  border: 0.5px solid var(--dusty-rose);
  z-index: -1;
  pointer-events: none;
}

.story-family-photo {
  width: 100%;
  height: auto;
  display: block;
  border: 4px solid rgba(255,255,255,0.9);
  box-shadow: 0 4px 14px rgba(0,0,0,0.3);
}

.story-family-photo-a { transform: rotate(-1.5deg); }
.story-family-photo-b { transform: rotate(1deg); }
.story-family-photo-c { transform: rotate(-0.75deg); }

/* ── JOIN US ── */

.story-joinus {
  background: var(--bark);
  text-align: center;
}

.story-joinus .eyebrow        { color: var(--dusty-rose); }
.story-joinus .section-heading { color: var(--linen); }
.story-joinus .body           { color: rgba(242,235,224,0.7); max-width: 560px; margin: 0 auto; }
.story-joinus .thin-rule      { background: rgba(237,207,200,0.2); }

.story-wideshot {
  width: 100%;
  max-width: 860px;
  height: auto;
  display: block;
  margin: 3.5rem auto 0;
  border: 0.5px solid rgba(237,207,200,0.15);
}

/* ═══════════════════════════════════════
   MOBILE — 768px
═══════════════════════════════════════ */

@media (max-width: 768px) {
  .story-two-col {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .story-two-col--img-first .story-text-col { order: -1; }
  .story-two-col--img-first .story-img-col  { order: unset; }

  .story-pull-quote { padding: 1.5rem 1rem; }

  .story-proposal-img { max-width: 100%; }

  .story-date-collage::before { display: none; }
  .story-family-collage::before { display: none; }
}
