.shell {
  max-width: 1040px;
  margin: 0 auto;
  padding: 3rem 1.25rem 5rem;
}

.intro {
  margin-bottom: 2.5rem;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  color: #6b6b6b;
  margin: 0 0 0.5rem;
}

.intro h1 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.15;
  margin: 0 0 1rem;
}

.intro p {
  max-width: 56ch;
  color: #333;
  margin: 0;
}

.grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 1.25rem 1.25rem 1.5rem;
  transition: border-color 0.15s ease, transform 0.15s ease;
  background: #fff;
}

.card:hover {
  border-color: #999;
  transform: translateY(-2px);
}

.card .label {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 0.5rem;
}

.card h2 {
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
}

.card p {
  font-size: 0.95rem;
  color: #444;
  margin: 0;
}

.foot {
  margin-top: 4rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
  font-size: 0.85rem;
  color: #777;
}
