
body.page {
  --ink:       oklch(0.20 0.035 252);
  --ink-soft:  oklch(0.37 0.030 252);
  --navy-base: oklch(0.20 0.035 252);
  --linen:     oklch(0.94 0.010 80);
  --paper:     oklch(0.99 0.005 80);
  --mist:      oklch(0.89 0.014 80);
  --smoke:     oklch(0.42 0.006 80);
  --rule:      oklch(0.85 0.016 80);
  --rule-mist: oklch(0.81 0.018 80);

  --s-1: 4px;  --s-2: 8px;  --s-3: 12px; --s-4: 16px;
  --s-5: 24px; --s-6: 32px; --s-7: 48px; --s-8: 64px;
  --s-9: 88px; --s-10: 120px;

  --font-serif: var(--wp--preset--font-family--spectral);
  --font-ui:    var(--wp--preset--font-family--inter);
  --font-mono:  var(--wp--preset--font-family--mono);

  --t-small:  180ms;
  --t-medium: 280ms;
  --ease-standard: cubic-bezier(0.25, 0.1, 0.25, 1);

  --pad: var(--s-4);
}
@media (min-width: 720px)  { body.page { --pad: var(--s-6); } }
@media (min-width: 1024px) { body.page { --pad: var(--s-7); } }
@media (min-width: 1440px) { body.page { --pad: var(--s-8); } }

body.page main[id],
body.page section[id],
body.page .wp-block-group[id] { scroll-margin-top: 88px; }

body.page .eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--smoke);
  margin: 0;
}
body.page .inline-link {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--ink-soft);
  transition: border-color var(--t-small), color var(--t-small);
}
body.page .inline-link:hover { border-color: var(--ink); color: var(--ink); }

:where(body.page .reading, body.page .faq) :where(p, h2, h3) { margin: 0; }

.reading {
  padding: clamp(72px, 9vw, 120px) var(--pad);
}
.reading--paper { background: var(--paper); }
.reading--linen { background: var(--linen); }
.reading__inner {
  max-width: 720px;
  margin: 0 auto;
}
.reading__eyebrow { margin: 0 0 var(--s-5); }
.reading__h {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 var(--s-7);
  text-wrap: balance;
  color: var(--ink);
}
.reading__h em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
}
.reading__sub {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(20px, 1.6vw, 24px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: var(--s-7) 0 var(--s-5);
  color: var(--ink);
  text-wrap: balance;
}
.reading__sub:first-of-type { margin-top: 0; }

.reading__p {
  font-family: var(--font-ui);
  font-weight: 300;
  font-size: 18.5px;
  line-height: 1.7;
  margin: 0 0 var(--s-6);
  color: var(--ink);
  text-wrap: pretty;
}
.reading__p:last-child { margin-bottom: 0; }
.reading__p strong { font-weight: 500; }
.reading__p em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
}

.timeline { margin: 0; }
.timeline__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-3);
  padding: var(--s-5) 0;
  border-top: 1px solid var(--rule);
}
.timeline__row:first-child { border-top: 0; padding-top: 0; }
@media (min-width: 720px) {
  .timeline__row {
    grid-template-columns: 140px 1fr;
    gap: var(--s-6);
    padding: var(--s-6) 0;
  }
}
.timeline__year {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--s-2);
  padding-top: 4px;
}
.timeline__year time {
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.timeline__label {
  font-family: var(--font-ui);
  font-weight: 300;
  font-size: 13px;
  line-height: 1.4;
  color: var(--smoke);
}
.timeline__label::before {
  content: '·';
  margin-right: var(--s-2);
  color: var(--smoke);
}
@media (min-width: 720px) {
  .timeline__year {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--s-1);
  }
  .timeline__label::before { content: none; }
}
.timeline__callout {
  margin: var(--s-6) 0;
  padding: var(--s-6) 0 0;
  border-top: 1px solid var(--rule);
}
.timeline__callout__body {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-wrap: balance;
}
.timeline__callout__cite {
  display: block;
  margin-top: var(--s-3);
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--smoke);
  margin-bottom: 0;
}
.timeline__body {
  margin: 0;
  font-family: var(--font-ui);
  font-weight: 300;
  font-size: 18.5px;
  line-height: 1.7;
  color: var(--ink);
  text-wrap: pretty;
}
.timeline__body em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
}
.timeline__body strong { font-weight: 500; }

.reading__closing {
  margin: var(--s-8) 0 0;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-wrap: balance;
}

.signed {
  margin: var(--s-8) 0 0;
  display: flex;
  align-items: center;
  gap: var(--s-5);
}
.signed__portrait,
.signed img {
  display: block;
  width: 96px;
  height: 96px;
  object-fit: cover;
  background: var(--mist);
  flex: 0 0 auto;
  filter: grayscale(100%);
}
.signed__meta {
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
}
.signed__name {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 19px;
  color: var(--ink);
  margin: 0;
}
.signed__role {
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--smoke);
  margin: 0;
}

.faq {
  background: var(--paper);
  padding: clamp(40px, 5vw, 72px) var(--pad) clamp(32px, 4vw, 48px);
}
.faq__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.faq__head {
  margin: 0 0 var(--s-8);
}
.faq__eyebrow { margin: 0 0 var(--s-5); }
.faq__h {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}
.faq__item {
  display: block;
  padding: var(--s-5) 0;
  border-top: 1px solid var(--rule);
}
.faq__item:first-of-type { border-top: 0; }
.faq__item:last-of-type { border-bottom: 1px solid var(--rule); }
.faq__item > summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--s-5);
  cursor: pointer;
  list-style: none;
  padding: var(--s-3) 0;
}
.faq__item > summary::-webkit-details-marker { display: none; }
.faq__item > summary::marker { content: ''; }
.faq__item > summary:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
  border-radius: 1px;
}
.faq__q {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
  max-width: 48ch;
}
.faq__chevron {
  flex: 0 0 auto;
  font-family: var(--font-mono);
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  color: var(--smoke);
  transition: transform var(--t-small) var(--ease-standard);
  align-self: center;
}
.faq__item[open] .faq__chevron { transform: rotate(45deg); }
.faq__a-wrap {
  display: block;
  padding: var(--s-4) 0 var(--s-3);
  max-width: 68ch;
}
.faq__a,
.faq__a-wrap > p {
  font-family: var(--font-ui);
  font-weight: 300;
  font-size: 18.5px;
  line-height: 1.7;
  color: var(--ink);
  margin: 0;
  text-wrap: pretty;
}
.faq__a + .faq__a,
.faq__a-wrap > p + p { margin-top: var(--s-5); }
.faq__a em,
.faq__a-wrap > p em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
}
