@font-face { font-family: "Playfair Display"; src: url("https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQ.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Space Mono"; src: url("https://fonts.gstatic.com/s/spacemono/v17/i7dPIFZifjKcF5UAWdDRUEY.ttf") format("truetype"); font-weight: 400; font-display: swap; }
:root { color-scheme: dark; --ink: #0a0a0a; --paper: #f5f5f0; --muted: #aaa9a3; --green: #8fbb80; --header: 87.7578125px; --gutter: 6.5%; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 24px); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: "Space Mono", monospace; font-size: 16px; line-height: 1.65; letter-spacing: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 6px; }
a:hover { text-decoration-color: var(--green); }
a:focus-visible, button:focus-visible { outline: 2px solid #3671e4; outline-offset: 6px; border-radius: 1px; }
h1, h2, figcaption { font-family: "Playfair Display", Georgia, serif; font-weight: 400; line-height: 1.12; margin: 0; }
p { margin: 0; }
.skip-link { position: fixed; top: 10px; left: 12px; transform: translateY(-200%); z-index: 10010; background: var(--paper); color: var(--ink); padding: 12px; }
.skip-link:focus { transform: none; }

.opening { color: var(--paper); background: var(--ink); padding-top: var(--header); }
.opening-art { display: block; width: 100%; }
.opening-art img { width: 100%; height: auto; }
.opening-copy { max-width: 1040px; margin: 0 auto; padding: 32px 24px 28px; text-align: center; }
.opening h1 { font-size: 78px; margin: 0 0 12px; }
.opening-theme { font-size: 22px; line-height: 1.45; margin-bottom: 8px; }
.opening-description { font-size: 18px; line-height: 1.6; max-width: 760px; margin-inline: auto; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px solid currentColor; padding: 8px 0 5px; font-size: 14px; text-decoration: none; min-height: 44px; }
.text-link img { flex: 0 0 20px; transition: transform 180ms ease; }
.text-link:hover img { transform: translate(2px, -2px); }
.opening .text-link { margin-top: 16px; }
.opening .text-link img, .opening .next-section img { filter: invert(1); }
.next-section { display: grid; place-items: center; width: 44px; height: 44px; margin: 0 auto; }
.next-section img { transform: rotate(135deg); }
.appointment-story { position: relative; isolation: isolate; color: var(--ink); background: #deded8; }
.appointment-scene { position: absolute; inset: 0; z-index: -1; overflow: clip; }
.appointment-scene picture { display: block; height: 100%; }
.appointment-scene img { width: 100%; height: 100%; object-fit: cover; object-position: 46% center; }
.appointment-steps { position: relative; }
.story-step { min-height: 650px; display: flex; align-items: center; justify-content: flex-end; padding: 76px var(--gutter); }
.step-copy { width: 54%; max-width: 770px; }
.story-step h2 { font-size: 52px; margin-bottom: 24px; }
.step-lead { font-size: 19px; line-height: 1.6; }
.paper-credit { font-size: 13px; color: #3c403f; line-height: 1.8; margin-top: 42px; max-width: 560px; }
.paper-credit span { padding: 0 4px; }
.story-step .text-link { margin-top: 16px; }
.step-detail { font-size: 18px; max-width: 540px; line-height: 1.8; }
.eyebrow { font-size: 12px; margin-bottom: 24px; }
.illustration-caption { position: absolute; bottom: 20px; left: 4.5%; font-size: 10px; color: #303533; }
.enhanced .appointment-story { display: grid; grid-template-columns: 1fr; overflow: clip; }
.enhanced .appointment-scene { grid-area: 1 / 1; align-self: start; position: sticky; top: var(--header); height: calc(100svh - var(--header)); z-index: 0; }
.enhanced .appointment-steps { grid-area: 1 / 1; z-index: 1; }
.enhanced .story-step { min-height: calc(100svh - var(--header)); }
.shared-question { padding: 92px var(--gutter) 88px; background: var(--ink); }
.section-inner { max-width: 1180px; margin: 0 auto; text-align: center; }
.shared-question h2 { font-size: 46px; }
.measure-map { margin: 52px auto 0; max-width: 960px; }
.source-labels { display: grid; grid-template-columns: 1fr 1fr 1fr; font-size: 15px; gap: 16px; }
.measure-map img { width: 83.333%; height: 206px; object-fit: cover; margin: 6px auto 2px; mix-blend-mode: lighten; }
.measure-map figcaption { font-size: 27px; margin-top: 0; }
.paper-connections { display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: 32px; border-top: 1px solid #383a36; padding-top: 24px; margin-top: 44px; }
.paper-connections a { display: flex; justify-content: center; align-items: flex-start; gap: 12px; font-size: 14px; padding: 10px 0; }
.paper-connections img { flex: 0 0 20px; filter: invert(75%) sepia(15%) saturate(722%) hue-rotate(53deg) brightness(90%); }
.connecting-copy { margin: 52px auto 18px; max-width: 710px; font-size: 15px; line-height: 1.85; color: #c4c6bf; text-align: left; }
.light { color: var(--green); }
.light img { filter: invert(75%) sepia(15%) saturate(722%) hue-rotate(53deg) brightness(90%); }
.publications { border-top: 1px solid #323430; max-width: 1080px; margin: 0 auto; padding: 84px 0 100px; }
.publication-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 40px; }
.publication-heading h2 { font-size: 46px; }
.publication-list { list-style: none; counter-reset: publications; margin: 0; padding: 0; }
.publication-list li { counter-increment: publications; display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid #292c27; }
.publication-list li::before { content: counter(publications, decimal-leading-zero); color: var(--muted); font-size: 12px; padding-top: 4px; }
.pub-list-citation { color: #bebfb8; font-size: 14px; line-height: 1.85; }
.pub-list-citation > a { color: var(--paper); }
.pub-list-citation em { color: #dddfd6; }
.pub-list-links { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 10px; }
.pub-list-links a { color: var(--green); font-size: 12px; min-height: 36px; display: inline-flex; align-items: center; }
footer { border-top: 1px solid #292c27; display: flex; flex-wrap: wrap; gap: 26px; padding: 30px var(--gutter); color: var(--muted); font-size: 12px; }
footer span { margin-right: auto; }
@media (min-width: 701px) { html:not(.enhanced) .appointment-scene { height: 650px; bottom: auto; } }
@media (max-width: 1200px) { .publications { margin: 0 var(--gutter); } .story-step h2 { font-size: 44px; } }
@media (max-width: 1050px) {

  .opening h1 { font-size: 68px; }
  .opening-theme { font-size: 20px; }
  .opening-description { font-size: 16px; }
  .story-step h2 { font-size: 38px; }
  .step-copy { width: 53%; }
  .step-lead { font-size: 17px; }
  .paper-credit { font-size: 12px; margin-top: 30px; }
  .shared-question h2 { font-size: 38px; }
}
@media (max-width: 700px) {
  :root { --gutter: 24px; }

  .opening-copy { padding: 30px 24px 24px; }
  .opening h1 { font-size: 52px; margin-bottom: 14px; }
  .opening-theme { font-size: 18px; max-width: 320px; margin-inline: auto; line-height: 1.5; }
  .opening-description { font-size: 14px; max-width: 330px; }
  .opening .text-link { margin-top: 12px; }
  .desktop-break { display: none; }
  .appointment-story { padding-top: 0; background: #e2e2dc; }
  .enhanced .appointment-story { display: block; }
  .appointment-scene, .enhanced .appointment-scene { position: relative; top: 0; height: 310px; margin-bottom: 0; z-index: 0; }
  .appointment-scene picture { width: 100%; }
  .appointment-scene img { object-fit: cover; object-position: 22% center; transform: none !important; }
  .story-step, .enhanced .story-step { min-height: 0; padding: 32px 24px 48px; }
  .story-step + .story-step { border-top: 1px solid #c9cbc1; }
  .step-copy { max-width: none; width: 100%; }
  .story-step h2 { font-size: 34px; margin-bottom: 18px; }
  .step-lead, .step-detail { font-size: 15px; line-height: 1.75; }
  .paper-credit { font-size: 11px; margin-top: 24px; }
  .eyebrow { font-size: 11px; }
  .illustration-caption { top: 290px; bottom: auto; left: 24px; font-size: 9px; }
  .shared-question { padding: 58px 24px 52px; }
  .shared-question h2 { font-size: 34px; }
  .source-labels { gap: 12px; font-size: 11px; }
  .measure-map { margin-top: 36px; }
  .measure-map img { height: 112px; margin-top: 2px; }
  .measure-map figcaption { font-size: 25px; line-height: 1.3; max-width: 270px; margin: 4px auto 0; }
  .paper-connections { grid-template-columns: 1fr; gap: 0; margin-top: 32px; padding-top: 6px; }
  .paper-connections a { justify-content: space-between; text-align: left; border-bottom: 1px solid #282c26; padding: 20px 0; font-size: 13px; }
  .connecting-copy { margin-top: 32px; font-size: 14px; }
  .publications { padding: 50px 0; }
  .publication-heading { align-items: flex-start; }
  .publication-heading h2 { font-size: 34px; }
  .publication-heading .text-link { font-size: 12px; }
  .publication-list li { grid-template-columns: 26px 1fr; gap: 10px; padding: 22px 0; }
  .pub-list-citation { font-size: 12px; }
  .pub-list-links { gap: 18px; }
  footer { gap: 18px; font-size: 12px; }
  footer span { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .appointment-scene img { transform: none !important; }
  .enhanced .appointment-scene { position: relative; inset: auto; height: 650px; }
  .enhanced .story-step { min-height: 650px; }
}
@media (prefers-reduced-motion: reduce) and (max-width: 700px) {
  .enhanced .appointment-scene { position: relative; height: 310px; margin-bottom: 0; }
  .enhanced .story-step { min-height: 0; }
}
@media print {
  .site-nav, .next-section, .opening-art, .appointment-scene, .measure-map img { display: none !important; }
  body, .opening, .appointment-story, .shared-question, .publications { background: white; color: black; }
  .opening .text-link img { filter: none; }
  .opening, .story-step, .enhanced .story-step { height: auto; min-height: 0; padding: 24px; }
  .step-copy { width: 100%; }
  .pub-list-citation, .pub-list-citation > a, .pub-list-citation em, .pub-list-links a { color: black; }
  a { text-decoration: underline; }
}

.pub-chapter { color: var(--green); font-size: 12px; text-decoration: none; border: 1px solid #32372e; border-radius: 999px; padding: 2px 10px; }
.pub-chapter:hover { border-color: var(--green); }

/* Shared header height and the research page's existing text wrapping. */
main h1, main h2, main h3, main p, main li { text-wrap: wrap; }
@media (max-width: 768px) { :root { --header: 76px; } }
