:root {
  color-scheme: light;
  --ink: #111111;
  --muted: #333333;
  --rule: #999999;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #ffffff;
  color: var(--muted);
  font-family: "Newsreader", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.075em;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--ink); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 0.18em; }
a:focus-visible { outline: 1px solid var(--ink); outline-offset: 4px; }

.site-shell { width: min(726px, calc(100% - 48px)); margin: 0 auto; padding-bottom: 100px; }
.site-header { padding-top: 115px; }
.site-title { display: inline-block; color: var(--ink); font-size: clamp(42px, 6vw, 63px); letter-spacing: 0.018em; line-height: 1; white-space: nowrap; }
.site-title:hover { text-decoration: none; }

.intro { margin-top: 59px; }
.intro h1 { margin: 0; color: var(--ink); font-size: 20px; font-weight: 400; line-height: 1.1; }
.intro-copy { margin: 24px 0 0; color: var(--ink); font-style: italic; font-size: 16px; line-height: 1.55; letter-spacing: 0.105em; }

.home-section { margin-top: 76px; }
.section-heading { display: flex; align-items: center; gap: 16px; min-width: 0; }
.section-heading h1, .section-heading h2 { margin: 0; color: var(--ink); font-size: 20px; font-weight: 400; letter-spacing: 0.09em; line-height: 1; }
.heading-rule { display: block; width: 96px; height: 1px; background: var(--rule); transform: translateY(-1px); }
.elsewhere-links { list-style: none; padding: 0; }

.section-topline { display: flex; justify-content: space-between; align-items: baseline; }
.section-more { color: var(--ink); font-size: 14px; letter-spacing: 0.095em; white-space: nowrap; }
.target-mark { display: inline-block; color: var(--ink); font-family: Georgia, serif; font-size: 18px; font-style: normal; font-weight: 400; line-height: 1; letter-spacing: 0; vertical-align: -0.04em; }
.section-more .target-mark { margin-right: 5px; }
.dated-list { margin-top: 18px; margin-left: 62px; }
.dated-item { display: grid; grid-template-columns: 118px minmax(0, 1fr); align-items: start; margin-bottom: 15px; }
.dated-item time { padding-top: 2px; color: var(--ink); font-size: 11px; letter-spacing: 0.18em; white-space: nowrap; }
.dated-item h2, .dated-item h3, .project-item h2, .project-item h3 { margin: 0; color: var(--ink); font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0.075em; }
.dated-item p, .project-item p { margin: 2px 0 0; color: var(--ink); font-size: 15px; font-style: italic; line-height: 1.3; letter-spacing: 0.105em; }

.empty-state { margin: 21px 0 0 62px; color: var(--muted); font-size: 15px; font-style: italic; letter-spacing: 0.06em; }
.things-section { margin-top: 79px; }
.things-section .heading-rule { width: 89px; }
.project-list { margin: 19px 0 0 35px; }
.project-item { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 15px; }
.project-item > .target-mark { width: 16px; flex: 0 0 16px; padding-top: 2px; }
.elsewhere-section { margin-top: 73px; }
.elsewhere-section .heading-rule { width: 117px; }
.elsewhere-links { display: flex; flex-wrap: wrap; column-gap: 31px; row-gap: 6px; margin: 15px 0 0; color: var(--ink); font-size: 15px; letter-spacing: 0.08em; }
.elsewhere-links .target-mark { margin-right: 4px; }

.interior-page { margin-top: 84px; }
.interior-page > .dated-list { margin-top: 36px; }

.post { max-width: 650px; margin-top: 79px; }
.back-link { font-size: 14px; letter-spacing: 0.08em; }
.post-header { margin-top: 48px; }
.post-header time { font-size: 12px; letter-spacing: 0.15em; }
.post-header h1 { margin: 10px 0 0; color: var(--ink); font-size: clamp(32px, 5vw, 46px); font-weight: 400; letter-spacing: 0.025em; line-height: 1.1; }
.post-header p { margin: 10px 0 0; font-style: italic; }
.post-content { margin-top: 49px; color: var(--ink); font-size: 19px; line-height: 1.6; letter-spacing: 0.012em; }
.post-content p { margin: 0 0 1.3em; }
.post-content h2, .post-content h3 { margin: 1.7em 0 0.5em; font-weight: 500; line-height: 1.2; }
.post-content h2 { font-size: 28px; }
.post-content h3 { font-size: 23px; }
.post-content blockquote { margin: 1.5em 0; padding-left: 1.1em; border-left: 1px solid var(--rule); font-style: italic; }
.post-content img { max-width: 100%; height: auto; }
.post-content a { text-decoration: underline; text-underline-offset: 0.16em; }

@media (max-width: 650px) {
  .site-shell { width: min(100% - 40px, 500px); }
  .site-header { padding-top: 38px; }
  .site-title { font-size: clamp(42px, 11vw, 61px); }
  .intro { margin-top: 63px; }
  .intro-copy { font-size: 15px; }
  .home-section { margin-top: 55px; }
  .section-topline { gap: 16px; }
  .section-more { font-size: 12px; }
  .dated-list, .project-list, .empty-state { margin-left: 0; }
  .dated-item { grid-template-columns: 108px minmax(0, 1fr); gap: 12px; }
  .dated-item h2, .dated-item h3, .project-item h2, .project-item h3 { font-size: 15px; }
  .dated-item p, .project-item p { font-size: 14px; }
  .elsewhere-links { column-gap: 20px; }
  .interior-page, .post { margin-top: 72px; }
  .post-content { font-size: 18px; }
}

@media (max-width: 390px) {
  .site-shell { width: calc(100% - 32px); }
  .dated-item { grid-template-columns: 92px minmax(0, 1fr); gap: 9px; }
  .dated-item time { font-size: 10px; }
  .section-heading { gap: 12px; }
  .heading-rule { width: 55px; }
  .section-more { letter-spacing: 0; }
}
