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

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

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 24px;
}

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

.nav {
  display: flex;
  gap: 24px;
  font-size: 14px;
  color: #4b5563;
}

.nav a {
  text-decoration: none;
}

.schedule-strip {
  background: #0f172a;
  color: #fff;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 40px;
}

.schedule-strip header {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #cbd5e1;
}

.schedule-strip header strong {
  color: #fbbf24;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.schedule-strip header a {
  margin-left: auto;
  color: #fbbf24;
  text-decoration: none;
}

.schedule-strip ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px 20px;
}

.schedule-strip li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 14px;
}

.schedule-strip .time {
  font-weight: 700;
  color: #fbbf24;
  font-variant-numeric: tabular-nums;
  width: 36px;
}

.schedule-strip .track {
  flex: 1;
}

.schedule-strip .series {
  font-size: 11px;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.tag {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #b91c1c;
  margin-bottom: 8px;
}

.lead {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 32px;
  margin-bottom: 32px;
}

.lead h2 {
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}

.lead p {
  font-size: 17px;
  color: #374151;
  max-width: 60ch;
  margin: 0 0 12px;
}

.byline {
  font-size: 13px !important;
  color: #6b7280 !important;
  margin: 0 !important;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.story h3 {
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 8px;
}

.story p {
  font-size: 14px;
  color: #4b5563;
  margin: 0;
}

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

.back a {
  color: #4b5563;
}
