/* THE SOLO TRAIL — "coming soon" trek stub page. Loads after tokens.css. */

.stub-hero { position: relative; background-color: var(--ink); height: 480px; overflow: hidden; display: flex; align-items: flex-end; }
.stub-hero .hero-credit { position: absolute; z-index: 2; right: 12px; bottom: 8px; font-size: 10px; color: rgba(255,255,255,.55); background: rgba(0,0,0,.35); padding: 2px 8px; border-radius: 4px; }
.stub-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.stub-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,13,15,.9) 0%, rgba(11,13,15,.15) 70%); }
.stub-hero-text { position: relative; z-index: 1; max-width: 1040px; width: 100%; margin: 0 auto; padding: 0 40px 48px; }
.stub-badge { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: rgba(255,255,255,.12); color: rgba(255,255,255,.7); padding: 4px 12px; border-radius: 20px; margin-bottom: 12px; }
.stub-hero-text h1 { font-family: var(--font-display); font-size: clamp(28px, 5vw, 52px); color: #fff; font-weight: 700; letter-spacing: -0.01em; line-height: 1.2; margin-bottom: 16px; }
.trail-stats-row { display: flex; flex-wrap: wrap; gap: 12px; }
.ts { font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 5px; }
.ts-alt { background: rgba(228,121,90,.15); color: var(--accent-light); }
.ts-days { background: rgba(228,121,90,.15); color: var(--accent-light); }
.ts-diff { background: rgba(242,133,122,.15); color: var(--danger-light); }
.ts-country { background: rgba(255,255,255,.1); color: rgba(255,255,255,.75); }

.stub-body { max-width: 680px; margin: 0 auto; padding: 56px 24px 72px; text-align: center; }
.stub-body h2 { font-family: var(--font-display); font-size: 28px; font-weight: 700; color: var(--text); margin-bottom: 14px; }
.stub-body p { font-size: 15px; color: var(--text-mid); line-height: 1.8; margin-bottom: 14px; }

.waitlist-row { display: flex; gap: 10px; max-width: 420px; margin: 32px auto 8px; justify-content: center; }

.while-waiting { margin-top: 64px; padding-top: 48px; border-top: 1px solid var(--border); }
.while-waiting h3 { font-family: var(--font-display); font-size: 20px; font-weight: 600; margin-bottom: 20px; }
.action-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 480px; margin: 0 auto; }
.action-cards > * { min-width: 0; }
.action-card { background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 20px 16px; text-align: left; text-decoration: none; color: inherit; transition: box-shadow .2s; }
.action-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.08); }
.action-card .icon { font-size: 20px; margin-bottom: 8px; }
.action-card strong { display: block; font-size: 13px; font-weight: 600; margin-bottom: 4px; }
.action-card span { font-size: 12px; color: var(--text-muted); }

@media (max-width: 640px) {
  .stub-hero { height: 360px; }
  .stub-hero-text { padding: 0 20px 36px; }
  .waitlist-row { flex-direction: column; }
  .action-cards { grid-template-columns: 1fr; }
}
