:root {
  --paper: #f6f4ee;
  --surface: #fffefa;
  --ink: #17211d;
  --muted: #5f6964;
  --accent: #315848;
  --accent-dark: #234235;
  --accent-soft: #e8eee9;
  --line: #d8ded9;
  --max: 1120px;
  --reading: 760px;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(31, 54, 44, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--accent-dark); text-underline-offset: 3px; }
a:hover { color: var(--accent); }
img { max-width: 100%; }

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(246, 244, 238, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(216, 222, 217, .85);
}
.nav-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 1.18rem;
  letter-spacing: -.01em;
  text-decoration: none;
  color: var(--ink);
}
nav {
  display: flex;
  gap: 1.35rem;
  align-items: center;
  flex-wrap: wrap;
}
nav a {
  text-decoration: none;
  color: var(--muted);
  font-size: .93rem;
  font-weight: 650;
}
nav a:hover,
nav a[aria-current="page"] { color: var(--ink); }
.nav-cv {
  border: 1px solid var(--accent);
  color: var(--accent-dark);
  border-radius: 999px;
  padding: .42rem .82rem;
}

main { overflow: hidden; }

.hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 100px 28px 84px;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, .65fr);
  gap: 72px;
  align-items: end;
}
.eyebrow {
  margin: 0 0 1.1rem;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .76rem;
  font-weight: 800;
  color: var(--accent);
}
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ink);
  text-wrap: balance;
}
h1 {
  font-size: clamp(2.9rem, 6.2vw, 5.2rem);
  line-height: .99;
  letter-spacing: -.045em;
  margin: 0 0 1.15rem;
}
.hero-role {
  margin: 0 0 2.3rem;
  font-weight: 650;
  color: var(--muted);
  font-size: 1.04rem;
}
.hero-tagline {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 3.4vw, 3rem);
  line-height: 1.14;
  letter-spacing: -.025em;
  margin: 0 0 1.4rem;
  max-width: 800px;
}
.hero-dek {
  font-size: 1.13rem;
  max-width: 720px;
  color: #36433d;
  margin-bottom: 2rem;
}
.actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  padding: .72rem 1.05rem;
  font-size: .91rem;
  font-weight: 750;
  border: 1px solid var(--accent);
  transition: transform .15s ease, background .15s ease;
}
.button:hover { transform: translateY(-1px); }
.button.primary { background: var(--accent); color: white; }
.button.primary:hover { background: var(--accent-dark); }
.button.secondary { background: transparent; color: var(--accent-dark); }

.hero-aside {
  border-left: 1px solid var(--line);
  padding-left: 30px;
  padding-bottom: 8px;
}
.hero-aside p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}
.hero-aside strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ink);
  font-size: 1.1rem;
  margin: .48rem 0 1.4rem;
  line-height: 1.35;
}

.section {
  padding: 88px 28px;
}
.section.alt {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.wrap {
  max-width: var(--max);
  margin: 0 auto;
}
.reading {
  max-width: var(--reading);
}
.section-kicker {
  margin: 0 0 .75rem;
  font-size: .74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .13em;
  color: var(--accent);
}
h2 {
  font-size: clamp(2.15rem, 4vw, 3.55rem);
  letter-spacing: -.035em;
  line-height: 1.08;
  margin: 0 0 1.6rem;
}
h3 {
  font-size: 1.55rem;
  line-height: 1.22;
  letter-spacing: -.018em;
  margin: 0 0 .8rem;
}
.lead {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  line-height: 1.5;
  color: #2e3b35;
}
.pull-question {
  margin: 2rem 0;
  padding: 1.4rem 0 1.4rem 1.5rem;
  border-left: 3px solid var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.45;
  font-weight: 700;
}
.muted { color: var(--muted); }

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 27px;
  background: rgba(255,255,255,.42);
}
.alt .card { background: var(--paper); }
.card p:last-child { margin-bottom: 0; }
.card-link {
  font-weight: 750;
  text-decoration: none;
}
.meta {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .72rem;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: .65rem;
}
.work-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.work {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr);
  gap: 50px;
  padding: 32px 0;
  border-top: 1px solid var(--line);
}
.work:last-child { border-bottom: 1px solid var(--line); }
.work h3 { margin-top: .05rem; }
.work p { margin-top: 0; }

.pub {
  padding: 27px 0;
  border-top: 1px solid var(--line);
}
.pub:last-child { border-bottom: 1px solid var(--line); }
.pub-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: .45rem;
}
.pub-meta {
  margin: 0;
  color: var(--muted);
}
.award {
  display: inline-block;
  margin-top: .65rem;
  background: var(--accent-soft);
  color: var(--accent-dark);
  border-radius: 999px;
  padding: .25rem .65rem;
  font-size: .78rem;
  font-weight: 750;
}

.page-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 90px 28px 58px;
}
.page-hero h1 {
  font-size: clamp(3rem, 7vw, 5.4rem);
}
.page-hero .lead { max-width: 820px; }

.topic {
  display: grid;
  grid-template-columns: minmax(210px, .62fr) minmax(0, 1.38fr);
  gap: 68px;
  padding: 56px 0;
  border-top: 1px solid var(--line);
}
.topic:last-child { border-bottom: 1px solid var(--line); }
.topic-label {
  position: sticky;
  top: 105px;
  align-self: start;
}
.related {
  margin-top: 1.5rem;
  font-size: .89rem;
  color: var(--muted);
}
.related strong { color: var(--ink); }

.footer {
  border-top: 1px solid var(--line);
  padding: 48px 28px 60px;
}
.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-end;
}
.footer-name {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 1.1rem;
}
.footer p { margin: .2rem 0; color: var(--muted); font-size: .9rem; }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-end;
}
.footer-links a { font-size: .88rem; font-weight: 700; text-decoration: none; }

@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; gap: 40px; padding-top: 70px; }
  .hero-aside { border-left: 0; border-top: 1px solid var(--line); padding: 28px 0 0; }
  .grid-3 { grid-template-columns: 1fr; }
  .work, .topic { grid-template-columns: 1fr; gap: 8px; }
  .topic-label { position: static; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .nav-wrap { padding: 15px 18px; align-items: flex-start; }
  nav { gap: .72rem 1rem; justify-content: flex-end; }
  nav a { font-size: .83rem; }
  .nav-cv { padding: .25rem .55rem; }
  .hero, .section, .page-hero { padding-left: 20px; padding-right: 20px; }
  .hero { padding-top: 58px; padding-bottom: 64px; }
  .section { padding-top: 66px; padding-bottom: 66px; }
  .footer { padding-left: 20px; padding-right: 20px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
