/* 2026-09-01: brand-story chapter spread from the approved annotated layout.
   Soft-white copy surfaces; silver-grey is kept inside the two media wells. */

.story-v2-chapter-spread {
  --chapter-ink: #181918;
  --chapter-muted: #6a6c69;
  --chapter-inline-gutter: clamp(56px, 5.8vw, 88px);
  aspect-ratio: auto;
  min-height: 0;
  padding: 0 var(--chapter-inline-gutter);
  overflow: hidden;
  background: #fafaf8;
  color: var(--chapter-ink);
}

.story-v2-chapter-spread figure,
.story-v2-chapter-spread blockquote {
  margin: 0;
}

.story-v2-chapter-spread .story-v2-chapter-spread__hero {
  position: relative;
  margin-inline: calc(-1 * var(--chapter-inline-gutter));
  aspect-ratio: 3.18 / 1;
  min-height: 310px;
  overflow: hidden;
  background: #e4e5e1;
}

.story-v2-chapter-spread__hero-media,
.story-v2-chapter-spread__hero-media > img,
.story-v2-chapter-spread__journey > img {
  display: block;
  width: 100%;
  height: 100%;
}

.story-v2-chapter-spread__hero-media > img,
.story-v2-chapter-spread__journey > img {
  object-fit: cover;
  filter: grayscale(1) contrast(0.96);
}

.story-v2-chapter-spread__hero-media > img {
  object-position: 50% 50%;
}

.story-v2-chapter-spread__answer {
  position: absolute;
  top: 50%;
  right: clamp(38px, 5.2vw, 78px);
  width: min(31%, 390px);
  transform: translateY(-50%);
}

.story-v2-chapter-spread__answer .story-v2-kicker {
  margin: 0 0 clamp(18px, 2vw, 28px);
  color: rgba(24, 25, 24, 0.52);
}

.story-v2-chapter-spread__answer h2 {
  max-width: 8em;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 3.25vw, 50px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.story-v2-chapter-spread__answer-copy {
  margin: clamp(24px, 2.8vw, 38px) 0 0;
  padding-top: clamp(20px, 2.1vw, 28px);
  border-top: 1px solid rgba(24, 25, 24, 0.3);
  color: rgba(24, 25, 24, 0.68);
  font-size: clamp(13px, 1.03vw, 15px);
  letter-spacing: 0.04em;
  line-height: 1.9;
}

.story-v2-chapter-spread__answer-copy span {
  display: block;
}

.story-v2-chapter-spread__encounter {
  display: grid;
  grid-template-columns: minmax(0, 64%) minmax(280px, 36%);
  height: clamp(420px, 34vw, 520px);
  min-height: 0;
  margin: 0 calc(-1 * var(--chapter-inline-gutter));
}

.story-v2-chapter-spread__journey {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #d3d5d1;
}

.story-v2-chapter-spread__journey > img {
  object-position: 50% 48%;
}

.story-v2-chapter-spread__quote {
  display: grid;
  min-width: 0;
  min-height: 0;
  padding: clamp(96px, 7.8vw, 120px) clamp(48px, 4.5vw, 68px);
  align-content: center;
  border: 1px solid rgba(24, 25, 24, 0.24);
  border-left: 0;
  background: #fafaf8;
}

.story-v2-chapter-spread__quote > p {
  max-width: 12em;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(22px, 1.65vw, 26px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.55;
}

.story-v2-chapter-spread__signature {
  display: flex;
  margin-top: clamp(34px, 3.6vw, 52px);
  align-items: center;
  gap: clamp(12px, 1.3vw, 20px);
  color: rgba(24, 25, 24, 0.46);
}

.story-v2-chapter-spread__signature > span {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1;
}

.story-v2-chapter-spread__enita {
  width: clamp(72px, 7.6vw, 112px);
  height: auto;
}

.story-v2-chapter-spread__less {
  width: clamp(88px, 9vw, 132px);
  height: auto;
}

@media (max-width: 980px) {
  .story-v2-chapter-spread {
    --chapter-inline-gutter: 36px;
    padding: 0 var(--chapter-inline-gutter);
  }

  .story-v2-chapter-spread__hero {
    min-height: 0;
  }

  .story-v2-chapter-spread__answer {
    right: 38px;
    width: 34%;
  }

  .story-v2-chapter-spread__encounter {
    grid-template-columns: minmax(0, 59%) minmax(260px, 41%);
  }

  .story-v2-chapter-spread__quote {
    padding: clamp(72px, 10vw, 96px) clamp(34px, 5vw, 44px);
  }
}

@media (max-width: 720px) {
  .story-v2-chapter-spread {
    --chapter-inline-gutter: 12px;
    padding: 0 var(--chapter-inline-gutter);
  }

  .story-v2-chapter-spread .story-v2-chapter-spread__hero {
    display: block;
    min-height: 0;
    margin-inline: calc(-1 * var(--chapter-inline-gutter));
    aspect-ratio: 1.88 / 1;
    overflow: hidden;
    background: #e4e5e1;
  }

  .story-v2-chapter-spread__hero-media > img {
    height: 100%;
    aspect-ratio: auto;
    object-position: 50% 50%;
  }

  .story-v2-chapter-spread__answer {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: clamp(14px, 4.6vw, 28px);
    width: min(43%, 210px);
    padding: 0;
    transform: translateY(-50%);
  }

  .story-v2-chapter-spread__answer .story-v2-kicker {
    margin-bottom: clamp(7px, 2vw, 11px);
    font-size: clamp(7px, 1.55vw, 9px);
    letter-spacing: 0.14em;
  }

  .story-v2-chapter-spread__answer h2 {
    font-size: clamp(19px, 4.8vw, 26px);
    line-height: 1.1;
  }

  .story-v2-chapter-spread__answer-copy {
    margin-top: clamp(8px, 2vw, 12px);
    padding-top: clamp(7px, 1.8vw, 10px);
    font-size: clamp(9px, 1.85vw, 10px);
    letter-spacing: 0.01em;
    line-height: 1.55;
  }

  .story-v2-chapter-spread__encounter {
    display: grid;
    grid-template-columns: minmax(0, 64%) minmax(0, 36%);
    grid-template-rows: minmax(0, 1fr);
    height: clamp(230px, 66vw, 270px);
    min-height: 0;
    margin: 0 calc(-1 * var(--chapter-inline-gutter));
    overflow: hidden;
  }

  .story-v2-chapter-spread__journey {
    position: relative;
    aspect-ratio: auto;
  }

  .story-v2-chapter-spread__journey > img {
    object-position: 50% 48%;
  }

  .story-v2-chapter-spread__quote {
    position: relative;
    min-height: 0;
    box-sizing: border-box;
    padding: clamp(18px, 5.2vw, 24px) clamp(14px, 4vw, 18px);
    border: 1px solid rgba(24, 25, 24, 0.24);
    border-left: 0;
    align-content: center;
  }

  .story-v2-chapter-spread__quote > p {
    max-width: none;
    font-size: clamp(16px, 4.5vw, 19px);
    line-height: 1.55;
  }

  .story-v2-chapter-spread__signature {
    justify-content: flex-start;
    margin-top: 22px;
    gap: 8px;
  }

  .story-v2-chapter-spread__signature > span {
    font-size: 12px;
  }

  .story-v2-chapter-spread__enita {
    width: 52px;
  }

  .story-v2-chapter-spread__less {
    width: 64px;
  }
}

@media (max-width: 360px) {
  .story-v2-chapter-spread__answer {
    right: 8px;
    width: 48%;
  }

  .story-v2-chapter-spread__answer-copy {
    letter-spacing: 0;
  }

  .story-v2-chapter-spread__quote {
    min-height: 0;
    padding: 18px 12px;
  }

  .story-v2-chapter-spread__quote > p {
    font-size: 16px;
    line-height: 1.5;
  }

  .story-v2-chapter-spread__signature {
    margin-top: 18px;
    gap: 8px;
  }

  .story-v2-chapter-spread__signature > span {
    font-size: 12px;
  }

  .story-v2-chapter-spread__enita {
    width: 48px;
  }

  .story-v2-chapter-spread__less {
    width: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-v2-chapter-spread *,
  .story-v2-chapter-spread *::before,
  .story-v2-chapter-spread *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
