/* ==========================================================================
   Life After Prison — calmer and more mature than the Chittagong chapter.
   Warm surfaces, wide asymmetric splits, a printed bookplate, one dark
   crisis band and a quiet closing statement.
   ========================================================================== */

/* ---------------- Page head ---------------- */
.ll-head { padding-block: clamp(2.5rem, 5vw, 4rem) clamp(3.5rem, 7vw, 6rem); }
.ll-head__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .6fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
}
.ll-head__title {
  font-family: var(--display);
  font-size: clamp(2.5rem, 7.6vw, 5.6rem);
  line-height: .98;
  letter-spacing: -.03em;
  color: var(--ink);
}
.ll-head__lede { margin-top: 1.8rem; max-width: 52ch; }
.ll-head__fig { max-width: 19rem; margin-left: auto; }

@media (max-width: 900px) {
  .ll-head__grid { grid-template-columns: minmax(0, 1fr); align-items: start; }
  .ll-head__fig { margin-left: 0; max-width: 16rem; }
}

/* ---------------- 01 Degree ---------------- */
.ll-degree { padding-block: clamp(3.5rem, 7vw, 6rem); }
.ll-degree__grid {
  display: grid;
  grid-template-columns: minmax(0, .5fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
}
.ll-degree__year {
  font-size: clamp(4rem, 13vw, 11rem);
  line-height: .8;
  color: var(--brass-ink);
  letter-spacing: -.03em;
  opacity: 1;
}
.ll-degree__h { max-width: 20ch; margin-bottom: 1.6rem; }

@media (max-width: 820px) {
  .ll-degree__grid { grid-template-columns: minmax(0, 1fr); }
}

/* ---------------- 02 Politics ---------------- */
.ll-politics__head { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.ll-politics__head h2 { max-width: 22ch; }
.ll-politics__lede { margin-top: 1.5rem; }

.ll-politics__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 2px solid var(--ink);
}
.pol {
  padding: clamp(1.4rem, 2.5vw, 2.1rem) clamp(.9rem, 1.6vw, 1.4rem) clamp(1.8rem, 3vw, 2.6rem) 0;
  border-bottom: 1px solid var(--rule);
}
.pol + .pol { padding-left: clamp(.9rem, 1.6vw, 1.4rem); border-left: 1px solid var(--rule); }
.pol__when {
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .16em;
  color: var(--oxblood);
  margin-bottom: 1rem;
}
.pol__h { font-size: clamp(1.08rem, 1.5vw, 1.28rem); margin-bottom: .8rem; line-height: 1.2; }
.pol__t { font-size: .91rem; line-height: 1.7; color: var(--ink-mute); }
.pol__t strong { color: var(--ink); font-weight: 600; }

@media (max-width: 1000px) {
  .ll-politics__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pol:nth-child(odd) { padding-left: 0; border-left: 0; }
}
@media (max-width: 600px) {
  .ll-politics__grid { grid-template-columns: minmax(0, 1fr); }
  .pol, .pol + .pol { padding-left: 0; border-left: 0; }
}

/* ---------------- 03 Crisis ---------------- */
.ll-crisis { padding-block: clamp(4rem, 8vw, 7.5rem); }
.ll-crisis__inner { width: var(--shell); margin-inline: auto; }
.ll-crisis__grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}
.ll-crisis__h {
  font-size: clamp(1.7rem, 3.6vw, 3rem);
  line-height: 1.12;
  color: var(--paper);
  max-width: 18ch;
}
.ll-crisis__prose p { max-width: 62ch; font-size: 1rem; line-height: 1.8; }
.ll-crisis__note { margin-top: clamp(2.2rem, 4vw, 3rem); }

@media (max-width: 900px) {
  .ll-crisis__grid { grid-template-columns: minmax(0, 1fr); }
}

/* ---------------- 04 Relief ---------------- */
.ll-relief__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: clamp(2.2rem, 5vw, 5rem);
  align-items: center;
}
.ll-relief__h { max-width: 22ch; margin-bottom: 1.5rem; }
.ll-relief__quote { max-width: 26ch; }

@media (max-width: 900px) {
  .ll-relief__grid { grid-template-columns: minmax(0, 1fr); }
}

/* ---------------- 05 Memoir ---------------- */
.ll-memoir { padding-block: clamp(4rem, 8vw, 7rem); }
.ll-memoir__grid {
  display: grid;
  grid-template-columns: minmax(0, .68fr) minmax(0, 1fr);
  gap: clamp(2.2rem, 5vw, 5rem);
  align-items: start;
}

/* .bookplate itself lives in base.css — it is shared with the Books page. */

.ll-memoir__h { max-width: 22ch; margin-bottom: 1.6rem; }
.ll-memoir__link { margin-top: 1.8rem; }

@media (max-width: 900px) {
  .ll-memoir__grid { grid-template-columns: minmax(0, 1fr); }
  .bookplate { max-width: 24rem; }
}

/* ---------------- 06 Beyond ---------------- */
.ll-beyond__head { max-width: 26ch; margin-bottom: clamp(2rem, 4vw, 3rem); }
.ll-beyond__cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 4.5vw, 4.5rem);
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
  border-top: 1px solid var(--rule);
}
.ll-beyond__cols .prose p { max-width: 100%; }

@media (max-width: 820px) {
  .ll-beyond__cols { grid-template-columns: minmax(0, 1fr); }
}

/* ---------------- 07 End ---------------- */
.ll-end { padding-block: clamp(4rem, 9vw, 8rem); }
.ll-end__inner { width: var(--shell); margin-inline: auto; max-width: 56rem; }
.ll-end__date {
  font-size: clamp(2.4rem, 7.5vw, 5.6rem);
  line-height: .95;
  color: var(--brass-lt);
  letter-spacing: -.025em;
}
.ll-end__h {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  color: var(--paper);
  font-style: italic;
  font-weight: 400;
  margin-block: .5rem 1.8rem;
}
.ll-end__prose p { max-width: 58ch; font-size: 1rem; line-height: 1.8; }
.ll-end__cta { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2.4rem; }
