/* THE SOLO TRAIL — about page. Loads after tokens.css. */

.about-hero { position: relative; background-color: var(--ink); height: 420px; overflow: hidden; display: flex; align-items: flex-end; }
.about-hero-img { position: absolute; inset: 0; object-fit: cover; width: 100%; height: 100%; }
.about-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,13,15,.85) 0%, rgba(11,13,15,.2) 100%); }
.about-hero-text { position: relative; z-index: 1; max-width: 640px; padding: 0 40px 48px; }
.about-hero-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--accent-light); margin-bottom: 10px; }
.about-hero-text h1 { font-family: var(--font-display); font-size: clamp(28px, 5vw, 46px); color: #fff; font-weight: 700; letter-spacing: -0.01em; line-height: 1.2; }
.about-hero-text p { font-size: 15px; color: rgba(255,255,255,.65); margin-top: 12px; max-width: 480px; }

.about-content { max-width: 720px; margin: 0 auto; padding: 64px 24px 80px; }
.about-section { margin-bottom: 56px; }
.about-section h2 { font-family: var(--font-display); font-size: 26px; font-weight: 700; color: var(--text); margin-bottom: 16px; line-height: 1.3; }
.about-section p { font-size: 15px; color: var(--text-mid); line-height: 1.8; margin-bottom: 14px; }
.about-section p:last-child { margin-bottom: 0; }

.pull-quote { border-left: 3px solid var(--accent); padding: 16px 24px; background: var(--accent-pale); border-radius: 0 8px 8px 0; margin: 32px 0; }
.pull-quote p { font-family: var(--font-display); font-size: 18px; font-weight: 500; color: var(--text); line-height: 1.6; margin: 0; }

.principle-list { list-style: none; margin-top: 24px; display: flex; flex-direction: column; gap: 16px; }
.principle-list li { display: flex; gap: 16px; align-items: flex-start; }
.principle-num { font-size: 12px; font-weight: 700; color: var(--accent); background: var(--accent-pale); width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.principle-body strong { display: block; font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 3px; }
.principle-body span { font-size: 14px; color: var(--text-mid); }

/* ROADMAP — data-driven, grouped by status */
.roadmap-stats { display: flex; gap: 20px; margin: 20px 0 28px; flex-wrap: wrap; }
.rm-stat { background: var(--ink-pale); border-radius: 10px; padding: 14px 20px; text-align: center; flex: 1; min-width: 100px; }
.rm-stat-num { font-family: var(--font-display); font-size: 26px; font-weight: 700; color: var(--ink); }
.rm-stat-label { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: .05em; margin-top: 2px; }
.roadmap { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; margin-top: 12px; }
.roadmap-group-title { font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--text-muted); background: var(--bg-soft); padding: 10px 20px; border-bottom: 1px solid var(--border); }
.roadmap-row { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; border-bottom: 1px solid var(--border); gap: 16px; }
.roadmap-row:last-child { border-bottom: none; }
.roadmap-trail { font-size: 14px; font-weight: 600; color: var(--text); }
.roadmap-region { font-size: 12px; color: var(--text-muted); }
.roadmap-tag { font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 3px 10px; border-radius: 4px; white-space: nowrap; flex-shrink: 0; }
.tag-live { background: var(--ink-pale); color: var(--ink); }
.tag-next { background: var(--warn-pale); color: var(--warn); }
.tag-planned { background: var(--border-soft); color: var(--text-mid); }

.about-cta { text-align: center; background: var(--ink); border-radius: 12px; padding: 48px 32px; margin-top: 64px; }
.about-cta h2 { font-family: var(--font-display); font-size: 24px; color: #fff; font-weight: 700; margin-bottom: 10px; }
.about-cta p { font-size: 14px; color: rgba(255,255,255,.6); margin-bottom: 24px; max-width: 360px; margin-left: auto; margin-right: auto; }
.btn-cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-ghost { display: inline-block; padding: 10px 24px; border: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.8); border-radius: 7px; font-size: 13px; font-weight: 600; text-decoration: none; transition: all .2s; }
.btn-ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); color: #fff; }
.btn-solid { display: inline-block; padding: 10px 24px; background: var(--accent); color: #fff; border-radius: 7px; font-size: 13px; font-weight: 600; text-decoration: none; transition: background .2s; }
.btn-solid:hover { background: var(--accent-hover); }

/* EDITOR CARD */
.editor-card { display: flex; gap: 20px; align-items: flex-start; background: var(--ink-pale); border-radius: 12px; padding: 24px; margin-top: 8px; }
.editor-photo, .editor-avatar { width: 80px; height: 80px; border-radius: 50%; flex-shrink: 0; object-fit: cover; }
.editor-avatar { background: var(--ink); color: #fff; font-family: var(--font-display); font-size: 28px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.editor-body { flex: 1; min-width: 0; }
.editor-name { font-family: var(--font-display); font-size: 22px; font-weight: 600; color: var(--ink); margin-bottom: 2px; }
.editor-role { font-size: 12px; font-weight: 600; color: var(--accent); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 10px; }
.editor-bio { font-size: 14px; color: var(--text-mid); line-height: 1.7; margin-bottom: 12px; }
.editor-links { display: flex; gap: 12px; flex-wrap: wrap; }
.editor-link { font-size: 12px; font-weight: 600; color: var(--ink); text-decoration: none; padding: 5px 12px; border: 1px solid var(--ink); border-radius: 5px; transition: all .2s; }
.editor-link:hover { background: var(--ink); color: #fff; }

@media (max-width: 640px) {
  .about-hero { height: 320px; }
  .about-hero-text { padding: 0 20px 36px; }
  .about-content { padding: 40px 20px 60px; }
  .roadmap-row { flex-direction: column; align-items: flex-start; gap: 6px; }
  .roadmap-stats { gap: 10px; }
  .editor-card { flex-direction: column; align-items: center; text-align: center; padding: 20px; }
  .editor-links { justify-content: center; }
}
