@charset "UTF-8";
:root {
  --paper: #f5f1e9;
  --ink: #25231f;
  --muted: #686056;
  --accent: #a43828;
  --line: #d5cbbc;
  --white: #fff;
  --serif: Georgia,'Times New Roman',serif;
  --sans: 'Segoe UI',Arial,sans-serif;
  --mono: 'SFMono-Regular',Consolas,'Liberation Mono',monospace
}
* {
  box-sizing: border-box
}
html {
  scroll-padding-top: 110px
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased
}
img {
  max-width: 100%;
  display: block;
  height: auto
}
a {
  color: inherit;
  text-underline-offset: 5px
}
button,input,textarea,select {
  font: inherit
}
button,a,input,textarea,select {
  -webkit-tap-highlight-color: transparent
}
button {
  cursor: pointer
}
button:disabled {
  cursor: wait;
  opacity: .65
}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px
}
a:hover {
  color: var(--accent)
}
h1,h2,h3,p,figure {
  margin: 0
}
p+p {
  margin-top: 1rem
}
h1,h2,h3 {
  line-height: 1.15;
  font-weight: 600
}
h1,h2 {
  letter-spacing: -.055em
}
h1 {
  font-size: clamp(2.65rem,4.7vw,4.7rem)
}
h2 {
  font-size: clamp(2.2rem,3.5vw,3.6rem)
}
h3 {
  font-size: 1.2rem;
  letter-spacing: -.025em
}
h1 em {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--accent);
  letter-spacing: -.055em
}
::selection {
  background: #ecd4c8
}
section[id] {
  scroll-margin-top: 0
}
[hidden] {
  display: none!important
}
.shell {
  width: min(1200px,calc(100% - 96px));
  margin-inline: auto
}
.section {
  padding-block: 108px
}
.eyebrow {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 24px
}
.meta {
  font-size: .76rem;
  color: var(--muted);
  letter-spacing: .01em
}
.muted {
  color: var(--muted)
}
.accent {
  color: var(--accent)
}
.lead {
  font-size: 1.18rem;
  line-height: 1.7
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 12px;
  padding: 12px 20px;
  background: var(--ink);
  color: white;
  z-index: 100;
  transform: translateY(-160%)
}
.skip-link:focus {
  transform: none
}
.site-header {
  position: sticky;
  top: 0;
  background: var(--paper);
  z-index: 30;
  border-bottom: 1px solid var(--line)
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
  gap: 24px
}
.brand {
  display: flex;
  gap: 16px;
  align-items: center;
  text-decoration: none;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.3
}
.brand-mark {
  font-size: 2.3rem;
  letter-spacing: -.12em;
  line-height: 1
}
.brand-mark span {
  color: var(--accent)
}
.brand-role {
  display: block;
  font-size: .65rem;
  font-weight: 400;
  color: var(--muted);
  margin-top: 4px;
  letter-spacing: .015em
}
.primary-nav {
  display: flex;
  gap: 34px;
  align-items: center
}
.primary-nav a {
  font-size: .82rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-decoration: none
}
.primary-nav a[aria-current=page] {
  text-decoration: underline
}
.primary-nav .nav-contact {
  border: 1px solid var(--ink);
  padding: 10px 19px;
  gap: 30px
}
.menu-toggle {
  min-height: 44px;
  min-width: 72px;
  border: 1px solid var(--line);
  background: transparent;
  padding: 8px 12px;
  color: var(--ink)
}
.actions {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px
}
.button {
  display: inline-flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  font-weight: 500;
  font-size: .82rem;
  text-decoration: none
}
.button:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white)
}
.button-outline {
  background: transparent;
  color: var(--ink)
}
.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 24px;
  font-size: .83rem;
  font-weight: 600
}
.section-heading {
  margin-bottom: 54px
}
.heading-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 36px
}
.heading-row>p {
  font-size: .85rem;
  color: var(--muted)
}
.about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px
}
.prose {
  line-height: 1.8
}
.prose p {
  color: #51594f
}
.prose .lead {
  color: var(--ink)
}
.prose .button {
  margin-top: 28px
}
.experience {
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  gap: 80px;
  border-top: 1px solid var(--line);
  margin-top: 84px;
  padding-top: 60px
}
.experience>div>p:not(.eyebrow) {
  margin-top: 24px;
  font-size: .84rem
}
.timeline article {
  padding-bottom: 30px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--line)
}
.timeline article:last-child {
  margin: 0;
  padding-bottom: 0;
  border: 0
}
.timeline h3 {
  margin: 8px 0 12px;
  font-size: 1.06rem
}
.timeline h3 span {
  font-weight: 400;
  color: var(--muted)
}
.timeline article>p:last-child {
  font-size: .85rem;
  color: var(--muted)
}
.work-section {
  background: #eceee6;
  border-block: 1px solid var(--line)
}
.project-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 32px
}
.project-body {
  padding: 21px 0 0
}
.project-body h3 {
  margin: 7px 0 12px;
  font-size: 1.3rem
}
.project-body h3 a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  min-height: 44px;
  align-items: center
}
.project-body p:last-child {
  font-size: .87rem;
  color: var(--muted);
  max-width: 440px
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 28px
}
.article-card {
  border-top: 1px solid var(--ink);
  padding-top: 22px;
  display: flex;
  flex-direction: column
}
.article-topline {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  font-size: .65rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 26px
}
.article-kind {
  color: var(--accent);
  font-weight: 600
}
.article-card h3 {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 15px
}
.article-card h3 a {
  text-decoration: none
}
.article-card>p {
  font-size: .85rem;
  color: var(--muted);
  margin-bottom: 24px
}
.article-card .article-meta {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: .7rem;
  color: var(--muted)
}
.article-card .text-link {
  margin-top: 8px
}
.contact-section {
  background: #ebece4;
  border-block: 1px solid var(--line)
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px
}
.contact-layout .lead {
  margin-block: 25px 15px;
  max-width: 400px
}
.contact-layout>div>p:not(.lead):not(.eyebrow) {
  font-size: .85rem;
  max-width: 390px;
  color: var(--muted)
}
.contact-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-block: 30px
}
.contact-links a {
  font-size: .82rem;
  min-height: 44px;
  display: flex;
  align-items: center
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}
label {
  display: block;
  font-size: .76rem;
  font-weight: 600;
  margin-bottom: 8px
}
label span {
  font-weight: 400;
  color: var(--muted);
  font-size: .66rem
}
input,textarea,select {
  width: 100%;
  min-width: 0;
  border: 1px solid #a6ada0;
  background: #f6f5f1;
  color: var(--ink);
  padding: 12px;
  min-height: 48px;
  border-radius: 0
}
input,textarea {
  margin-bottom: 21px
}
textarea {
  resize: vertical;
  display: block
}
input::placeholder,textarea::placeholder {
  color: #676d63;
  font-size: .84rem
}
.form-note {
  font-size: .7rem;
  color: var(--muted);
  margin-bottom: 20px
}
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%)
}
#form-status {
  margin-top: 18px;
  font-size: .87rem
}
#form-status[data-state=error] {
  color: #a32619
}
#form-status[data-state=success] {
  color: #285432
}
.site-footer {
  padding-block: 56px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px
}
.footer-name {
  font-size: 1.35rem;
  font-weight: 600;
  text-decoration: none
}
.site-footer p {
  font-size: .78rem;
  color: var(--muted);
  margin-top: 6px
}
.site-footer nav {
  display: flex;
  gap: 8px 26px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: start
}
.site-footer nav a {
  font-size: .75rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  min-height: 44px
}
.footer-bottom {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  font-size: .68rem;
  color: var(--muted)
}
.footer-bottom a {
  min-height: 44px
}
.page-intro {
  padding-block: 48px 65px
}
.back-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: .76rem;
  text-decoration: none;
  margin-bottom: 40px
}
.page-intro h1 {
  max-width: 900px
}
.page-intro .lead {
  max-width: 650px;
  margin-top: 25px;
  color: var(--muted)
}
.page-intro .meta {
  margin-top: 24px
}
.guide-layout {
  display: grid;
  grid-template-columns: 230px minmax(0,740px);
  gap: 80px;
  padding-bottom: 95px;
  align-items: start
}
.guide-nav {
  position: sticky;
  top: 125px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--ink)
}
.guide-nav a {
  padding: 15px 0;
  min-height: 48px;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  font-size: .86rem
}
.guide-nav a span {
  font-size: .7rem;
  color: var(--muted)
}
.guide-content section {
  padding-block: 10px 45px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--line)
}
.guide-content h2 {
  font-size: 2.1rem;
  margin-bottom: 24px
}
.guide-content h3,.article-body h2 {
  margin: 34px 0 16px
}
.prose ul {
  padding-left: 22px;
  color: #51594f
}
.prose li+li {
  margin-top: 12px
}
.blog-toolbar {
  display: grid;
  grid-template-columns: minmax(200px,1fr) 240px;
  gap: 24px;
  align-items: end;
  border-block: 1px solid var(--line);
  padding-block: 24px;
  margin-bottom: 20px
}
.blog-toolbar input {
  margin: 0
}
.results-count {
  margin-bottom: 34px;
  font-size: .8rem;
  color: var(--muted)
}
.blog-list {
  padding-bottom: 100px
}
.blog-list .article-grid {
  row-gap: 60px
}
.empty-state {
  padding: 40px 0
}
.empty-state button {
  margin-top: 20px
}
.article-layout {
  display: grid;
  grid-template-columns: 230px minmax(0,730px);
  gap: 75px;
  align-items: start;
  padding-bottom: 95px
}
.article-body {
  font-size: 1.05rem;
  overflow-wrap: anywhere
}
.article-body h2 {
  font-size: 1.8rem;
  letter-spacing: -.035em;
  scroll-margin-top: 120px
}
.article-body section:first-child h2 {
  margin-top: 0
}
.article-body section {
  margin-bottom: 40px
}
.article-body h3 {
  margin-block: 25px 12px
}
.article-body .sources {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  font-size: .86rem
}
.sources li {
  padding-left: 4px
}
.article-end {
  border-block: 1px solid var(--line);
  padding-block: 28px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px
}
.report-note {
  font-size: .82rem;
  border-left: 2px solid var(--accent);
  padding-left: 18px;
  max-width: 650px;
  margin-top: 24px;
  color: var(--muted)
}
.related {
  padding-block: 65px;
  border-top: 1px solid var(--line)
}
.related h2 {
  font-size: 2.2rem;
  margin-bottom: 35px
}
.error-page {
  min-height: 60vh;
  padding-block: 85px
}
.error-page p {
  max-width: 550px;
  margin-top: 25px
}
.stack-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 32px;
  margin-top: 8px
}
.stack-group h3 {
  font-size: .95rem;
  margin-bottom: 12px
}
.stack-group p {
  font-size: .8rem;
  color: var(--muted);
  margin-bottom: 14px;
  max-width: 420px
}
.stack-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}
.stack-tags span {
  display: inline-block;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: .78rem;
  color: var(--ink)
}
.timeline-tags {
  margin-top: 12px;
  gap: 6px
}
.timeline-tags span {
  font-size: .7rem;
  padding: 4px 10px
}
@media(max-width:1000px) {
  .shell {
    width: calc(100% - 64px)
  }
  .primary-nav {
    gap: 24px
  }
  .about-layout,.contact-layout {
    gap: 48px
  }
  .experience {
    gap: 45px
  }
  .guide-layout,.article-layout {
    grid-template-columns: 180px minmax(0,1fr);
    gap: 40px
  }
  .article-grid {
    gap: 22px
  }
  .article-card h3 {
    font-size: 1.23rem
  }
}
@media(max-width:760px) {
  html {
    scroll-padding-top: 95px
  }
  .shell {
    width: calc(100% - 40px)
  }
  .header-inner {
    min-height: 78px;
    flex-wrap: wrap;
    gap: 12px
  }
  .brand {
    gap: 12px;
    font-size: .8rem
  }
  .brand-mark {
    font-size: 2rem
  }
  .primary-nav {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 15px;
    flex-wrap: wrap
  }
  .primary-nav .nav-contact {
    padding: 7px 12px;
    gap: 15px
  }
  .nav-ready .primary-nav {
    display: none
  }
  .nav-ready .primary-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2px
  }
  .nav-ready .primary-nav a {
    padding: 10px 0;
    min-height: 48px
  }
  .nav-ready .primary-nav .nav-contact {
    padding: 10px 12px;
    justify-content: space-between
  }
  .section {
    padding-block: 65px
  }
  .section-heading {
    margin-bottom: 36px
  }
  .section-heading .eyebrow {
    margin-bottom: 18px
  }
  .heading-row {
    display: block
  }
  .heading-row>p,.heading-row>.text-link {
    margin-top: 22px
  }
  .about-layout,.experience,.contact-layout {
    grid-template-columns: 1fr;
    gap: 38px
  }
  .about-layout .lead {
    font-size: 1.1rem
  }
  .experience {
    margin-top: 48px;
    padding-top: 40px
  }
  .experience .eyebrow {
    margin-bottom: 15px
  }
  .project-grid {
    gap: 36px 20px
  }
  .article-grid {
    grid-template-columns: 1fr;
    gap: 38px
  }
  .article-topline {
    margin-bottom: 18px
  }
  .article-card h3 {
    font-size: 1.6rem
  }
  .article-card .article-meta {
    margin-top: 0
  }
  .article-card>p {
    font-size: .91rem
  }
  .contact-layout {
    gap: 38px
  }
  .site-footer {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 40px
  }
  .site-footer nav {
    justify-content: flex-start;
    gap: 4px 22px
  }
  .footer-bottom {
    flex-wrap: wrap;
    font-size: .63rem;
    gap: 12px
  }
  .page-intro {
    padding-block: 30px 38px
  }
  .back-link {
    margin-bottom: 28px
  }
  .page-intro .eyebrow {
    font-size: .65rem
  }
  .page-intro .lead {
    font-size: 1.05rem
  }
  .guide-layout,.article-layout {
    display: block;
    padding-bottom: 55px
  }
  .guide-nav {
    position: static;
    margin-bottom: 38px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px
  }
  .guide-nav a {
    font-size: .8rem;
    gap: 12px
  }
  .guide-content h2 {
    font-size: 1.8rem
  }
  .guide-content section {
    margin-bottom: 25px;
    padding-bottom: 32px
  }
  .blog-toolbar {
    grid-template-columns: 1fr 180px;
    gap: 16px
  }
  .blog-list {
    padding-bottom: 55px
  }
  .article-body {
    font-size: 1rem
  }
  .article-body h2 {
    font-size: 1.6rem
  }
  .article-body section {
    margin-bottom: 30px
  }
  .related {
    padding-block: 45px
  }
  .stack-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }
}
@media(max-width:480px) {
  .project-grid {
    grid-template-columns: 1fr
  }
  .form-row,.blog-toolbar {
    grid-template-columns: 1fr
  }
  .form-row {
    gap: 0
  }
  .brand-role {
    font-size: .6rem
  }
  .actions {
    gap: 14px 24px
  }
  .button {
    padding-inline: 18px;
    gap: 22px
  }
  .footer-bottom span:last-of-type {
    display: none
  }
  .stack-tags span {
    padding: 5px 12px;
    font-size: .72rem
  }
}
@media(prefers-reduced-motion:no-preference) {
  a,button {
    transition: color .15s,background-color .15s,border-color .15s
  }
}
@media print {
  .site-header,.site-footer,.menu-toggle,.skip-link,.blog-toolbar,.guide-nav,form {
    display: none!important
  }
  .shell {
    width: 100%
  }
  body {
    background: #fff;
    color: #000
  }
  .section {
    padding-block: 24px
  }
  h2 {
    font-size: 26px
  }
  .article-layout,.guide-layout {
    display: block
  }
  .project,.article-card {
    break-inside: avoid
  }
}
/* Personal masthead and editorial layout. */
.eyebrow, .meta, .article-topline, .project-number, .personal-strip, .manuscript-label {
  font-family: var(--mono);
}
.eyebrow {
  letter-spacing: .07em;
  font-weight: 400;
}
.site-header {
  border-bottom-color: var(--ink);
}
.brand-mark {
  color: var(--accent);
}
.primary-nav .nav-contact {
  border: 0;
  border-bottom: 1px solid var(--ink);
  padding-inline: 0;
}
.identity {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  grid-template-areas: 'heading portrait' 'intro portrait';
  column-gap: 80px;
  padding-block: 62px 50px;
  align-items: start;
}
.identity-heading {
  grid-area: heading;
}
.identity-heading .eyebrow {
  margin-bottom: 32px;
  font-size: .7rem;
}
.identity h1 {
  font-size: clamp(5.3rem, 9.2vw, 8.3rem);
  line-height: .87;
  letter-spacing: -.085em;
  font-weight: 650;
}
.name-period {
  color: var(--accent);
}
.identity-intro {
  grid-area: intro;
  margin-top: 34px;
  max-width: 520px;
}
.identity-intro > p:not(.identity-roles) {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--muted);
  margin-top: 12px;
}
.identity-roles {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: -.02em;
}
.identity .actions {
  margin-top: 24px;
}
.identity-portrait {
  grid-area: portrait;
  margin: 12px 0 0;
}
.identity-portrait img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center;
}
.identity-portrait figcaption {
  font-family: var(--mono);
  font-size: .68rem;
  padding-top: 14px;
  line-height: 1.6;
}
.personal-strip {
  border-block: 1px solid var(--ink);
  padding-block: 18px;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  font-size: .73rem;
}
.personal-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: 22px;
  flex-shrink: 0;
}
.section {
  padding-block: 82px;
}
.section-heading h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 400;
  letter-spacing: -.05em;
}
.about-layout {
  grid-template-columns: 1.4fr 1fr;
  gap: 100px;
}
.experience {
  margin-top: 60px;
  padding-top: 40px;
}
.timeline .stack-tags {
  margin-top: 12px;
}
.stack-tags {
  gap: 5px 0;
}
.stack-tags span {
  background: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  font-size: .8rem;
}
.stack-tags span:not(:last-child)::after {
  content: '/';
  margin-inline: 10px;
  color: #84776b;
}
.stack-group {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.stack-group p {
  font-size: .84rem;
}
.work-section {
  background: transparent;
  border-block: 1px solid var(--ink);
}
.work-section .heading-row {
  align-items: end;
}
.work-section .heading-row h2 {
  max-width: 610px;
}
.work-section .heading-row > p {
  max-width: 235px;
}
.project-grid {
  display: block;
}
.project {
  display: grid;
  grid-template-columns: 60px minmax(0,1fr);
  gap: 16px;
  border-top: 1px solid var(--line);
  padding-block: 30px;
}
.project:last-child {
  padding-bottom: 0;
}
.project-number {
  font-size: .9rem;
  color: var(--accent);
  padding-top: 5px;
}
.project-body {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  align-items: start;
}
.project-body .meta {
  grid-column: 1;
  font-size: .65rem;
}
.project-body h3 {
  grid-column: 1;
  margin: 5px 0 0;
  font-size: clamp(1.35rem,2.1vw,1.8rem);
  font-weight: 500;
}
.project-body h3 a {
  justify-content: flex-start;
  gap: 22px;
}
.project-body > p:last-child {
  grid-column: 2;
  grid-row: 1/3;
  margin: 4px 0 0;
  font-size: .91rem;
}
.book-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 65px;
  padding-block: 75px;
  border-bottom: 1px solid var(--ink);
}
.book-margin {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.book-margin .eyebrow {
  color: var(--accent);
}
.manuscript-label {
  border-left: 3px solid var(--accent);
  padding-left: 15px;
  font-size: .76rem;
  line-height: 1.8;
}
.book-copy {
  max-width: 620px;
}
.book-copy h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.1rem,3.7vw,3.5rem);
  margin-bottom: 22px;
}
.book-copy p {
  color: var(--muted);
  font-size: 1rem;
}
.book-copy .text-link {
  margin-top: 18px;
}
.writing-section .article-grid {
  grid-template-columns: 1.4fr 1fr;
  column-gap: 58px;
  row-gap: 32px;
}
.writing-section .article-card:first-child {
  grid-row: span 2;
}
.writing-section .article-card:first-child h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2rem,3.3vw,3rem);
  line-height: 1.15;
  letter-spacing: -.04em;
}
.writing-section .article-card:first-child > p {
  font-size: 1rem;
  max-width: 470px;
}
.writing-section .article-card:first-child .article-meta {
  margin-top: 20px;
}
.writing-section .article-card:not(:first-child) h3 {
  font-size: 1.25rem;
}
.contact-section {
  background: #e9e2d5;
  border-color: var(--ink);
}
.contact-section h2 {
  font-family: var(--serif);
  font-weight: 400;
}
input, textarea, select {
  background: var(--paper);
  border-color: #a79b8b;
}
.page-intro h1 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.07;
  font-size: clamp(2.5rem,5vw,4.5rem);
}
.page-intro .eyebrow {
  color: var(--accent);
}
.page-intro .lead {
  font-size: 1.1rem;
}
.blog-list .article-grid {
  display: block;
}
.blog-list .article-card {
  display: grid;
  grid-template-columns: 160px minmax(0,1fr) 150px;
  gap: 12px 32px;
  padding-block: 30px;
}
.blog-list .article-topline {
  grid-column: 1;
  grid-row: 1/3;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin: 5px 0 0;
}
.blog-list .article-card h3 {
  grid-column: 2;
  margin: 0;
  font-family: var(--serif);
  font-size: 1.9rem;
  font-weight: 400;
}
.blog-list .article-card > p {
  grid-column: 2;
  margin: 0;
  font-size: .92rem;
}
.blog-list .article-meta {
  grid-column: 3;
  grid-row: 1;
  display: block;
  border: 0;
  margin: 0;
  padding-top: 6px;
  font-family: var(--mono);
  font-size: .67rem;
}
.blog-list .article-meta span {
  display: block;
  margin-top: 8px;
}
.blog-list .article-card > .text-link {
  grid-column: 3;
  margin: 0;
  align-self: end;
}
.article-body {
  font-size: 1.07rem;
}
.article-body h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 2rem;
}
.article-body pre {
  background: #eae4d9;
  border-left: 3px solid var(--accent);
  padding: 22px;
  overflow-x: auto;
  font-size: .8rem;
  line-height: 1.7;
  max-width: 100%;
}
.article-body code {
  font-family: var(--mono);
}
.site-footer {
  border-top: 1px solid var(--ink);
}
@media (max-width: 1000px) {
  .identity {
    column-gap: 45px;
  }
  .identity h1 {
    font-size: 8.8vw;
  }
  .about-layout {
    gap: 50px;
  }
  .project-body {
    column-gap: 30px;
  }
  .blog-list .article-card {
    grid-template-columns: 120px minmax(0,1fr) 125px;
    gap: 14px 22px;
  }
}
@media (max-width: 760px) {
  .identity {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: 'heading' 'intro' 'portrait';
    padding-block: 38px 30px;
  }
  .identity h1 {
    font-size: clamp(3.8rem, 17vw, 7.3rem);
    line-height: .9;
  }
  .identity-heading .eyebrow {
    font-size: .61rem;
    margin-bottom: 28px;
  }
  .identity-intro {
    margin-top: 25px;
  }
  .identity-intro > p:not(.identity-roles) {
    font-size: .98rem;
  }
  .identity-roles {
    font-size: 1.04rem;
  }
  .identity-portrait {
    margin-top: 36px;
  }
  .identity-portrait img {
    aspect-ratio: 1.1;
    object-position: center 30%;
  }
  .identity-portrait figcaption {
    font-size: .66rem;
  }
  .personal-strip {
    display: block;
    padding-block: 17px 9px;
    font-size: .73rem;
  }
  .personal-strip p {
    max-width: 280px;
  }
  .personal-strip a {
    margin-top: 7px;
  }
  .section {
    padding-block: 54px;
  }
  .about-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .experience {
    margin-top: 35px;
  }
  .project {
    grid-template-columns: 29px minmax(0,1fr);
    gap: 14px;
    padding-block: 24px;
  }
  .project-number {
    font-size: .74rem;
    padding-top: 2px;
  }
  .project-body {
    display: block;
  }
  .project-body h3 {
    margin: 8px 0;
    font-size: 1.4rem;
  }
  .project-body > p:last-child {
    font-size: .88rem;
  }
  .project-body h3 a {
    justify-content: space-between;
  }
  .book-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 45px;
  }
  .book-margin {
    flex-direction: row;
    align-items: flex-start;
  }
  .book-margin .eyebrow {
    margin: 0;
  }
  .manuscript-label {
    font-size: .64rem;
    border-left-width: 2px;
  }
  .book-copy p {
    font-size: .95rem;
  }
  .writing-section .article-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .writing-section .article-card:first-child {
    grid-row: auto;
  }
  .writing-section .article-card:first-child h3 {
    font-size: 2.25rem;
  }
  .blog-list .article-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-block: 27px;
  }
  .blog-list .article-card > *,
  .blog-list .article-card h3,
  .blog-list .article-card > p,
  .blog-list .article-topline,
  .blog-list .article-meta,
  .blog-list .article-card > .text-link {
    grid-column: 1;
    grid-row: auto;
  }
  .blog-list .article-topline {
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
  }
  .blog-list .article-card h3 {
    font-size: 1.7rem;
  }
  .blog-list .article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  .blog-list .article-meta span {
    margin: 0;
  }
  .article-body h2 {
    font-size: 1.65rem;
  }
  .article-body pre {
    padding: 15px;
    font-size: .72rem;
  }
}
@media print {
  .identity {
    display: block;
    padding-block: 0;
  }
  .identity h1 {
    font-size: 42px;
  }
  .identity-portrait {
    display: none;
  }
  .book-section {
    padding-block: 25px;
  }
}
