/* ══════════════════════════════════════════════
   storylab — different page styles
   ══════════════════════════════════════════════ */

/* ── PAGE BACKGROUND (brand cream) ── */
body {
  background: var(--cream, #F7F5F0);
}

/* ── HERO ── */
.diff-hero {
  padding: clamp(160px, 20vw, 260px) clamp(20px, 4vw, 56px) clamp(100px, 14vw, 180px);
  max-width: 820px;
  margin: 0 auto;
}
.diff-hero h1 {
  font-family: var(--font);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 400;
  line-height: 1.45;
  color: var(--black);
  margin-bottom: 0;
}
.diff-hero h1 em { font-style: italic; color: var(--redwood); font-weight: 400; }

/* ── PROSE SECTIONS ── */
.prose-sec {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px) clamp(80px, 10vw, 120px);
}
.prose-sec p {
  font-family: var(--font);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
  color: var(--gray-body);
  margin-bottom: 28px;
}
.prose-sec p:last-child { margin-bottom: 0; }
.prose-sec p em { font-style: italic; color: var(--black); }
.prose-sec p strong { font-weight: 600; color: var(--black); }

/* ── ASIDE / SIDE NOTE ── */
.side-note {
  max-width: 680px;
  margin: 0 auto clamp(80px, 10vw, 120px);
  padding: 0 clamp(20px, 4vw, 56px);
}
.side-note-inner {
  border-left: 2px solid var(--redwood);
  padding-left: clamp(20px, 3vw, 36px);
  margin-left: clamp(0px, 2vw, 24px);
}
.side-note-inner .sn-label {
  font-family: var(--font);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--redwood);
  margin-bottom: 12px;
}
.side-note-inner p {
  font-family: var(--font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.85;
  color: var(--gray-mid);
  font-style: italic;
}

/* ── BREAK QUOTE ── */
.break-quote {
  padding: clamp(80px, 12vw, 160px) clamp(20px, 4vw, 56px);
  background: var(--black);
  color: var(--white);
  text-align: center;
}
.break-quote blockquote {
  font-family: var(--font);
  font-size: clamp(22px, 3.5vw, 34px);
  font-weight: 400;
  line-height: 1.6;
  max-width: 760px;
  margin: 0 auto;
  font-style: normal;
}
.break-quote blockquote em { font-style: italic; color: var(--redwood); }
.break-quote .bq-attr {
  margin-top: 48px;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gray-mid);
}
.break-quote .bq-lab { color: var(--redwood); }

/* ── STORY TRUTHS (THREE BELIEFS) ── */
.three-sec {
  max-width: 680px;
  margin: 0 auto;
  padding: clamp(80px, 10vw, 140px) clamp(20px, 4vw, 56px);
}
.three-item {
  margin-bottom: clamp(56px, 6vw, 80px);
  padding-bottom: clamp(56px, 6vw, 80px);
  border-bottom: 1px solid var(--gray-subtle);
}
.three-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.three-item .ti-num {
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--gray-mid);
  margin-bottom: 20px;
}
.three-item h3 {
  font-family: var(--font);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 500;
  line-height: 1.45;
  color: var(--black);
  margin-bottom: 20px;
}
.three-item p {
  font-family: var(--font);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
  color: var(--gray-body);
  margin-bottom: 20px;
}
.three-item p:last-child { margin-bottom: 0; }
.three-item p em { font-style: italic; color: var(--black); }

/* ── GRAY INTERLUDE ── */
.interlude {
  padding: clamp(56px, 8vw, 100px) clamp(20px, 4vw, 56px);
  background: var(--gray-light);
  border-top: 1px solid var(--gray-subtle);
  border-bottom: 1px solid var(--gray-subtle);
  text-align: center;
}
.interlude p {
  font-family: var(--font);
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 400;
  line-height: 1.7;
  color: var(--gray-body);
  max-width: 640px;
  margin: 0 auto;
  font-style: italic;
}

/* ── ORIGIN ── */
.origin-sec {
  max-width: 680px;
  margin: 0 auto;
  padding: clamp(80px, 10vw, 140px) clamp(20px, 4vw, 56px);
}
.origin-sec h2 {
  font-family: var(--font);
  font-size: clamp(24px, 3.5vw, 34px);
  font-weight: 400;
  line-height: 1.55;
  color: var(--black);
  margin-bottom: 40px;
}
.origin-sec p {
  font-family: var(--font);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
  color: var(--gray-body);
  margin-bottom: 28px;
}
.origin-sec p em { font-style: italic; color: var(--black); }

/* ── CTA / CLOSE ── */
.close-sec {
  padding: clamp(100px, 14vw, 200px) clamp(20px, 4vw, 56px);
  text-align: center;
  background: var(--white);
}
.close-sec h2 {
  font-family: var(--font);
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 1.35;
}
.close-sec .fd { color: var(--redwood); }
.close-sec p {
  font-family: var(--font);
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-mid);
  font-style: italic;
  margin-bottom: 48px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
.close-sec a {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--black);
  text-decoration: none;
  border-bottom: 1px solid var(--redwood);
  padding-bottom: 6px;
  transition: color 0.3s ease;
}
.close-sec a:hover { color: var(--redwood); }

/* ══════════════════════════════════════════════
   DIFFERENT PAGE — RESPONSIVE
   ══════════════════════════════════════════════ */

/* ── TABLET (768px) ── */
@media (max-width: 768px) {
  .diff-hero {
    padding-top: 120px;
    padding-bottom: 64px;
  }
  .diff-hero h1 {
    font-size: clamp(28px, 5vw, 40px);
  }

  .prose-sec p,
  .three-item p,
  .origin-sec p {
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 24px;
  }

  .three-item h3 {
    font-size: clamp(20px, 3vw, 26px);
  }

  .break-quote blockquote {
    font-size: clamp(20px, 4.5vw, 28px);
  }
  .break-quote .bq-attr {
    margin-top: 32px;
  }

  .origin-sec h2 {
    font-size: clamp(22px, 4vw, 30px);
    margin-bottom: 28px;
  }

  .side-note-inner {
    margin-left: 0;
    padding-left: 20px;
  }

  .close-sec a {
    display: inline-block;
    padding: 14px 24px;
    font-size: 12px;
  }
  .close-sec p {
    margin-bottom: 36px;
  }
}

/* ── SMALL MOBILE (480px) ── */
@media (max-width: 480px) {
  .diff-hero {
    padding-top: 96px;
    padding-bottom: 48px;
  }
  .diff-hero h1 {
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1.4;
  }
  .diff-hero h1 span[style*="white-space"] {
    white-space: normal !important;
  }
  .diff-hero .sl {
    margin-bottom: 20px;
  }

  .prose-sec {
    padding-bottom: clamp(48px, 8vw, 80px);
  }
  .prose-sec p,
  .three-item p,
  .origin-sec p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .three-sec {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .three-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .three-item h3 {
    font-size: 20px;
  }

  .break-quote {
    padding: 56px 20px;
  }
  .break-quote blockquote {
    font-size: clamp(18px, 5vw, 24px);
    line-height: 1.55;
  }
  .break-quote .bq-attr {
    margin-top: 24px;
    font-size: 10px;
  }

  .interlude {
    padding: 40px 20px;
  }
  .interlude p {
    font-size: 16px;
  }

  .origin-sec {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .origin-sec h2 {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .side-note {
    margin-bottom: 48px;
  }
  .side-note-inner {
    margin-left: 0;
    padding-left: 16px;
  }
  .side-note-inner p {
    font-size: 14px;
  }

  .close-sec {
    padding: 64px 20px;
  }
  .close-sec h2 {
    font-size: clamp(24px, 7vw, 36px);
  }
  .close-sec p {
    font-size: 15px;
    margin-bottom: 32px;
  }
  .close-sec a {
    display: inline-block;
    padding: 14px 24px;
  }
}

/* ── MICRO MOBILE (360px and below) ── */
@media (max-width: 360px) {
  .diff-hero h1 {
    font-size: 22px;
  }
  .break-quote blockquote {
    font-size: 17px;
  }
  .three-item h3 {
    font-size: 18px;
  }
}
