body {
  background: #fbf7f2;
  color: #1f1b16;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.shell {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 24px 96px;
}

.topbar {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}

.brand {
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.01em;
}

.search {
  flex: 1;
  max-width: 360px;
  margin-left: auto;
}

.search input {
  width: 100%;
  font: inherit;
  font-size: 14px;
  padding: 10px 14px;
  border: 1px solid #d6cfc4;
  border-radius: 999px;
  background: #fff;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: #92400e;
  margin: 0 0 8px;
  font-weight: 600;
}

.hero h1 {
  font-size: 40px;
  line-height: 1.05;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.hero > p:not(.kicker) {
  font-size: 16px;
  color: #57534e;
  max-width: 60ch;
  margin: 0 0 32px;
}

.states {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.states a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e7e0d3;
  padding: 8px 14px;
  border-radius: 999px;
  color: #57534e;
}

.states a.active {
  background: #1f1b16;
  color: #fff;
  border-color: #1f1b16;
}

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

.track {
  background: #fff;
  border: 1px solid #ece5d6;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.thumb {
  height: 140px;
  background-size: cover;
  background-position: center;
  background-color: #d6cfc4;
}

/* Solid stand-ins so the placeholder doesn't fetch external images. */
.t-eldora { background: linear-gradient(135deg, #c2410c, #7c2d12); }
.t-knox { background: linear-gradient(135deg, #b45309, #78350f); }
.t-volusia { background: linear-gradient(135deg, #047857, #064e3b); }
.t-williams { background: linear-gradient(135deg, #1d4ed8, #1e3a8a); }
.t-i55 { background: linear-gradient(135deg, #6d28d9, #4c1d95); }
.t-port { background: linear-gradient(135deg, #be123c, #881337); }

.body {
  padding: 16px 20px 20px;
}

.body h3 {
  margin: 0 0 4px;
  font-size: 17px;
}

.meta {
  margin: 0 0 8px;
  font-size: 13px;
  color: #78716c;
}

.next {
  margin: 0;
  font-size: 13px;
  color: #92400e;
  font-weight: 600;
}

.back {
  margin-top: 48px;
  font-size: 13px;
}

.back a {
  color: #57534e;
}
