@font-face {
  font-family: Geist;
  src: url("/fonts/Geist-Variable.e24cec106619.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  color-scheme: light;
  --paper: #f7f5ee;
  --ink: #243d32;
  --muted: #626a60;
  --line: #d6dbce;
  --accent: #c05835;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    16px/1.6 Geist,
    Arial,
    sans-serif;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button,
input {
  font: inherit;
}
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}
.masthead,
main,
footer {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.masthead {
  min-height: 110px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wordmark {
  font:
    bold 38px/1 Georgia,
    serif;
  letter-spacing: -2px;
  text-decoration: none;
  white-space: nowrap;
}
.brand-dot {
  color: var(--accent);
}
nav {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
nav a {
  font-size: 13px;
  text-decoration: none;
}
nav a:hover,
nav [aria-current] {
  text-decoration: underline;
}
.feed-link {
  border: 1px solid var(--ink);
  border-radius: 3px;
  padding: 10px 15px;
}
.intro {
  padding: 75px 0 68px;
  max-width: 1000px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 11px;
  font-weight: 600;
}
h1,
h2,
p {
  margin-top: 0;
}
h1 {
  font:
    400 clamp(44px, 6.2vw, 80px)/1.08 Georgia,
    serif;
  letter-spacing: -3px;
  margin-bottom: 20px;
  overflow-wrap: anywhere;
}
.intro p {
  font-size: 19px;
  color: var(--muted);
  margin: 0;
}
.intro .eyebrow {
  margin-bottom: 22px;
}
.section-heading {
  border-top: 2px solid var(--ink);
  padding: 20px 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.section-heading h2 {
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}
.count {
  color: var(--muted);
  font-weight: 400;
  margin-left: 10px;
}
.search input {
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  border-radius: 0;
  width: 210px;
  padding: 8px 0;
  color: var(--ink);
  font-size: 13px;
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 30px;
}
.post-card {
  min-width: 0;
  border-bottom: 1px solid var(--line);
  padding-bottom: 30px;
}
.image-link {
  display: block;
  overflow: clip;
  background: #d9dfd1;
}
.image-link img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.card-copy {
  padding-top: 24px;
}
.card-copy .eyebrow {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 1px;
}
.eyebrow span {
  margin-inline: 7px;
}
.card-copy h2 {
  font:
    400 29px/1.18 Georgia,
    serif;
  letter-spacing: -0.5px;
  margin: 14px 0;
  overflow-wrap: anywhere;
}
.card-copy h2 a {
  text-decoration: none;
}
.card-copy h2 a:hover {
  text-decoration: underline;
}
.card-copy p {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 20px;
}
.read-story {
  font-size: 12px;
  font-weight: 600;
}
.read-story span {
  margin-left: 10px;
}
.featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 50px;
  padding-bottom: 42px;
}
.featured .card-copy {
  align-self: center;
  padding: 0;
}
.featured h2 {
  font-size: clamp(30px, 3.4vw, 47px);
  letter-spacing: -1px;
}
.featured p {
  font-size: 16px;
}
footer {
  margin-top: 90px;
  border-top: 2px solid var(--ink);
  padding: 40px 0 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
}
footer .wordmark {
  font-size: 30px;
}
footer p {
  color: var(--muted);
  font-size: 12px;
  margin-top: 14px;
}
footer nav {
  gap: 20px;
}
.copyright {
  grid-column: 1 / -1;
}
.story {
  padding-top: 45px;
}
.story-header {
  max-width: 880px;
  margin: 0 auto 40px;
}
.back {
  font-size: 12px;
  text-decoration: none;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 42px 0 22px;
}
.tag {
  text-transform: capitalize;
  border: 1px solid var(--line);
  padding: 3px 9px;
  font-size: 11px;
  text-decoration: none;
}
.story h1 {
  font-size: clamp(42px, 5.5vw, 66px);
  letter-spacing: -2px;
}
.dek {
  font-size: 20px;
  color: var(--muted);
}
.byline {
  font-size: 12px;
}
.byline span {
  margin-inline: 8px;
}
.story-image {
  width: 100%;
  max-height: 640px;
  object-fit: cover;
  margin: 0 auto 50px;
}
.prose {
  max-width: 720px;
  margin-inline: auto;
  font:
    19px/1.85 Georgia,
    serif;
  overflow-wrap: anywhere;
  min-width: 0;
}
.prose h2,
.prose h3 {
  color: var(--ink);
  line-height: 1.25;
  margin-top: 1.6em;
  scroll-margin-top: 30px;
}
.prose h2 {
  font-size: 32px;
}
.prose p {
  margin-bottom: 1.4em;
}
.prose pre {
  max-width: 100%;
  overflow-x: auto;
  background: #e8eade;
  padding: 22px;
  font-size: 14px;
}
.prose code {
  font-size: 0.85em;
}
.prose pre code {
  font-size: inherit;
}
.table-scroll {
  overflow-x: auto;
  max-width: 100%;
  margin-block: 28px;
}
table {
  border-collapse: collapse;
  min-width: 100%;
  font:
    14px/1.5 Geist,
    Arial,
    sans-serif;
}
th,
td {
  padding: 14px;
  border: 1px solid var(--line);
  text-align: left;
}
blockquote {
  border-left: 3px solid var(--accent);
  padding-left: 24px;
  margin-inline: 0;
  font-style: italic;
}
.story-end {
  border-top: 1px solid var(--line);
  max-width: 720px;
  margin: 50px auto 0;
  padding-top: 30px;
}
.story-end p {
  font:
    28px Georgia,
    serif;
  margin-bottom: 12px;
}
.story-end a {
  font-size: 14px;
}
.legal {
  padding-top: 70px;
}
.legal h1 {
  font-size: 54px;
}
.topics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
.topics a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  text-decoration: none;
  text-transform: capitalize;
}
.topics a span:first-child {
  font:
    28px Georgia,
    serif;
}
.topics a span:last-child {
  font-size: 12px;
  white-space: nowrap;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: clip;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  background: var(--paper);
  padding: 12px;
  z-index: 1;
}
.skip-link:focus {
  top: 16px;
}
@media (max-width: 900px) {
  .masthead,
  main,
  footer {
    width: calc(100% - 48px);
  }
  .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .featured {
    gap: 28px;
    grid-template-columns: 1fr 1fr;
  }
  nav {
    gap: 18px;
  }
  footer {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .masthead,
  main,
  footer {
    width: calc(100% - 36px);
  }
  .masthead {
    min-height: 100px;
    flex-wrap: wrap;
    padding-block: 20px;
    gap: 20px;
  }
  .wordmark {
    font-size: 34px;
  }
  .masthead nav {
    justify-content: space-between;
    width: 100%;
  }
  .intro {
    padding: 48px 0 40px;
  }
  h1 {
    letter-spacing: -1.8px;
  }
  .intro p {
    font-size: 17px;
  }
  .post-grid,
  .featured,
  .topics {
    grid-template-columns: minmax(0, 1fr);
  }
  .featured {
    gap: 24px;
  }
  .featured h2 {
    font-size: 34px;
  }
  .featured p {
    font-size: 14px;
  }
  .section-heading {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .search,
  .search input {
    width: 100%;
  }
  .prose {
    font-size: 18px;
  }
  .dek {
    font-size: 18px;
  }
  .tag-list {
    margin-top: 30px;
  }
  footer {
    margin-top: 55px;
  }
}
