:root {
  --paper: #f7f7f2;
  --ink: #252722;
  --muted: #696c62;
  --line: #dddfd5;
  --green: #526643;
  --accent: #e5ebd9;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 6px;
}
a:hover {
  color: var(--green);
}
button:hover {
  background: var(--accent);
}
p {
  line-height: 1.65;
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
h1 {
  font-size: clamp(46px, 5.6vw, 78px);
  letter-spacing: -0.055em;
  line-height: 1.04;
}
h2 {
  letter-spacing: -0.035em;
}
em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: var(--green);
}
.site-header,
main,
footer {
  max-width: 1280px;
  margin: auto;
  padding-left: 64px;
  padding-right: 64px;
}
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 30px;
  gap: 30px;
}
.identity {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.identity span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0;
  margin-top: 7px;
}
nav {
  display: flex;
  gap: 28px;
  font-size: 13px;
}
nav a:last-child {
  margin-left: 20px;
}
.intro {
  padding: 64px 0 48px;
}
.eyebrow,
.entry-meta,
.tags,
.art-caption,
.map-legend,
.map-axis,
.map-heading,
.note-number {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.025em;
}
.eyebrow {
  color: var(--muted);
}
.intro h1 {
  margin: 23px 0 28px;
}
.intro-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: end;
}
.intro-bottom p {
  font-size: 15px;
  margin: 0;
  color: var(--muted);
}
.currently {
  font-size: 11px;
  white-space: nowrap;
  padding-bottom: 4px;
  color: var(--muted);
}
.currently i,
.map-legend i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #728659;
  margin-right: 7px;
}
.feed-bar {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 17px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.filters {
  display: flex;
  gap: 5px;
}
.filters button {
  border: 0;
  background: transparent;
  border-radius: 5px;
  padding: 7px 12px;
  font-size: 12px;
}
.filters button[aria-pressed="true"] {
  background: var(--ink);
  color: var(--paper);
}
.feed-entry {
  padding: 25px 0 49px;
  border-bottom: 1px solid var(--line);
}
[hidden] {
  display: none !important;
}
.entry-meta {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  padding-bottom: 18px;
}
.product-art {
  height: 520px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.art-link {
  display: block;
}
.runway-art {
  background: #e4e9dd;
  padding-top: 32px;
}
.art-wordmark {
  font-size: 21px;
  letter-spacing: -1px;
  position: absolute;
  left: 35px;
  top: 30px;
}
.desktop-window {
  position: absolute;
  width: 80%;
  height: 360px;
  left: 10%;
  top: 110px;
  border: 1px solid #cbd0c2;
  border-radius: 8px;
  background: #fbfcf8;
  box-shadow: 0 24px 50px #3c48281a;
  transform: rotate(-2deg);
  overflow: hidden;
}
.window-bar {
  height: 34px;
  background: #eff1ea;
  border-bottom: 1px solid #e2e5da;
  display: flex;
  align-items: center;
  padding: 0 13px;
  gap: 5px;
  font-size: 8px;
  color: #67705e;
}
.window-bar i {
  height: 6px;
  width: 6px;
  background: #c4c9bb;
  border-radius: 50%;
}
.window-bar span:first-of-type {
  margin: auto;
}
.window-body {
  display: flex;
  height: 100%;
}
.window-body aside {
  width: 29%;
  padding: 23px 12px;
  font-size: 9px;
  position: relative;
  background: #f2f4ed;
  color: #606853;
  flex-shrink: 0;
}
.window-body aside strong {
  display: block;
  font-size: 13px;
  margin-bottom: 23px;
  color: #35412c;
}
.window-body aside p {
  padding: 6px;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
}
.window-body aside small {
  display: block;
  font-size: 7px;
  margin: 20px 6px 8px;
}
.chosen {
  background: #e2e8d7;
  border-radius: 3px;
}
.window-body aside .sync {
  position: absolute;
  bottom: 35px;
}
.note {
  padding: 30px 40px;
  width: 71%;
  color: #46503e;
}
.note small {
  font-size: 8px;
  color: #7b8274;
}
.note h3 {
  font-family: Georgia, serif;
  font-size: 31px;
  margin: 21px 0 12px;
  line-height: 1.1;
  letter-spacing: -1px;
}
.note p {
  font-size: 9px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.note h4 {
  font-size: 10px;
  margin-bottom: 6px;
}
.note hr {
  border: 0;
  border-top: 1px solid #e1e5d9;
  margin: 17px 0;
}
.note-link {
  font-size: 8px;
  margin: 6px 0;
  border: 1px solid #e3e6dc;
  padding: 9px;
}
.note-link span {
  float: right;
}
.art-caption {
  position: absolute;
  bottom: 18px;
  left: 25px;
  font-size: 9px;
  color: #596451;
}
.entry-copy {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 36px;
  padding-top: 25px;
}
.entry-copy h2 {
  font-size: 26px;
  margin: 0 0 12px;
}
.entry-copy h2 span {
  font-size: 21px;
  margin-left: 8px;
  color: var(--muted);
}
.entry-copy h3 {
  font-size: 19px;
  letter-spacing: -0.4px;
  margin-bottom: 11px;
}
.entry-copy p {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 16px;
  max-width: 520px;
}
.tags {
  font-size: 10px;
  color: var(--muted);
}
.text-link {
  font-size: 12px;
  border-bottom: 1px solid #bdc6b0;
  padding-bottom: 4px;
  display: inline-block;
}
.flair-art {
  background: #eee7df;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.flair-message > span {
  font-size: 35px;
  letter-spacing: -2px;
}
.spark {
  font-size: 36px;
  margin-left: 10px;
  color: #b56d4d;
}
.flair-message h3 {
  font-size: 35px;
  line-height: 1.1;
  letter-spacing: -1.6px;
  margin: 35px 0 18px;
}
.flair-message p {
  font-size: 12px;
  color: #7d6b5c;
}
.phone {
  height: 440px;
  width: 216px;
  border: 6px solid #34332f;
  border-radius: 35px;
  background: #fbf8f3;
  box-shadow: 20px 25px 35px #80694f25;
  transform: rotate(7deg);
  text-align: center;
  padding: 13px 17px;
  color: #50463d;
}
.phone-top {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
}
.phone-heading {
  margin: 32px 0 6px;
  text-align: left;
  font-size: 22px;
  letter-spacing: -1px;
}
.phone-heading span {
  float: right;
  color: #ae7051;
}
.phone > small {
  font-size: 8px;
  color: #817469;
}
.wave {
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  margin-top: 21px;
}
.wave i {
  height: var(--h);
  width: 3px;
  background: #b57e5f;
  border-radius: 6px;
}
.record-time {
  font-size: 25px;
  font-weight: 300;
}
.phone p {
  font-size: 9px;
  margin-top: 8px;
}
.record-bottom {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 20px 0 25px;
  font-size: 16px;
}
.record-bottom b {
  display: grid;
  place-items: center;
  background: #b57e5f;
  color: white;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  font-size: 13px;
}
.slate-art {
  background: #e4e6eb;
}
.tablet {
  position: absolute;
  width: 75%;
  height: 390px;
  left: 12%;
  top: 55px;
  transform: rotate(-5deg);
  border: 10px solid #343638;
  border-radius: 23px;
  background: #fcfbf5;
  box-shadow: 18px 22px 30px #535a6826;
  overflow: hidden;
}
.tablet-toolbar {
  display: flex;
  justify-content: space-between;
  padding: 15px 16px;
  border-bottom: 1px solid #dddcd4;
  font-size: 9px;
}
.paper {
  height: 100%;
  background-image: radial-gradient(#cbcabe 0.7px, transparent 0.7px);
  background-size: 15px 15px;
  position: relative;
  padding: 35px 40px;
}
.handwriting {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -1px;
  color: #53617e;
}
.handwriting svg {
  display: block;
  width: 280px;
  height: 30px;
  fill: none;
  stroke: #7386a5;
  stroke-width: 2;
  stroke-linecap: round;
}
.paper-note {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 16px;
  color: #767b82;
}
.ink-tools {
  position: absolute;
  bottom: 70px;
  right: 30px;
  display: flex;
  gap: 14px;
  align-items: center;
  background: white;
  border-radius: 25px;
  padding: 10px 17px;
  box-shadow: 0 3px 15px #0001;
}
.ink-tools i {
  background: #53617e;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.ink-tools i:nth-last-child(2) {
  background: #b98c69;
}
.ink-tools i:last-child {
  background: #a5ad91;
}
.pencil {
  position: absolute;
  height: 320px;
  width: 9px;
  background: linear-gradient(90deg, #c4c4c4, #fff, #ddd);
  right: 9%;
  top: 110px;
  border-radius: 8px;
  transform: rotate(12deg);
  box-shadow: 4px 5px 8px #0002;
}
.text-entry > a {
  display: block;
  background: #ebeedd;
  padding: 42px;
  border-radius: 4px;
}
.text-entry h2 {
  font-size: 43px;
  margin: 32px 0 15px;
}
.text-entry p {
  font-size: 14px;
  color: var(--muted);
}
.note-number {
  color: var(--green);
}
.archive-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.experience {
  padding: 85px 0;
  border-bottom: 1px solid var(--line);
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  column-gap: 36px;
}
.section-heading > .eyebrow {
  grid-column: 1/-1;
  margin-bottom: 25px;
}
.section-heading h2,
.about h2 {
  font-size: 39px;
  line-height: 1.1;
  margin-bottom: 30px;
}
.section-heading p {
  color: var(--muted);
  font-size: 15px;
  max-width: 410px;
}
.map-panel {
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #f1f2eb;
  padding: 25px 28px;
}
.map-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.muted {
  color: var(--muted);
}
.map-axis,
.map-row {
  display: grid;
  grid-template-columns: 190px repeat(4, 1fr);
  align-items: center;
}
.map-axis button {
  background: transparent;
  border: 0;
  border-radius: 4px;
  font-size: 11px;
  padding: 10px 4px;
}
.map-axis button[aria-pressed="true"] {
  background: var(--green);
  color: white;
}
.map-row {
  height: 45px;
  border-bottom: 1px solid #e1e4d9;
  font-size: 12px;
}
.map-cell {
  height: 100%;
  display: grid;
  place-items: center;
  position: relative;
}
.map-cell.active {
  background: #e3e8d9;
}
.dot {
  width: 9px;
  height: 9px;
  background: #a3ae91;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.active .dot {
  background: #526643;
  box-shadow: 0 0 0 4px #52664315;
}
.no-dot {
  width: 3px;
  height: 3px;
  background: #c6cabc;
  border-radius: 50%;
}
.map-legend {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 9px;
  margin: 18px 0 30px;
}
.era-detail {
  border-top: 1px solid var(--line);
  padding-top: 25px;
  display: grid;
  grid-template-columns: 190px 1fr;
  font-size: 12px;
}
.era-detail > span {
  color: var(--muted);
  font-family: monospace;
  font-size: 10px;
}
.era-detail h3 {
  font-size: 18px;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}
.era-detail p {
  color: var(--muted);
  max-width: 650px;
  min-height: 60px;
}
.era-detail a {
  font-size: 11px;
}
.about {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 36px;
  padding: 80px 0 90px;
}
.about p {
  font-size: 15px;
  color: var(--muted);
}
footer {
  background: #e9ecdf;
  padding-top: 55px;
  padding-bottom: 25px;
  max-width: none;
}
footer > * {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}
.footer-title {
  display: block;
  font-size: 40px;
  line-height: 1.12;
  letter-spacing: -1.7px;
}
.footer-title span {
  color: var(--green);
}
.footer-bottom {
  border-top: 1px solid #ced4c1;
  margin-top: 60px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  color: var(--muted);
}
.footer-bottom > a:first-child {
  font-weight: 600;
  color: var(--ink);
}
.skip {
  position: absolute;
  top: -100px;
}
.skip:focus {
  top: 10px;
  left: 10px;
  z-index: 10;
  background: white;
  padding: 15px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.article-page {
  padding: 55px 0 90px;
}
.article-heading {
  padding: 65px 0 45px;
}
.article-heading h1 {
  margin: 22px 0;
}
.article-heading > p {
  font-size: 23px;
  letter-spacing: -0.6px;
  max-width: 670px;
}
.article-prose {
  max-width: 680px;
  margin: 55px auto 0;
}
.article-prose section {
  margin: 45px 0;
}
.article-prose h2 {
  font-size: 29px;
  margin-bottom: 18px;
}
.article-prose p {
  color: var(--muted);
  font-size: 16px;
}
.project-status {
  font-size: 12px;
  line-height: 1.7;
  border-left: 2px solid #a4af91;
  background: #ecefe3;
  padding: 20px;
  margin: 35px 0;
  color: var(--muted);
}
.article-prose .lead {
  font-size: 23px;
  color: var(--ink);
}
.cv-role {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
}
.cv-role h2 {
  margin-top: 15px;
  margin-bottom: 8px;
}
.cv-role h3 {
  font-size: 15px;
}
.contact-page {
  padding: 90px 0 110px;
}
.contact-page h1 {
  margin: 30px 0;
}
.contact-page p {
  font-size: 16px;
}
.contact-email {
  font-size: clamp(22px, 3vw, 36px);
  display: inline-block;
  border-bottom: 1px solid var(--green);
  margin: 15px 0 40px;
  letter-spacing: -1px;
}
@media (min-width: 1400px) {
  .intro {
    padding-top: 75px;
  }
  .product-art {
    height: 560px;
  }
  .desktop-window {
    height: 380px;
    top: 120px;
  }
  .note {
    padding-top: 35px;
  }
  .tablet {
    top: 75px;
  }
  .phone {
    height: 455px;
  }
}
@media (max-width: 900px) {
  .site-header,
  main,
  footer {
    padding-left: 30px;
    padding-right: 30px;
  }
  .site-header {
    align-items: flex-start;
  }
  nav {
    gap: 17px;
  }
  nav a:last-child {
    margin: 0;
  }
  .identity span {
    max-width: 190px;
    line-height: 1.5;
  }
  .intro-bottom {
    display: block;
  }
  .currently {
    display: block;
    margin-top: 20px;
  }
  .product-art {
    height: 440px;
  }
  .desktop-window {
    height: 310px;
    top: 85px;
    width: 88%;
    left: 6%;
  }
  .note {
    padding: 23px;
  }
  .note h3 {
    font-size: 27px;
    margin-top: 13px;
  }
  .art-wordmark {
    font-size: 17px;
    top: 23px;
  }
  .phone {
    height: 370px;
    width: 184px;
    padding: 12px;
  }
  .phone-heading {
    margin-top: 20px;
  }
  .wave {
    height: 90px;
    margin-top: 12px;
    gap: 2px;
    transform: scaleY(0.8);
  }
  .record-bottom {
    margin: 15px 0;
  }
  .flair-message h3 {
    font-size: 30px;
  }
  .tablet {
    height: 325px;
    top: 50px;
    width: 80%;
    left: 8%;
  }
  .handwriting {
    font-size: 28px;
  }
  .paper {
    padding: 25px;
  }
  .paper-note {
    margin-top: 5px;
  }
  .pencil {
    height: 280px;
    right: 7%;
    top: 85px;
  }
  .entry-copy {
    grid-template-columns: 0.8fr 1.3fr;
  }
  .map-axis,
  .map-row {
    grid-template-columns: 150px repeat(4, 1fr);
  }
  .era-detail {
    grid-template-columns: 150px 1fr;
  }
  .section-heading h2,
  .about h2 {
    font-size: 32px;
  }
  .footer-bottom {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .site-header,
  main,
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-header {
    padding-top: 25px;
    display: block;
  }
  .identity span {
    max-width: none;
  }
  nav {
    margin-top: 25px;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
  }
  .intro {
    padding: 35px 0;
  }
  .intro > .eyebrow {
    font-size: 9px;
  }
  .intro h1 {
    font-size: 49px;
  }
  .intro-bottom p {
    font-size: 14px;
  }
  .intro-bottom p br {
    display: none;
  }
  .feed-bar {
    display: block;
    padding: 17px 0 12px;
  }
  .filters {
    margin-top: 15px;
    justify-content: space-between;
  }
  .filters button {
    padding: 7px 9px;
    font-size: 11px;
  }
  .entry-meta {
    font-size: 9px;
  }
  .product-art {
    height: 340px;
  }
  .desktop-window {
    width: 94%;
    left: 3%;
    top: 76px;
    height: 222px;
    transform: rotate(-2deg);
  }
  .window-bar {
    height: 23px;
    font-size: 6px;
  }
  .window-body aside {
    padding: 14px 7px;
    font-size: 6px;
    width: 29%;
  }
  .window-body aside strong {
    font-size: 9px;
    margin-bottom: 12px;
  }
  .window-body aside p {
    padding: 3px;
    margin-bottom: 1px;
  }
  .window-body aside small {
    font-size: 5px;
    margin: 10px 3px 5px;
  }
  .window-body aside .sync {
    bottom: 22px;
  }
  .note {
    padding: 15px;
  }
  .note small {
    font-size: 6px;
  }
  .note h3 {
    font-size: 23px;
    margin: 10px 0 8px;
  }
  .note p {
    font-size: 6px;
    margin-bottom: 7px;
  }
  .note h4 {
    font-size: 7px;
  }
  .note hr {
    margin: 9px 0;
  }
  .note-link {
    font-size: 5px;
    padding: 5px;
    margin: 3px 0;
  }
  .art-wordmark {
    left: 20px;
    font-size: 20px;
  }
  .art-caption {
    left: 15px;
    font-size: 7px;
    bottom: 14px;
  }
  .entry-copy {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 22px;
  }
  .entry-copy h2 {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .entry-copy h3 {
    font-size: 19px;
  }
  .entry-copy p {
    font-size: 14px;
  }
  .feed-entry {
    padding-bottom: 34px;
  }
  .flair-message {
    max-width: 150px;
    padding-left: 12px;
  }
  .flair-message > span {
    font-size: 26px;
  }
  .flair-message .spark {
    font-size: 24px;
    margin-left: 5px;
  }
  .flair-message h3 {
    font-size: 23px;
    margin-top: 22px;
  }
  .flair-message p {
    font-size: 10px;
  }
  .phone {
    height: 280px;
    width: 139px;
    flex-shrink: 0;
    border-width: 4px;
    border-radius: 24px;
    padding: 10px;
    margin-right: 12px;
  }
  .phone-top {
    font-size: 6px;
  }
  .phone-heading {
    font-size: 17px;
    margin: 16px 0 4px;
  }
  .phone > small {
    font-size: 6px;
  }
  .wave {
    height: 64px;
    margin-top: 7px;
    gap: 2px;
    transform: scaleY(0.55);
  }
  .wave i {
    width: 2px;
  }
  .record-time {
    font-size: 20px;
  }
  .phone p {
    font-size: 7px;
    margin: 4px 0;
  }
  .record-bottom {
    margin: 12px 0 14px;
    font-size: 12px;
  }
  .record-bottom b {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
  .tablet {
    top: 50px;
    height: 225px;
    border-width: 7px;
    border-radius: 15px;
    left: 6%;
    width: 83%;
  }
  .tablet-toolbar {
    font-size: 6px;
    padding: 11px 9px;
  }
  .paper {
    padding: 20px;
  }
  .handwriting {
    font-size: 24px;
  }
  .handwriting svg {
    width: 175px;
    height: 20px;
  }
  .paper-note {
    font-size: 9px;
  }
  .ink-tools {
    bottom: 43px;
    right: 10px;
    padding: 5px 9px;
    gap: 8px;
    font-size: 11px;
  }
  .ink-tools i {
    width: 6px;
    height: 6px;
  }
  .pencil {
    height: 200px;
    width: 7px;
    right: 6%;
    top: 68px;
  }
  .text-entry > a {
    padding: 28px;
  }
  .text-entry h2 {
    font-size: 34px;
  }
  .text-entry p br {
    display: none;
  }
  .experience {
    padding: 55px 0;
  }
  .section-heading {
    display: block;
  }
  .section-heading > .eyebrow {
    display: block;
  }
  .section-heading h2,
  .about h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .map-panel {
    padding: 18px 12px;
    margin-top: 25px;
  }
  .map-heading {
    font-size: 10px;
    display: block;
    margin-bottom: 14px;
  }
  .map-heading .muted {
    display: block;
    margin-top: 8px;
  }
  .map-scroll {
    overflow-x: auto;
  }
  .skill-map {
    min-width: 280px;
  }
  .map-axis,
  .map-row {
    grid-template-columns: 116px repeat(4, 1fr);
  }
  .map-row {
    font-size: 9px;
    height: 40px;
  }
  .map-axis,
  .map-axis button {
    font-size: 9px;
  }
  .map-legend {
    display: block;
    line-height: 1.8;
    font-size: 8px;
    margin-bottom: 20px;
  }
  .map-legend > span {
    display: block;
  }
  .era-detail {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .era-detail h3 {
    font-size: 17px;
  }
  .era-detail p {
    min-height: 100px;
  }
  .about {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 55px 0;
  }
  .footer-title {
    font-size: 33px;
  }
  .footer-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    line-height: 1.5;
    gap: 20px;
    font-size: 10px;
    margin-top: 40px;
  }
  .article-page {
    padding-top: 35px;
  }
  .article-heading {
    padding: 45px 0 30px;
  }
  .article-heading h1 {
    font-size: 45px;
  }
  .article-heading > p {
    font-size: 21px;
  }
  .article-prose {
    margin-top: 35px;
  }
  .article-prose h2 {
    font-size: 27px;
  }
  .contact-page {
    padding: 55px 0 70px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@media print {
  nav,
  .filters,
  footer,
  .skip {
    display: none;
  }
  .site-header,
  main {
    padding: 0;
  }
  .article-page,
  .article-heading {
    padding: 15px 0;
  }
  .cv-role {
    break-inside: avoid;
  }
  body {
    background: white;
  }
}
/* Keep the first project close to the introduction. */
.intro {
  padding-top: 32px;
  padding-bottom: 32px;
}
.intro h1 {
  font-size: clamp(46px, 4.8vw, 64px);
  margin: 18px 0 23px;
}
@media (max-width: 600px) {
  .intro {
    padding-top: 20px;
    padding-bottom: 27px;
  }
  .intro h1 {
    font-size: 38px;
    line-height: 1.07;
    margin: 18px 0 20px;
  }
  .intro > .eyebrow {
    font-size: 8px;
  }
  .currently {
    margin-top: 16px;
  }
}
.experiments-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin: 12px 0 28px;
}
.experiments-heading h2 {
  font-size: 36px;
  margin-bottom: 14px;
}
.experiments-heading p {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 0;
}
.experiments-heading > .text-link {
  white-space: nowrap;
  margin-bottom: 5px;
}
.experiment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.experiment-card {
  display: block;
  border: 1px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
}
.experiment-card:hover {
  border-color: #8f9b80;
  color: var(--ink);
}
.experiment-art {
  height: 185px;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}
.experiment-art > span {
  font:
    italic 90px Georgia,
    serif;
  position: relative;
}
.experiment-forest {
  background:
    repeating-linear-gradient(
      76deg,
      transparent 0 13px,
      #a5b98226 14px 16px,
      transparent 18px 29px
    ),
    linear-gradient(120deg, #182d24, #687853);
  color: #d5dfb4;
}
.experiment-contours {
  background:
    repeating-radial-gradient(
      ellipse at 35% 80%,
      #c5c4b966 0 1px,
      transparent 2px 8px
    ),
    #292d2b;
  color: #f1f0db;
}
.experiment-contours > span {
  opacity: 0;
}
.experiment-hours {
  background:
    linear-gradient(90deg, #f5f3ebaa 1px, transparent 1px),
    linear-gradient(#f5f3ebaa 1px, transparent 1px),
    linear-gradient(120deg, #d6ddc0 40%, #e3caad 40% 65%, #bcccd0 65%);
  background-size:
    24px 24px,
    24px 24px,
    100% 100%;
  color: #485a42;
}
.experiment-hours > span {
  font:
    50px ui-monospace,
    monospace;
  letter-spacing: -5px;
  background: #f7f7f2dc;
  padding: 10px 18px;
  border-radius: 5px;
}
.experiment-speed {
  background: #e1e7d8;
  color: #667d4c;
}
.experiment-speed > span {
  border: 8px solid #98aa83;
  border-left-color: #ccd6be;
  border-radius: 50%;
  font: 55px Arial;
  width: 120px;
  height: 120px;
  display: grid;
  place-items: center;
}
.experiment-dropbox {
  background: #dfe5ee;
  color: #617690;
}
.experiment-dropbox > span {
  font: 80px Arial;
  border-bottom: 2px solid #879bb6;
  padding: 0 30px;
}
.experiment-copy {
  padding: 24px;
}
.experiment-copy h3 {
  font-size: 24px;
  letter-spacing: -0.7px;
  margin: 12px 0;
}
.experiment-copy h3 > span {
  float: right;
  color: var(--muted);
  font-size: 19px;
}
.experiment-copy p {
  font-size: 13px;
  color: var(--muted);
  min-height: 65px;
}
.experiments-footnote {
  font-size: 12px;
  color: var(--muted);
  max-width: 680px;
  margin-top: 35px;
}
.filters {
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .experiments-heading {
    display: block;
  }
  .experiments-heading h2 {
    font-size: 30px;
  }
  .experiments-heading > .text-link {
    margin-top: 18px;
  }
  .experiments-heading p br {
    display: none;
  }
  .experiment-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .experiment-art {
    height: 160px;
  }
  .experiment-copy {
    padding: 21px;
  }
  .experiment-copy p {
    min-height: 0;
  }
  .filters {
    justify-content: flex-start;
    gap: 3px;
  }
  .filters button {
    padding: 7px 8px;
  }
}

.site-logo {
  display: block;
  width: 190px;
  height: auto;
}
@media (max-width: 600px) {
  .site-logo {
    width: 160px;
  }
}
