@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Spectral:wght@400;500;600&display=swap');

:root {
  --paper: #f6f1e8;
  --paper-deep: #eee6d9;
  --ink: #20201d;
  --muted: #5f5b54;
  --moss: #667255;
  --moss-dark: #4f5b42;
  --line: #d8d0c3;
  --white: #fffdf8;
  --max: 1180px;
  --reading: 680px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration-color: rgba(102, 114, 85, .82);
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;
}

a:hover { color: var(--moss-dark); }

img { max-width: 100%; display: block; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 100;
  background: var(--ink);
  color: var(--paper);
  padding: .7rem 1rem;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.site-header {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 28px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.wordmark {
  font-family: 'Spectral', Georgia, serif;
  font-size: 1.16rem;
  font-weight: 600;
  letter-spacing: -.015em;
  text-decoration: none;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: .88rem;
}

.nav a {
  text-decoration: none;
  color: var(--muted);
  transition: color .18s ease;
}
.nav a:hover,
.nav a[aria-current='page'] { color: var(--moss-dark); }
.nav a[aria-current='page'] {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .35em;
}

.menu-button { display: none; }

main { min-height: 70vh; }

.shell {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.reading-shell {
  width: min(calc(100% - 40px), var(--reading));
  margin: 0 auto;
}

.hero {
  padding: clamp(72px, 9vw, 126px) 0 clamp(76px, 9vw, 128px);
  border-bottom: 1px solid var(--line);
}

.hero h1,
.page-title,
.article-title {
  margin: 0;
  font-family: 'Spectral', Georgia, serif;
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.02;
}

.hero h1 {
  max-width: 900px;
  font-size: clamp(3.7rem, 7.6vw, 6.4rem);
}

.hero .dek {
  max-width: 760px;
  margin: 1.75rem 0 0;
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.38;
  color: #35342f;
}

.hero .intro {
  max-width: 670px;
  margin: 1.6rem 0 0;
  color: #4e4b45;
  font-size: 1.02rem;
}

.hero-links,
.text-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 1.85rem;
}

.text-link {
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--moss);
  padding-bottom: .15rem;
  transition: color .18s ease, border-color .18s ease;
}
.text-link:hover { border-color: var(--moss-dark); }

.section {
  padding: clamp(60px, 7vw, 96px) 0;
  border-bottom: 1px solid var(--line);
}

.section:last-child { border-bottom: 0; }

.section-label,
.eyebrow {
  margin: 0 0 1.25rem;
  color: var(--moss-dark);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .7rem;
  font-weight: 600;
}

.section-title {
  margin: 0 0 2.2rem;
  max-width: 780px;
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.latest-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(240px, .55fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: start;
}

.article-feature h3 {
  margin: 0;
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(2.2rem, 4.4vw, 4rem);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -.03em;
}

.article-feature p {
  max-width: 650px;
  margin: 1.15rem 0 0;
  font-family: 'Spectral', Georgia, serif;
  color: #37352f;
  font-size: 1.08rem;
  line-height: 1.72;
}

.meta {
  color: var(--muted);
  font-size: .82rem;
  letter-spacing: .01em;
}

.note-block {
  border-top: 1px solid var(--moss);
  padding-top: 1.1rem;
  color: var(--muted);
  font-size: .9rem;
}

.topic-grid,
.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 3.5rem;
}

.topic,
.project-card {
  padding: 1.6rem 0 1.9rem;
  border-top: 1px solid var(--line);
}

.topic h3,
.project-card h3 {
  margin: 0 0 .55rem;
  font-family: 'Spectral', Georgia, serif;
  font-size: 1.48rem;
  font-weight: 500;
  letter-spacing: -.012em;
}

.topic p,
.project-card p {
  margin: 0;
  color: #45423d;
  font-size: 1.125rem;
  line-height: 1.68;
}

.project-card .text-link { display: inline-block; margin-top: 1rem; }

.about-teaser {
  display: grid;
  grid-template-columns: minmax(0, .65fr) minmax(0, 1.35fr);
  gap: clamp(40px, 8vw, 120px);
}

.about-teaser .big-line {
  margin: 0;
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(1.9rem, 3.3vw, 3rem);
  line-height: 1.14;
  letter-spacing: -.02em;
}

.about-teaser .body-copy {
  max-width: 640px;
  font-family: 'Spectral', Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.74;
}

.page-hero {
  padding: clamp(64px, 8vw, 108px) 0 clamp(46px, 6vw, 72px);
  border-bottom: 1px solid var(--line);
}

.page-title { font-size: clamp(3.6rem, 7vw, 6rem); }

.page-intro {
  margin: 1.6rem 0 0;
  max-width: 700px;
  font-family: 'Spectral', Georgia, serif;
  color: #393832;
  font-size: clamp(1.3rem, 2.15vw, 1.7rem);
  line-height: 1.48;
}

.prose-section {
  padding: clamp(42px, 5.4vw, 64px) 0;
  border-bottom: 1px solid var(--line);
}

.prose-section:last-child { border-bottom: 0; }

.prose-section .reading-shell {
  font-family: 'Spectral', Georgia, serif;
  font-size: 1.12rem;
  line-height: 1.8;
}

.prose-section h2 {
  margin: 0 0 1.15rem;
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(1.85rem, 3.2vw, 2.65rem);
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.14;
}

.prose-section h3 {
  margin: 2.1rem 0 .7rem;
  font-family: 'Spectral', Georgia, serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.prose-section p { margin: 0 0 1.15rem; }
.prose-section p:last-child { margin-bottom: 0; }
.prose-section .question {
  font-family: 'Spectral', Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.5;
  margin: 1.65rem 0;
}

.work-group {
  padding: clamp(52px, 6.5vw, 78px) 0;
  border-bottom: 1px solid var(--line);
}
.work-group:last-child { border-bottom: 0; }
.work-group > .shell {
  display: grid;
  grid-template-columns: minmax(160px,.3fr) minmax(0,1fr);
  gap: clamp(32px,6vw,86px);
}
.work-kicker {
  color: var(--moss-dark);
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-weight: 600;
  padding-top: .35rem;
}
.work-body {
  max-width: 720px;
  font-family: 'Spectral', Georgia, serif;
  font-size: 1.11rem;
  line-height: 1.78;
}
.work-body h2 {
  margin: 0 0 .35rem;
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(2.15rem, 4vw, 3.35rem);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.08;
}
.work-body .subhead {
  margin: 0 0 1.35rem;
  color: var(--moss-dark);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: .92rem;
  font-weight: 500;
}
.work-body p { margin: 0 0 1.05rem; }
.work-body .question {
  font-family: 'Spectral', Georgia, serif;
  font-size: 1.46rem;
  line-height: 1.5;
  margin: 1.4rem 0;
}
.work-body .text-link {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: .94rem;
}

.writing-list { border-top: 1px solid var(--line); }
.writing-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
}
.writing-item h2 {
  margin: 0 0 .55rem;
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -.018em;
}
.writing-item h2 a { text-decoration: none; }
.writing-item p {
  margin: 0;
  max-width: 660px;
  font-family: 'Spectral', Georgia, serif;
  color: #494741;
  font-size: 1.06rem;
  line-height: 1.72;
}
.writing-item .meta { text-align: right; }

.article-header {
  padding: clamp(64px, 8vw, 104px) 0 48px;
  border-bottom: 1px solid var(--line);
}
.article-title { font-size: clamp(3.25rem, 6.5vw, 5.35rem); }
.article-subtitle {
  margin: 1.4rem 0 0;
  max-width: 680px;
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(1.28rem, 2.1vw, 1.65rem);
  line-height: 1.48;
  color: #393832;
}
.article-byline {
  margin-top: 1.5rem;
  color: var(--muted);
  font-size: .88rem;
}
.article-body { padding: 48px 0 82px; }
.article-body .reading-shell {
  font-family: 'Spectral', Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.8;
}
.article-body p { margin: 0 0 1.35rem; }
.article-body h2 {
  margin: 2.85rem 0 1rem;
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -.018em;
  line-height: 1.16;
}
.article-body blockquote {
  margin: 2rem 0;
  padding: 0 0 0 1.35rem;
  border-left: 2px solid var(--moss);
  font-family: 'Spectral', Georgia, serif;
  font-size: 1.42rem;
  line-height: 1.54;
}
.article-body .closing {
  margin-top: 2.6rem;
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.05rem);
  line-height: 1.34;
}
.sources {
  margin-top: 3.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: .86rem;
  line-height: 1.6;
}
.sources h2 {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 1rem;
  margin: 0 0 .9rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.sources ul { padding-left: 1.2rem; }

.site-footer {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 32px 0 44px;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .83rem;
}
.footer-links { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.footer-links a { text-decoration: none; }

@media (max-width: 760px) {
  body { font-size: 16px; }
  .site-header {
    width: min(calc(100% - 28px), var(--max));
    padding-top: 20px;
    align-items: flex-start;
  }
  .menu-button {
    display: block;
    appearance: none;
    background: transparent;
    border: 1px solid var(--line);
    padding: .45rem .65rem;
    border-radius: 999px;
    font: inherit;
    color: var(--ink);
  }
  .nav {
    display: none;
    position: absolute;
    top: 68px;
    right: 14px;
    padding: 1rem 1.2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: .8rem;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: 0 12px 40px rgba(40,35,28,.08);
    z-index: 20;
  }
  .nav.open { display: flex; }
  .shell,
  .reading-shell { width: min(calc(100% - 28px), var(--max)); }
  .hero { padding: 62px 0 74px; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 4.6rem); }
  .latest-grid,
  .topic-grid,
  .project-grid,
  .about-teaser,
  .work-group > .shell,
  .writing-item { grid-template-columns: 1fr; }
  .latest-grid { gap: 2.4rem; }
  .topic-grid,
  .project-grid { gap: 0; }
  .work-group > .shell { gap: .9rem; }
  .writing-item .meta { text-align: left; }
  .prose-section .reading-shell,
  .article-body .reading-shell,
  .work-body { font-size: 1.06rem; }
  .site-footer {
    width: min(calc(100% - 28px), var(--max));
    flex-direction: column;
  }
}

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