/* ==========================================================================
   ABOUT — paper, literary
   ========================================================================== */

.about { background: var(--paper); padding: clamp(4.5rem, 10vh, 8rem) 0; }

.about-grid {
  max-width: var(--w-wide);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}

.about-pull {
  font-family: var(--font-display);
  font-weight: 440;
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  line-height: 1.22;
  letter-spacing: -0.01em;
  margin: 1.6rem 0 2.2rem;
  max-width: 24ch;
}
.about-pull em {
  font-style: italic;
  color: var(--orange);
}

.about-body { max-width: var(--w-text); }
.about-body p {
  font-size: 1.02rem;
  line-height: 1.85;
  color: #4b3b2d;
  margin-bottom: 1.4rem;
  text-align: justify;
  text-justify: inter-word;
}
.about-body .dropcap::first-letter {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 3.6em;
  line-height: 0.8;
  float: left;
  padding: 0.08em 0.14em 0 0;
  color: var(--orange);
}

.about-side { display: flex; flex-direction: column; gap: 2.2rem; }

.about-portrait figcaption {
  margin-top: 0.9rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--taupe);
}

.about-timeline { list-style: none; }
.about-timeline li {
  display: flex;
  gap: 1.4rem;
  align-items: baseline;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line-light);
}
.about-timeline li:first-child { border-top: 1px solid var(--line-light); }
.tl-year {
  font-family: var(--font-display);
  font-weight: 550;
  font-size: 1.15rem;
  color: var(--orange);
  min-width: 3.4rem;
  font-variant-numeric: tabular-nums;
}
.tl-fact { font-size: 0.86rem; line-height: 1.5; color: #4b3b2d; }
