/* Resources hub — monochrome, mobile-first, no framework needed */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fafaf9;
  color: #18181b;
  font-family: "Geist", -apple-system, sans-serif;
  -webkit-text-size-adjust: 100%;
}

.wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 28px 20px 80px;
}

.back {
  display: inline-block;
  font-size: 13px;
  color: #71717a;
  text-decoration: none;
  font-family: "Roboto Mono", monospace;
}
.back:hover {
  color: #18181b;
}

.eyebrow {
  margin: 20px 0 4px;
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #71717a;
}

h1 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.lede {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.55;
  color: #3f3f46;
}

.res-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e4e4e7;
}

.res-item {
  display: block;
  padding: 18px 2px;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #e4e4e7;
}
.res-item:active {
  background: #f4f4f5;
}

.res-title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.005em;
  color: #18181b;
}

.res-oneliner {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.5;
  color: #52525b;
}

.res-count {
  margin-top: 8px;
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a1a1aa;
}

@media (min-width: 640px) {
  .wrap {
    padding: 48px 32px 100px;
  }
  h1 {
    font-size: 32px;
  }
  .res-item:hover {
    background: #f4f4f5;
  }
}
