/* ============================================
   /roadmap page — depends on styles.css + launch.css
   ============================================ */

.roadmap-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 120px 32px 80px;
}
@media (max-width: 640px) {
  .roadmap-page { padding: 96px 22px 64px; }
}

.roadmap-header {
  text-align: center;
  margin-bottom: 64px;
}
.roadmap-eyebrow {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #f97316;
  font-weight: 600;
  margin-bottom: 14px;
}
.roadmap-header h1 {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -1.4px;
  line-height: 1.1;
  margin-bottom: 14px;
  color: #1a1a18;
}
body.dark .roadmap-header h1 { color: #f0ede8; }
.roadmap-sub {
  font-size: 16px;
  color: #6f6b62;
  line-height: 1.55;
  max-width: 560px;
  margin: 0 auto;
}
body.dark .roadmap-sub { color: #888; }
@media (max-width: 640px) {
  .roadmap-header h1 { font-size: 32px; letter-spacing: -0.8px; }
}

/* ============= "Nothing here is a guarantee" disclaimer =============
   Sets expectations before readers scan the columns — important because
   /roadmap is now linked from /buy where we say "every future macOS
   version, free." We don't want anyone reading the Later column as a
   contractual commitment. */
.roadmap-disclaimer {
  display: block;
  max-width: 580px;
  margin: 22px auto 0;
  padding: 12px 18px;
  background: rgba(249, 115, 22, 0.07);
  border: 1px solid rgba(249, 115, 22, 0.18);
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.55;
  color: #6f6b62;
  text-align: left;
}
.roadmap-disclaimer strong {
  color: #f97316;
  font-weight: 700;
}
body.dark .roadmap-disclaimer {
  background: rgba(249, 115, 22, 0.1);
  border-color: rgba(249, 115, 22, 0.22);
  color: #999;
}

/* ============= Column section ============= */
.roadmap-column {
  margin-bottom: 56px;
}
.roadmap-column:last-child { margin-bottom: 32px; }

.col-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
body.dark .col-header { border-bottom-color: rgba(255,255,255,0.06); }

.col-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 100px;
  border: 1px solid;
}
.pill-done {
  color: #1c8553;
  background: rgba(28, 133, 83, 0.08);
  border-color: rgba(28, 133, 83, 0.2);
}
.pill-now {
  color: #f97316;
  background: rgba(249, 115, 22, 0.08);
  border-color: rgba(249, 115, 22, 0.25);
}
.pill-next {
  color: #4a4a48;
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.12);
}
body.dark .pill-next {
  color: #ccc;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
}
.pill-later {
  color: #9f9b93;
  background: rgba(0, 0, 0, 0.02);
  border-color: rgba(0, 0, 0, 0.08);
}
body.dark .pill-later {
  color: #777;
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.08);
}

.col-meta {
  font-size: 12px;
  color: #9f9b93;
  font-weight: 500;
  letter-spacing: 0.2px;
}
body.dark .col-meta { color: #666; }

/* ============= Items ============= */
.roadmap-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.roadmap-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}
.roadmap-list strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a18;
  letter-spacing: -0.2px;
  margin-bottom: 4px;
  grid-column: 2;
}
body.dark .roadmap-list strong { color: #f0ede8; }
.roadmap-list .li-note {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: #6f6b62;
  grid-column: 2;
}
body.dark .roadmap-list .li-note { color: #888; }
.roadmap-list .li-note code {
  background: rgba(0,0,0,0.05);
  padding: 1px 6px;
  border-radius: 4px;
  font-family: ui-monospace, SFMono-Regular, monospace;
  font-size: 13px;
  color: #1a1a18;
}
body.dark .roadmap-list .li-note code {
  background: rgba(255,255,255,0.06);
  color: #ddd;
}

/* Version pill (recently shipped) */
.li-version {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10.5px;
  letter-spacing: 0.4px;
  font-weight: 700;
  color: #1c8553;
  background: rgba(28, 133, 83, 0.08);
  border: 1px solid rgba(28, 133, 83, 0.18);
  padding: 4px 8px;
  border-radius: 6px;
  font-family: ui-monospace, SFMono-Regular, monospace;
  grid-row: span 2;
  margin-top: 2px;
  align-self: start;
}

/* Status emoji marker (Now/Next/Later) */
.li-status {
  font-size: 18px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.03);
  border-radius: 8px;
  grid-row: span 2;
  margin-top: 2px;
}
body.dark .li-status { background: rgba(255,255,255,0.04); }

/* ============= Footer ============= */
.roadmap-footer {
  text-align: center;
  padding-top: 24px;
  font-size: 14px;
  color: #6f6b62;
  line-height: 1.55;
  max-width: 520px;
  margin: 0 auto;
}
body.dark .roadmap-footer { color: #888; }
.roadmap-footer a {
  color: #1a1a18;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #f97316;
}
body.dark .roadmap-footer a { color: #f0ede8; }
