@charset "UTF-8";

:root {
  color-scheme: light;
  --paper: #f7f5ef;
  --ink: #242e29;
  --muted: #63675d;
  --green: #295941;
  --line: #d6d8cd;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
::selection { background: #d8e4c6; color: var(--ink); }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
a:hover { color: var(--green); }
a:focus-visible { outline: 2px solid var(--green); outline-offset: 6px; border-radius: 1px; }
.wrap { max-width: 1144px; margin: 0 auto; padding: 0 52px; }
.skip-link { position: absolute; left: 16px; top: -80px; padding: 12px 20px; background: var(--ink); color: white; z-index: 1; }
.skip-link:focus { top: 12px; color: white; }
.masthead { display: flex; align-items: center; justify-content: space-between; min-height: 112px; }
.monogram { font-family: Georgia, serif; font-size: 35px; font-weight: 700; letter-spacing: -3px; text-decoration: none; }
.monogram span { color: var(--green); }
nav { display: flex; gap: 30px; }
nav a { font-size: 14px; text-decoration: none; padding: 10px 0; }
nav a:hover { text-decoration: underline; }

.intro { padding: 78px 0 82px; }
.eyebrow, .section-number, .resource-meta, .project-type, .project-tools {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  letter-spacing: .04em;
}
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--green); font-size: 12px; }
.location-dot { width: 7px; height: 7px; background: var(--green); border-radius: 50%; }
.name-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
h1 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(72px, 8.7vw, 112px); letter-spacing: -.065em; line-height: 1.1; margin: 22px 0 25px; }
.name-period { color: var(--green); }
.asterisk { color: var(--green); width: 75px; height: 75px; margin: 15px 24px 0 0; transform: rotate(12deg); }
.intro-line { max-width: 770px; margin: 0; font-size: clamp(24px, 3.1vw, 36px); font-weight: 450; letter-spacing: -.035em; line-height: 1.3; }
.intro-detail { max-width: 555px; margin: 21px 0 0; color: var(--muted); font-size: 17px; }
.intro-link { display: inline-block; margin-top: 30px; font-size: 14px; }
.text-link span { display: inline-block; margin-left: 12px; }

.section { display: grid; grid-template-columns: 184px minmax(0, 1fr); gap: 42px; border-top: 1px solid var(--line); padding: 51px 0 57px; }
.section-number { color: var(--green); }
h2 { margin: 5px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 32px; line-height: 1.2; font-weight: 400; letter-spacing: -.04em; }
.section-note { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 0; }
.section-intro { max-width: 620px; margin: 0 0 29px; font-size: 17px; line-height: 1.65; }
.now-list { padding: 0; margin: 1px 0 0; list-style: none; }
.now-list li { display: flex; align-items: baseline; gap: 16px; padding: 6px 0; font-size: 17px; }
.now-list li::before { content: "↳"; color: var(--green); font-family: monospace; flex-shrink: 0; }
.resources { padding-bottom: 62px; }
.resource-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 40px; row-gap: 35px; }
.resource-group:last-child { grid-column: 1 / -1; }
.resource-group:last-child .resource-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
.resource-group h3 { margin: 0; border-bottom: 1px solid var(--line); padding-bottom: 13px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 650; color: var(--green); }
.resource-list { margin: 0; padding: 0; list-style: none; }
.resource-list li { margin: 23px 0 0; }
.resource-list a { font-size: 16px; line-height: 1.45; font-weight: 580; text-decoration: none; }
.resource-list a:hover { text-decoration: underline; }
.resource-list a span { color: var(--green); white-space: nowrap; font-size: 15px; }
.resource-list p { font-size: 14px; line-height: 1.6; color: var(--muted); margin: 8px 0 8px; }
.resource-meta { color: var(--muted); font-size: 10px; }
.project { padding: 24px 26px; border: 1px solid #cbd3c5; background: #eff1e8; }
.project-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.project-heading h3 { font-size: 21px; font-weight: 500; letter-spacing: -.025em; margin: 0; }
.project-type { color: var(--green); white-space: nowrap; font-size: 10px; }
.project p { max-width: 610px; color: #4d594f; font-size: 14px; line-height: 1.7; margin: 12px 0 0; }
.project p.project-tools { font-size: 10px; color: var(--green); margin-top: 20px; letter-spacing: .055em; }
.project .source-link { display: inline-block; margin-top: 18px; font-size: 13px; }

.contact { padding-bottom: 0; }
.contact-line { font-family: Georgia, "Times New Roman", serif; font-size: 38px; letter-spacing: -.045em; line-height: 1.2; margin: 0; }
.contact-detail { font-size: 15px; color: var(--muted); max-width: 470px; margin: 16px 0 22px; }
.contact-links { display: flex; flex-wrap: wrap; gap: 14px 28px; }
.contact-links a { font-size: 14px; }
.contact-links span { color: var(--green); margin-left: 4px; }
.colophon { margin-top: 67px; padding: 22px 0 28px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.colophon a { text-decoration: none; }
.colophon a:hover { text-decoration: underline; }

@media (min-width: 1400px) { .intro { padding-top: 91px; } }
@media (max-width: 800px) {
  .wrap { padding-left: 30px; padding-right: 30px; }
  .intro { padding: 50px 0 64px; }
  .asterisk { width: 55px; height: 55px; margin-right: 5px; }
  .section { grid-template-columns: 140px minmax(0, 1fr); gap: 25px; }
  .resource-groups { grid-template-columns: 1fr; }
  .resource-group:last-child .resource-list { display: block; }
}
@media (max-width: 560px) {
  .wrap { padding-left: 24px; padding-right: 24px; }
  .masthead { min-height: 88px; }
  .monogram { font-size: 31px; }
  nav { gap: 17px; }
  nav a { font-size: 12px; }
  .intro { padding: 44px 0 52px; }
  h1 { font-size: clamp(58px, 14.5vw, 81px); margin-top: 21px; margin-bottom: 20px; }
  .asterisk { width: 33px; height: 33px; margin: 0; flex-shrink: 0; }
  .name-row { gap: 12px; }
  .intro-line { font-size: 27px; max-width: 370px; }
  .desktop-break { display: none; }
  .intro-detail { font-size: 15px; margin-top: 18px; }
  .intro-link { margin-top: 23px; font-size: 13px; }
  .section { display: block; padding: 32px 0 38px; }
  .section-label { margin-bottom: 24px; }
  .section-number { float: left; margin: 10px 13px 0 0; font-size: 10px; }
  h2 { font-size: 30px; margin: 0; }
  .section-note { margin: 9px 0 0; }
  .section-note br { display: none; }
  .section-note br::after { content: " "; }
  .now-list li { font-size: 16px; padding: 7px 0; gap: 12px; }
  .section-intro { font-size: 16px; margin-bottom: 25px; }
  .resource-groups { row-gap: 30px; }
  .resource-list li { margin-top: 22px; }
  .resource-list p { max-width: 420px; }
  .project { padding: 21px; }
  .project-heading { gap: 10px; }
  .project-heading h3 { font-size: 20px; }
  .project-type { font-size: 9px; }
  .contact { padding-bottom: 0; }
  .contact-line { font-size: 34px; }
  .contact-links { gap: 17px 24px; }
  .colophon { margin-top: 45px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
