:root {
  --ink: #17251b;
  --paper: #f3f0e7;
  --paper-deep: #e8e2d3;
  --field: #2f5d3a;
  --field-dark: #1f4229;
  --leaf: #b8d991;
  --sun: #edb85a;
  --line: rgba(23, 37, 27, 0.2);
  --muted: #59655c;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
::selection { color: var(--paper); background: var(--field); }

.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: white;
  background: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  width: min(calc(100% - 40px), var(--max));
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  font-size: 1.35rem;
  font-weight: 780;
  letter-spacing: -0.045em;
  text-decoration: none;
}
.wordmark span { color: var(--field); }
.site-header nav { display: flex; gap: 28px; }
.site-header nav a {
  font-size: 0.84rem;
  font-weight: 650;
  text-decoration: none;
}
.site-header nav a:hover,
.site-header nav a:focus-visible { text-decoration: underline; text-underline-offset: 5px; }

main { overflow: hidden; }
.masthead {
  width: 100%;
  height: clamp(250px, 37.5vw, 520px);
  margin: 0;
  overflow: hidden;
  background: var(--paper-deep);
}
.masthead img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.hero {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: clamp(52px, 7vw, 88px) 0 68px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 290px);
  gap: clamp(42px, 6vw, 74px);
  align-items: center;
}

.eyebrow,
.section-label,
.card-number,
.card-name,
.map-meta,
.thought-meta {
  margin: 0;
  font-size: 0.71rem;
  font-weight: 780;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.eyebrow { color: var(--field); }
.hero h1 {
  margin: 18px 0 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.9rem, 8.2vw, 7rem);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.07em;
}
.lede {
  max-width: 650px;
  margin: 0 0 36px;
  color: var(--muted);
  font-size: clamp(1.12rem, 2vw, 1.5rem);
  line-height: 1.48;
}
.text-link {
  font-size: 0.85rem;
  font-weight: 740;
  text-underline-offset: 5px;
}
.portrait {
  width: 100%;
  max-width: 290px;
  margin: 0;
  justify-self: end;
}
.portrait picture,
.portrait img {
  display: block;
  width: 100%;
  height: auto;
}
.portrait figcaption {
  margin-top: 11px;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
  font-style: italic;
}

.work,
.thinking,
.about {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: clamp(72px, 8vw, 100px) 0;
}
.section-heading {
  display: grid;
  grid-template-columns: 0.42fr 1.58fr;
  gap: 40px;
  align-items: start;
}
.section-heading h2,
.portfolio h2,
.method h2,
.about h2,
.closing h2 {
  max-width: 850px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4.7vw, 4.45rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.052em;
}
.section-intro {
  max-width: 670px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}
.work-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.work-grid article {
  min-height: 315px;
  padding: 26px 30px 26px 0;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--line);
}
.work-grid article + article { padding-left: 30px; border-left: 1px solid var(--line); }
.card-number { color: var(--field); }
.work-grid h3 { margin: auto 0 14px; font-size: 1.45rem; line-height: 1.2; }
.work-grid article > p:not(.card-number):not(.card-name) { margin: 0 0 26px; color: var(--muted); }
.card-name { color: var(--muted); line-height: 1.55; }

.portfolio {
  padding: clamp(72px, 8vw, 100px) max(20px, calc((100vw - var(--max)) / 2));
  color: var(--paper);
  background: var(--ink);
}
.portfolio-heading {
  max-width: 820px;
  margin-left: auto;
}
.portfolio .section-label { margin-bottom: 28px; color: var(--leaf); }
.portfolio-heading > p:last-child {
  max-width: 650px;
  margin: 30px 0 0;
  color: rgba(243, 240, 231, 0.7);
  font-size: 1.05rem;
}
.portfolio-map {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid rgba(243, 240, 231, 0.2);
}
.map-card {
  min-height: 270px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}
.map-card:nth-of-type(even) { border-left: 1px solid rgba(243, 240, 231, 0.2); }
.map-card:nth-of-type(n+3) { border-top: 1px solid rgba(243, 240, 231, 0.2); }
.map-meta { color: var(--leaf); }
.map-card h3 { margin: auto 0 12px; font-size: 1.7rem; }
.map-card p:not(.map-meta) { max-width: 420px; margin: 0; color: rgba(243, 240, 231, 0.7); }
.map-card a {
  align-self: flex-start;
  margin-top: 23px;
  font-size: 0.82rem;
  font-weight: 760;
  text-underline-offset: 5px;
}
.history {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: clamp(72px, 8vw, 100px) 0;
}
.history-heading {
  display: grid;
  grid-template-columns: 0.42fr 1.58fr;
  gap: 40px;
}
.history h2 {
  max-width: 850px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4.7vw, 4.45rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.052em;
}
.timeline {
  margin-top: 58px;
  border-top: 1px solid var(--line);
}
.timeline article {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 0.42fr 1.58fr;
  gap: 40px;
  border-bottom: 1px solid var(--line);
}
.timeline-date {
  margin: 4px 0 0;
  color: var(--field);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.timeline h3 { margin: 0 0 10px; font-size: 1.42rem; }
.timeline article div p { max-width: 700px; margin: 0; color: var(--muted); }
.source-note { margin: 22px 0 0; color: var(--muted); font-size: 0.76rem; }

.method {
  padding: clamp(72px, 8vw, 100px) max(20px, calc((100vw - var(--max)) / 2));
  background: var(--paper-deep);
}
.method-heading {
  display: grid;
  grid-template-columns: 0.42fr 1.58fr;
  gap: 40px;
}
.method-list {
  margin: 58px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  list-style: none;
}
.method-list li {
  min-height: 235px;
  padding: 24px 26px 24px 0;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--line);
}
.method-list li + li { padding-left: 26px; border-left: 1px solid var(--line); }
.method-list span { color: var(--field); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; }
.method-list strong { margin-top: auto; font-size: 1.35rem; }
.method-list p { margin: 10px 0 0; color: var(--muted); font-size: 0.93rem; }

.thinking { border-bottom: 1px solid var(--line); }
.thought-list {
  margin-top: 58px;
  border-top: 1px solid var(--line);
}
.thought-row {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 0.6fr 1fr 1.15fr;
  gap: 34px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.thought-row:hover h3,
.thought-row:focus-visible h3 { text-decoration: underline; text-underline-offset: 5px; }
.thought-meta { color: var(--field); }
.thought-list h3 { margin: 0; font-size: 1.28rem; line-height: 1.25; }
.thought-row > p:last-child { margin: 0; color: var(--muted); }

.about {
  display: block;
}
.about-heading {
  display: grid;
  grid-template-columns: 0.42fr 1.58fr;
  gap: 40px;
  align-items: start;
}
.about-heading h2 { margin: 0; }
.about-copy {
  width: min(100%, 880px);
  margin: clamp(54px, 7vw, 84px) 0 0 auto;
}
.about-copy p { color: var(--muted); }
.about-copy h3 {
  margin: 64px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}
.about-copy h4 {
  margin: 48px 0 20px;
  color: var(--field-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.about-copy blockquote {
  margin: 26px 0;
  padding-left: 20px;
  color: var(--muted);
  border-left: 3px solid var(--field);
}
.about-copy ul {
  padding-left: 20px;
  color: var(--muted);
}
.about-copy li + li { margin-top: 8px; }
.about-copy .about-quote { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-style: italic; }
.about-copy .about-lede {
  margin-top: 0;
  color: var(--ink);
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.96;
}
.about-intro { font-size: clamp(1.12rem, 2vw, 1.35rem); }
.about-statement {
  margin-top: 0;
  color: var(--ink) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}
.about-media-grid {
  display: grid;
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}
.about-language-grid { grid-template-columns: minmax(180px, 0.42fr) 1fr; }
.about-jobs-grid { grid-template-columns: 1fr 1fr; }
.about-media-grid figure { margin: 0; }
.about-language-grid figure { max-width: 270px; }
.about-media-grid img { width: 100%; height: auto; }
.about-jobs-grid img { aspect-ratio: 7 / 8; object-fit: cover; }
.notion-callout {
  padding: 18px 20px;
  color: var(--ink) !important;
  background: rgba(184, 217, 145, 0.35);
  font-weight: 720;
}
.about-quote-block {
  margin: 46px 0;
  padding: 30px;
  color: var(--paper) !important;
  background: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3.5vw, 2.4rem);
  line-height: 1.25;
}
.about-child-links {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.about-child-links a {
  min-height: 104px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  text-decoration: none;
}
.about-child-links a + a { padding-left: 24px; border-left: 1px solid var(--line); }
.about-child-links a:hover strong,
.about-child-links a:focus-visible strong { text-decoration: underline; text-underline-offset: 5px; }
.button {
  margin-top: 24px;
  padding: 14px 18px;
  display: inline-flex;
  gap: 18px;
  align-items: center;
  color: var(--paper);
  background: var(--field);
  font-size: 0.85rem;
  font-weight: 760;
  text-decoration: none;
}
.button:hover,
.button:focus-visible { background: var(--field-dark); }

.closing {
  padding: clamp(72px, 8vw, 108px) max(20px, calc((100vw - var(--max)) / 2));
  color: var(--paper);
  background: var(--field);
}
.closing .section-label { color: var(--leaf); }
.closing h2 {
  max-width: none;
  margin: 38px 0 52px;
  font-size: clamp(3.7rem, 7.3vw, 6.45rem);
}
.closing-link { font-weight: 760; text-underline-offset: 6px; }
.site-footer {
  padding: 30px max(20px, calc((100vw - var(--max)) / 2));
  display: flex;
  justify-content: space-between;
  gap: 30px;
  color: var(--muted);
  background: var(--paper);
  font-size: 0.76rem;
}
.site-footer p { margin: 0; }

.not-found {
  width: min(calc(100% - 40px), 780px);
  min-height: calc(100vh - 88px);
  margin: 0 auto;
  padding: 110px 0;
}
.not-found h1 {
  margin: 12px 0 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.5rem, 14vw, 9rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.06em;
}
.not-found p:not(.eyebrow) { max-width: 540px; color: var(--muted); font-size: 1.1rem; }

.article-page main { overflow: visible; }
.article-header,
.article-body,
.article-footer {
  width: min(calc(100% - 40px), 760px);
  margin: 0 auto;
}
.article-header { padding: clamp(70px, 10vw, 120px) 0 48px; }
.article-kicker {
  margin: 0 0 20px;
  color: var(--field);
  font-size: 0.73rem;
  font-weight: 780;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.article-header h1 {
  max-width: 900px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.25rem, 8vw, 6.25rem);
  font-weight: 400;
  line-height: 0.93;
  letter-spacing: -0.06em;
}
.article-deck {
  max-width: 690px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(1.12rem, 2.2vw, 1.4rem);
}
.article-meta { margin: 28px 0 0; color: var(--muted); font-size: 0.82rem; }
.article-body {
  padding: 48px 0 90px;
  border-top: 1px solid var(--line);
}
.article-body h2,
.article-body h3 {
  margin: 2.2em 0 0.65em;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.15;
}
.article-body h2 { font-size: clamp(2rem, 4.5vw, 3rem); }
.article-body h3 { font-size: clamp(1.55rem, 3.5vw, 2.15rem); }
.article-body p,
.article-body li { font-size: 1.05rem; }
.article-body p { margin: 0 0 1.2em; }
.article-body ul,
.article-body ol { margin: 0 0 1.6em; padding-left: 1.35em; }
.article-body li + li { margin-top: 0.45em; }
.article-body blockquote,
.article-callout {
  margin: 2em 0;
  padding: 20px 24px;
  color: var(--ink);
  background: var(--paper-deep);
  border-left: 4px solid var(--field);
}
.article-body blockquote p:last-child,
.article-callout p:last-child { margin-bottom: 0; }
.article-body hr { margin: 3em 0; border: 0; border-top: 1px solid var(--line); }
.article-formula {
  margin: 2em 0;
  padding: 28px;
  overflow-x: auto;
  color: var(--paper);
  background: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 4vw, 2.35rem);
  text-align: center;
}
.article-footer {
  padding: 34px 0 72px;
  border-top: 1px solid var(--line);
}
.article-footer a { font-weight: 760; text-underline-offset: 5px; }

.notion-page .article-header h1 { font-size: clamp(3.2rem, 8vw, 6.3rem); }
.notion-page .article-body { font-size: 1.03rem; }
.notion-page .article-body > p { color: var(--muted); }
.notion-page .article-body h2 {
  margin: 2.4em 0 0.7em;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}
.notion-page .article-body h3 {
  margin: 2.3em 0 0.8em;
  color: var(--field-dark);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.notion-page .article-body figure { margin: 0; }
.notion-page .article-body figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.8rem;
}
.notion-two-column {
  margin: 28px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 56px);
  align-items: start;
}
.notion-two-column img { width: 100%; height: auto; }
.notion-page-callout {
  margin: 34px 0 18px;
  padding: 18px 20px;
  background: rgba(184, 217, 145, 0.35);
  font-weight: 740;
}
.notion-people-grid {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.notion-people-grid figure {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.notion-people-grid img {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  object-fit: cover;
  object-position: top center;
}
.notion-people-grid .image-missing {
  aspect-ratio: 1 / 1.15;
  display: grid;
  place-items: center;
  padding: 16px;
  color: var(--muted);
  background: var(--paper-deep);
  text-align: center;
}
.notion-poem {
  margin: 38px 0 0;
  padding: 26px 28px;
  color: var(--ink);
  background: rgba(184, 217, 145, 0.35);
  border-left: 0;
}
.notion-poem p { margin: 0; }

@media (max-width: 900px) {
  .portfolio-map { grid-template-columns: 1fr; }
  .map-card { min-height: 260px; }
  .map-card:nth-of-type(even) { border-left: 0; }
  .map-card:nth-of-type(n+2) { border-top: 1px solid rgba(243, 240, 231, 0.2); }
  .method { padding-top: 62px; padding-bottom: 62px; }
  .method-list {
    margin-top: 44px;
    grid-template-columns: 1fr;
  }
  .method-list li,
  .method-list li + li {
    min-height: 0;
    padding: 22px 0;
    display: grid;
    grid-template-columns: 46px minmax(110px, 0.42fr) 1fr;
    gap: 18px;
    align-items: start;
    border-left: 0;
  }
  .method-list strong,
  .method-list p { margin-top: 0; }
  .about-copy { max-width: 720px; padding-top: 0; }
  .notion-people-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 780px) {
  .site-header { min-height: 72px; }
  .site-header nav { gap: 16px; }
  .site-header nav a:first-child { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 58px; }
  .hero h1 { font-size: clamp(3.7rem, 17vw, 5.4rem); }
  .portrait { max-width: 280px; justify-self: start; }
  .section-heading,
  .method-heading,
  .history-heading,
  .about-heading { grid-template-columns: 1fr; }
  .section-heading h2,
  .method-heading h2,
  .history-heading h2 { margin-top: 22px; }
  .about-heading h2 { margin-top: 22px; }
  .work-grid { grid-template-columns: 1fr; }
  .work-grid article { min-height: 265px; padding: 26px 0; }
  .work-grid article + article { padding-left: 0; border-left: 0; }
  .thought-list article { grid-template-columns: 1fr; gap: 10px; }
  .thought-row { grid-template-columns: 1fr; gap: 10px; }
  .timeline article { grid-template-columns: 1fr; gap: 10px; }
  .site-footer { flex-direction: column; }
  .about-media-grid,
  .notion-two-column { grid-template-columns: 1fr; }
  .about-language-grid figure { max-width: 220px; }
  .notion-people-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
  .site-header nav a:nth-child(2) { display: none; }
  .hero,
  .work,
  .thinking,
  .about,
  .history { width: min(calc(100% - 30px), var(--max)); }
  .portfolio,
  .method,
  .closing,
  .site-footer { padding-left: 15px; padding-right: 15px; }
  .method-list li,
  .method-list li + li {
    min-height: 0;
    padding: 20px 0;
    grid-template-columns: 34px 1fr;
    gap: 6px 12px;
    border-left: 0 !important;
  }
  .method-list li p { grid-column: 2; }
  .map-card { padding: 28px 22px; }
  .closing h2 { font-size: clamp(3.7rem, 19vw, 6rem); }
  .masthead { height: 230px; }
  .masthead img { object-position: 47% 50%; }
  .article-header,
  .article-body,
  .article-footer { width: min(calc(100% - 30px), 760px); }
  .about-child-links { grid-template-columns: 1fr; }
  .about-child-links a + a { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .notion-people-grid { gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
