.movement-story { background: var(--theme-surface); color: var(--ink); padding-block: clamp(2.5rem, 7vw, 6.5rem); }
.movement-story-layout { display: grid; gap: 2rem; align-items: start; }
.movement-story-photo { margin: 0; overflow: hidden; border-radius: .9rem .9rem 2.5rem .9rem; background: var(--navy); }
.movement-story-photo img { display: block; width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.movement-story-photo figcaption { padding: .75rem 1rem; color: oklch(88% .018 236); font-size: .72rem; line-height: 1.6; }
.movement-story-copy { min-width: 0; }
.movement-story-copy h2 { font-size: clamp(2rem, 3.8vw, 3.25rem); line-height: 1.14; letter-spacing: -.045em; max-width: 21ch; }
.movement-story-copy > p:not(.eyebrow) { margin-top: 1.3rem; color: var(--muted); line-height: 1.8; max-width: 60ch; }
.movement-story-questions { margin-top: 1.75rem; }
.movement-story-questions details { border-bottom: 1px solid var(--line); }
.movement-story-questions details:first-child { border-top: 1px solid var(--line); }
.movement-story-questions summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 60px; padding: 1rem 0; cursor: pointer; font-size: .93rem; font-weight: 600; line-height: 1.5; }
.movement-story-questions summary::-webkit-details-marker { display: none; }
.movement-story-questions summary span { flex: none; font-size: 1.5rem; font-weight: 400; line-height: 1; }
.movement-story-questions details[open] summary span { transform: rotate(45deg); }
.movement-story-questions details > p { padding-bottom: 1.2rem; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.8; max-width: 60ch; }
.movement-story-action { margin-top: 1.6rem; max-width: 100%; white-space: normal; text-align: left; line-height: 1.5; }
.movement-story-related { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .7rem 2rem; padding-top: 1.5rem; margin-top: clamp(2rem, 4vw, 3.25rem); border-top: 1px solid var(--line); }
.movement-story-related p { margin: 0; color: var(--muted); font-size: .9rem; }
.movement-story-related a { min-height: 44px; line-height: 1.6; }
.movement-story summary:focus-visible, .movement-story a:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; border-radius: .2rem; }
.movement-story summary:hover { background: var(--soft); }
@media (min-width: 1000px) {
  .movement-story-layout { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
  .movement-story-photo img { aspect-ratio: .88; object-position: 50% center; }
}
@media (max-width: 380px) {
  .movement-story-copy h2 { font-size: 1.85rem; }
  .movement-story-questions summary { font-size: .88rem; gap: .65rem; }
}
@media (forced-colors: active) {
  .movement-story-photo { border: 1px solid CanvasText; }
  .movement-story-photo figcaption { color: CanvasText; }
}
