:root {
  --paper: #f4f1eb;
  --ink: #171715;
  --muted: #6f6c65;
  --line: #d7d2c8;
  --panel: #292927;
  --max: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 10; background: var(--paper); padding: .6rem 1rem; }
.site-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.1rem 3rem 1.8rem;
  border-bottom: 1px solid var(--line);
}
.wordmark { font-size: clamp(1.45rem, 2.3vw, 2.35rem); font-weight: 500; letter-spacing: .015em; text-decoration: none; }
.site-nav { display: flex; flex-wrap: wrap; gap: 1.7rem; }
.site-nav a { color: var(--muted); font-size: .82rem; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--ink); }
main { min-height: 70vh; }
.hero, .page-intro, .content, .series, .work-index { max-width: var(--max); margin-inline: auto; padding-inline: 3rem; }
.hero { display: grid; grid-template-columns: minmax(15rem, .72fr) minmax(20rem, 1.45fr); gap: clamp(2rem, 7vw, 8rem); align-items: center; padding-top: clamp(3rem, 7vw, 7rem); padding-bottom: clamp(4rem, 8vw, 8rem); }
.eyebrow { margin: 0 0 1rem; color: var(--muted); font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { font-weight: 400; line-height: 1.12; }
h1 { margin: 0 0 1.4rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3rem, 7vw, 7.7rem); letter-spacing: -.035em; }
h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 4vw, 4.4rem); letter-spacing: -.025em; }
h3 { font-size: clamp(1.25rem, 2vw, 1.8rem); }
.lede { max-width: 35rem; color: #45433f; font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.text-link { display: inline-block; margin-top: 1.1rem; padding-bottom: .15rem; border-bottom: 1px solid; text-decoration: none; }
.hero-art { background: var(--panel); padding: clamp(1rem, 4vw, 4rem); }
.hero-art img { width: 100%; max-height: 72vh; object-fit: contain; }
.page-intro { padding-top: clamp(3rem, 8vw, 7rem); padding-bottom: clamp(3rem, 6vw, 6rem); }
.page-intro h1 { max-width: 12ch; }
.statement { max-width: 56rem; columns: 2; column-gap: 4rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.15rem, 1.8vw, 1.55rem); }
.work-index { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(2rem, 5vw, 5rem) 2rem; padding-bottom: 7rem; }
.project-card { text-decoration: none; }
.project-card figure { margin: 0; }
.project-card .image-frame { aspect-ratio: 4 / 3; overflow: hidden; background: #dedad1; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.project-card:hover img { transform: scale(1.015); }
.project-card h2 { margin: 1rem 0 .2rem; font-family: Arial, Helvetica, sans-serif; font-size: clamp(1.35rem, 2vw, 2rem); }
.project-card p { margin: 0; color: var(--muted); }
.series { padding-top: 2rem; padding-bottom: clamp(4rem, 9vw, 9rem); border-top: 1px solid var(--line); }
.series-header { margin: 0 0 2.5rem; padding-top: 2rem; }
.series-header h2, .series-header p { margin: 0; }
.art-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 2.4vw, 2.5rem); align-items: start; }
.art-grid figure { margin: 0; background: #e3dfd7; }
.art-grid img { width: 100%; height: auto; }
.art-grid figcaption { padding: .7rem .85rem; color: var(--muted); font-size: .78rem; }
.content { padding-top: 5rem; padding-bottom: 7rem; }
.about-grid { display: grid; grid-template-columns: minmax(15rem, .65fr) minmax(20rem, 1.2fr); gap: clamp(2rem, 8vw, 8rem); }
.portrait { position: sticky; top: 2rem; align-self: start; }
.prose { max-width: 48rem; }
.prose h1 { font-size: clamp(3rem, 6vw, 6.3rem); }
.prose h2 { margin-top: 4rem; padding-top: 2rem; border-top: 1px solid var(--line); font-size: clamp(1.8rem, 3vw, 3rem); }
.cv-list { list-style: none; padding: 0; }
.cv-list li { display: grid; grid-template-columns: 5rem 1fr; gap: 1rem; padding: .65rem 0; border-top: 1px solid var(--line); }
.site-footer { max-width: var(--max); margin: 0 auto; padding: 2.2rem 3rem 3rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 2rem; color: var(--muted); font-size: .8rem; }

@media (max-width: 760px) {
  .site-header { display: block; padding: 1.4rem 1.25rem; }
  .site-nav { gap: 1rem; margin-top: 1rem; }
  .hero, .about-grid { grid-template-columns: 1fr; }
  .hero, .page-intro, .content, .series, .work-index { padding-inline: 1.25rem; }
  .hero-art { order: -1; }
  .work-index, .art-grid { grid-template-columns: 1fr; }
  .statement { columns: 1; }
  .portrait { position: static; max-width: 28rem; }
  .site-footer { padding-inline: 1.25rem; flex-direction: column; }
}
