:root {
  color-scheme: light;
  --bg: #0b1726;
  --bg-muted: #111f33;
  --card: #13263d;
  --accent: #fdd835;
  --accent-soft: rgba(253, 216, 53, 0.12);
  --accent-strong: #ffb300;
  --text: #f1f5f9;
  --text-muted: #c9d7e5;
  --border: rgba(255, 255, 255, 0.12);
  --max-width: 1100px;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: radial-gradient(circle at top left, #172a43, #09121e 45%, #04070c 100%);
  color: var(--text);
  font-size: 18px;
  line-height: 1.6;
  min-height: 100vh;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  color: var(--accent-strong);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
  background: rgba(7, 12, 20, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.logo {
  display: inline-flex;
  align-items: center;
}

.logo img {
  height: 44px;
  width: auto;
  display: block;
}

.main-nav {
  display: flex;
  gap: 1.25rem;
  font-size: 0.95rem;
  align-items: center;
}

.main-nav a {
  color: var(--text-muted);
  font-weight: 600;
}

.main-nav a[aria-current="page"],
.main-nav a:hover {
  color: var(--text);
}

.cta {
  background: var(--accent);
  color: #1c1300;
  font-weight: 700;
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(253, 216, 53, 0.25);
}

main {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 7rem 1.5rem 5rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  align-items: center;
}

.hero .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  color: var(--accent-strong);
  font-weight: 700;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 3vw + 1rem, 3.6rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.lead {
  font-size: 1.1rem;
  color: var(--text-muted);
}

.hero-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-actions .primary,
.hero-actions .secondary,
.dispatch-links .primary,
.dispatch-links .secondary,
.week-links .primary,
.week-links .secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  border: 2px solid transparent;
}

.primary {
  background: var(--accent);
  color: #1c1300;
}

.secondary {
  background: transparent;
  border-color: var(--accent);
  color: var(--accent);
}

.hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.hero-visual .badge {
  position: relative;
  background: rgba(253, 216, 53, 0.18);
  color: var(--accent);
  font-weight: 700;
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.truck-card-hero {
  width: min(420px, 100%);
  background: linear-gradient(160deg, rgba(18, 33, 52, 0.95), rgba(7, 12, 20, 0.9));
  border-radius: 28px;
  padding: 2.5rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 32px 64px rgba(3, 6, 10, 0.6);
}

.truck-card-hero img {
  width: 100%;
  display: block;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.45));
}

.truck-card-hero figcaption {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.section-header {
  max-width: 680px;
}

.section-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 2vw + 1rem, 2.8rem);
  margin-bottom: 0.5rem;
}

.highlight .map-card,
.dispatch .dispatch-card,
.rhythm .rhythm-card,
.truck .truck-card,
.dispatch-list .cards .card,
.week-detail,
.week-media,
.week-highlights,
.week-media-grid,
.week-links {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 24px 60px rgba(4, 7, 12, 0.45);
}

.map-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.map-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
}

.map-meta .label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
}

.map-canvas {
  position: relative;
  width: 100%;
  min-height: 380px;
  border-radius: 16px;
  background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/d/dc/Blank_US_Map_%28states_only%29.svg/1280px-Blank_US_Map_%28states_only%29.svg.png') center/cover no-repeat;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.map-canvas svg {
  width: 100%;
  height: 100%;
}

.map-legend {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.legend-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 0.35rem;
}

.legend-dot.current { background: #ff6f61; }
.legend-dot.next { background: #42a5f5; }
.legend-dot.future { background: rgba(255, 255, 255, 0.4); }

.dispatch-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  align-items: center;
}

.dispatch-card .media img {
  width: 100%;
  border-radius: 18px;
}

.dispatch-highlights {
  list-style: disc;
  padding-left: 1.5rem;
  color: var(--text-muted);
}

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

.rhythm-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  text-align: left;
  min-height: 100%;
}

.rhythm-icon {
  width: 64px;
  height: 64px;
  display: block;
}

.page-hero {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 3rem;
  margin-top: 6rem;
  box-shadow: 0 24px 60px rgba(4, 7, 12, 0.45);
}

.dispatch-list .cards {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.75rem;
}

.dispatch-list .card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.dispatch-list .card img {
  width: 100%;
  border-radius: 16px;
}

.week-detail {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 6rem;
}

.week-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 2vw + 1.5rem, 3.1rem);
}

.week-meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.week-body p {
  margin-bottom: 1rem;
  color: var(--text-muted);
}

.week-highlights ul {
  list-style: disc;
  padding-left: 1.5rem;
  color: var(--text-muted);
}

.week-media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.week-media-grid img {
  width: 100%;
  border-radius: 14px;
}

.site-footer {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  color: var(--text-muted);
}

.subpage main {
  padding-top: 9rem;
}

@media (max-width: 960px) {
  .main-nav {
    display: none;
  }

  .site-header {
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .cta {
    width: 100%;
    text-align: center;
  }

  main {
    padding-top: 6rem;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 16px;
  }

  .map-canvas {
    min-height: 300px;
  }

  .dispatch-card {
    grid-template-columns: 1fr;
  }

  .week-links {
    flex-direction: column;
  }
}

.dispatch-list .card .meta {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.card-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.dispatch-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.week-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.map-stop:hover {
  filter: brightness(1.2);
}
