/* ============================================================
   CHAPTER V - MORNING. Return to ivory. Stillness, perspective.
   ============================================================ */

.chapter--morning {
  padding-top: var(--beat);
  overflow: clip;
}

.plate--perspective {
  align-items: center;
}
.plate--perspective .plate__copy {
  grid-column: 1 / 8;
  display: grid;
  gap: clamp(1.4rem, 3vh, 2rem);
}
.plate--perspective .fig--sea {
  grid-column: 9 / 13;
  aspect-ratio: 2 / 3;
}

/* What they take home - three hairline truths */
.takings {
  list-style: none;
  display: grid;
  max-width: 26rem;
}
.takings li {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  color: var(--ink-soft);
  padding-block: 0.8rem;
  border-top: 1px solid var(--hairline);
}
.takings li:last-child {
  border-bottom: 1px solid var(--hairline);
}
.schedule-list {
  max-width: 34rem;
  padding: 0;
  counter-reset: none;
}
.schedule-list li {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 1rem;
  align-items: baseline;
  font-family: var(--font-text);
  font-style: normal;
  font-size: clamp(1.05rem, 1.35vw, 1.16rem);
  line-height: 1.25;
}
.schedule-list span {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--driftwood);
}

@media (max-width: 760px) {
  .plate--perspective .plate__copy { grid-column: 1 / -1; }
  .plate--perspective .fig--sea { grid-column: 2 / -1; }
}
