/* =========================================================
   IdeaFloat — Homepage v2 · "Two ways in. One honest answer."
   Source: redesign/v2.css from Claude Design bundle 4.
   Layers on homepage-redesign.css. New: reality check verdict
   card, fork beat, honest contrast section, path chips.
   ========================================================= */

/* base.css forces span{font-size:16px}; let new headline spans inherit */
.rd-page .v2-fork-head h2 em,
.rd-page .v2-honest-head h2 span,
.rd-page .v2-fork-card h3 span,
.rd-page .v2-real-scorerow .num span,
.rd-page .v2-verdict-score .num span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

/* ---------- Path chip (shared: designs + chapters labels) ---------- */
.rd-page .path-chip {
  display: inline-block; margin-left: 14px;
  font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  color: #3d61df; border: 1px solid rgba(61,97,223,0.35); border-radius: 999px; padding: 3px 10px;
  white-space: nowrap;
}
.rd-page .path-chip.green { color: #0f9c66; border-color: rgba(15,156,102,0.35); }

/* ---------- The reality check card — the brand's second logo ---------- */
.rd-page .rd-val.v2-verdict {
  background: #fff;
  border: 1px solid rgba(21,21,21,0.14);
  border-radius: 6px;
  box-shadow: 0 30px 60px rgba(21,21,21,0.12), 0 4px 12px rgba(21,21,21,0.05);
  padding: 22px 22px 18px;
  width: 100%; max-width: 520px;
  box-sizing: border-box;
}
.v2-verdict-top {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  padding-bottom: 14px; border-bottom: 1px solid rgba(21,21,21,0.1);
}
.v2-verdict-top .k {
  font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: .2em;
  text-transform: uppercase; color: #0f9c66; display: inline-flex; align-items: center; gap: 8px;
}
.v2-verdict-top .k::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #21dd90; animation: pulse 2.4s ease-in-out infinite; }
.v2-verdict-top .url { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: .02em; color: #9ca3af; }

.v2-rc-ask { display: flex; flex-direction: column; gap: 10px; padding: 16px 0 0; }
.v2-rc-ask .rd-val-btn { margin-top: 0; }
/* Turnstile is interaction-only (invisible until challenged); hide the
   empty placeholder so it doesn't add a phantom flex gap before render */
.v2-rc-ask > #rd-val-ts:empty { display: none; }
.rd-page .rd-val-btn.full { width: 100%; justify-content: space-between; display: inline-flex; align-items: center; }
.v2-rc-hint {
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: .04em; color: #9ca3af;
  padding: 0 2px;
}

.v2-rc-body { border-top: 1px dashed rgba(21,21,21,0.16); margin-top: 16px; }
.v2-verdict-proj {
  display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap;
  padding: 14px 0 4px;
}
.v2-verdict-proj strong { font-family: Satoshi; font-weight: 900; font-size: 17px; letter-spacing: -.01em; color: #151515; }
.v2-verdict-proj span { font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: #6b7280; letter-spacing: .02em; }
.v2-verdict-score {
  display: flex; align-items: center; gap: 18px;
  padding: 6px 0 14px;
}
.v2-verdict-score .num {
  font-family: Satoshi; font-weight: 900; font-size: 76px; line-height: .9; letter-spacing: -.05em; color: #151515;
  font-variant-numeric: tabular-nums; min-width: 96px;
}
.v2-verdict-score .num small { font-size: 22px; font-weight: 700; color: #9ca3af; letter-spacing: -.02em; margin-left: 2px; }
.v2-verdict-score .num.pending { color: #c0bdb5; }
.v2-verdict-band { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.rd-page .v2-band-chip {
  font-family: Satoshi; font-weight: 900; font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  color: #9a7500; background: rgba(243,185,0,0.16); border: 1px solid rgba(243,185,0,0.4);
  padding: 6px 10px; border-radius: 4px;
}
.rd-page .v2-band-chip.pending { color: #6b7280; background: rgba(21,21,21,0.06); border-color: rgba(21,21,21,0.18); }
.v2-verdict-band .note {
  font-family: Satoshi; font-weight: 500; font-size: 13px; line-height: 1.45; color: #4b5563; max-width: 30ch; text-wrap: pretty;
}
.v2-verdict-bar { position: relative; height: 6px; border-radius: 99px; background: rgba(21,21,21,0.08); margin: 0 0 6px; overflow: hidden; }
.v2-verdict-bar .fill { position: absolute; left: 0; top: 0; bottom: 0; background: #f3b900; border-radius: 99px; transition: width 1.2s cubic-bezier(.22,.61,.36,1); }
.v2-verdict-bar-labels {
  display: flex; justify-content: space-between;
  font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: .12em; color: #9ca3af;
  margin-bottom: 10px;
}
.rd-page .v2-verdict-findings { list-style: none; margin: 0; padding: 0; border-top: 1px dashed rgba(21,21,21,0.16); }
.rd-page .v2-verdict-findings li {
  display: grid; grid-template-columns: auto 1fr; gap: 4px 12px; align-items: baseline;
  padding: 10px 0; border-bottom: 1px dashed rgba(21,21,21,0.16);
}
.v2-verdict-findings .tag {
  font-family: 'IBM Plex Mono', monospace; font-size: 9px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
  color: var(--fc, #3d61df); white-space: nowrap; padding-top: 2px;
}
.v2-verdict-findings .line { font-family: Satoshi; font-weight: 700; font-size: 14px; color: #151515; letter-spacing: -.01em; }
.v2-verdict-findings .src {
  grid-column: 2;
  font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; letter-spacing: .03em; color: #9ca3af;
}
.v2-verdict-foot {
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  padding-top: 14px;
}
.v2-verdict-foot .goal { font-family: Satoshi; font-weight: 500; font-size: 12.5px; line-height: 1.45; color: #4b5563; max-width: 32ch; text-wrap: pretty; }
.rd-page .v2-verdict-foot a {
  flex: none;
  font-family: Satoshi; font-weight: 900; font-size: 13px; color: #0f9c66;
  border-bottom: 1px solid currentColor; padding-bottom: 2px;
  display: inline-flex; gap: 8px; align-items: baseline; transition: gap .2s ease;
}
.rd-page .v2-verdict-foot a:hover { gap: 12px; }

/* ---------- Thinking skeleton ---------- */
.v2-skel-rows { display: flex; flex-direction: column; gap: 16px; padding: 28px 0 20px; }
.v2-skel {
  display: block; height: 14px; border-radius: 4px;
  background: linear-gradient(90deg, rgba(21,21,21,0.06) 25%, rgba(21,21,21,0.12) 50%, rgba(21,21,21,0.06) 75%);
  background-size: 200% 100%;
  animation: v2shimmer 1.2s linear infinite;
}
.v2-skel.w90 { width: 90%; } .v2-skel.w80 { width: 80%; } .v2-skel.w70 { width: 70%; } .v2-skel.w60 { width: 60%; }
@keyframes v2shimmer { from { background-position: 200% 0; } to { background-position: -200% 0; } }
@media (prefers-reduced-motion: reduce) { .v2-skel { animation: none; } }
.v2-thinking-line {
  margin: 0; padding-top: 14px; border-top: 1px dashed rgba(21,21,21,0.16);
  font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .08em; color: #6b7280;
  display: inline-flex; align-items: center; gap: 8px;
}
.v2-thinking-line::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #3d61df; animation: pulse 1.2s ease-in-out infinite; }

/* ---------- Fork beat ---------- */
.v2-fork { padding: 92px 0 100px; border-top: 1px solid rgba(21,21,21,0.06); }
.v2-fork-head { display: flex; align-items: baseline; gap: 32px; margin-bottom: 48px; flex-wrap: wrap; }
.v2-fork-head .label {
  font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: #6b7280;
}
.v2-fork-head h2 {
  font-family: Satoshi; font-weight: 900; font-size: clamp(30px, 3.8vw, 52px);
  line-height: 1.02; letter-spacing: -.03em; margin: 0; color: #151515;
}
.v2-fork-head h2 em { color: #3d61df; font-style: italic; font-weight: 500; }
.v2-fork-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.rd-page .v2-fork-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(21,21,21,0.14);
  border-radius: 6px;
  padding: 34px 36px 28px;
  display: flex; flex-direction: column; gap: 16px;
  transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s ease;
  overflow: hidden;
  cursor: none;
  color: inherit;
}
.v2-fork-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--path, #3d61df);
}
.v2-fork-card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px -20px rgba(21,21,21,0.25); }
.v2-fork-kicker {
  font-family: 'IBM Plex Mono', monospace; font-size: 10px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
  color: var(--path, #3d61df);
}
.v2-fork-card h3 {
  font-family: Satoshi; font-weight: 900; font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1.04; letter-spacing: -.03em; margin: 0; color: #151515;
}
.v2-fork-card > p {
  font-family: Satoshi; font-weight: 500; font-size: 15.5px; line-height: 1.55;
  color: #4b5563; margin: 0; max-width: 42ch; text-wrap: pretty;
}
.v2-fork-tools { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 2px; }
.rd-page .v2-fork-tools span {
  font-family: Satoshi; font-weight: 500; font-size: 12px; color: #1f2937;
  border: 1px solid rgba(21,21,21,0.14); border-radius: 999px;
  padding: 5px 12px;
  display: inline-flex; align-items: center; gap: 7px;
}
.v2-fork-tools span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--path, #3d61df); }
.v2-fork-cta {
  margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(21,21,21,0.1);
  display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap;
}
.v2-fork-cta strong {
  font-family: Satoshi; font-weight: 900; font-size: 15px; color: #151515;
  display: inline-flex; gap: 10px; align-items: baseline;
  transition: gap .25s ease, color .25s ease;
}
.v2-fork-card:hover .v2-fork-cta strong { gap: 16px; color: var(--path, #3d61df); }
.v2-fork-cta .meta { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: .04em; color: #9ca3af; }
.v2-fork-flip {
  margin-top: 28px; text-align: center;
  font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; letter-spacing: .04em; color: #6b7280;
}
.v2-fork-flip b { color: #151515; font-weight: 500; }

/* ---------- Honest, not optimistic — the contrast ---------- */
.v2-honest { padding: 130px 0; background: #151515; color: #fbfaf6; overflow: hidden; }
.v2-honest-head { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-bottom: 72px; align-items: end; }
.v2-honest-head .label { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.v2-honest-head h2 {
  font-family: Satoshi; font-weight: 900; font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02; letter-spacing: -.04em; margin: 14px 0 0; color: #fbfaf6; max-width: 15ch; text-wrap: balance;
}
.v2-honest-head h2 .accent { color: #21dd90; }
.v2-honest-head p {
  font-family: Satoshi; font-weight: 500; font-size: 18px; line-height: 1.55;
  color: rgba(255,255,255,0.65); max-width: 440px; margin: 0; text-wrap: pretty;
}
.v2-honest-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 28px; align-items: stretch; }
.v2-vibe, .v2-real {
  border-radius: 6px; padding: 34px 36px 30px;
  display: flex; flex-direction: column; gap: 14px;
}
.v2-vibe {
  border: 1px dashed rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.55);
}
.rd-page .v2-vibe .k, .rd-page .v2-real .k {
  font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: .2em; text-transform: uppercase;
}
.rd-page .v2-vibe .k { color: rgba(255,255,255,0.4); }
.v2-vibe .num {
  font-family: Satoshi; font-weight: 900; font-size: 84px; line-height: .9; letter-spacing: -.05em;
  color: rgba(255,255,255,0.35);
}
.v2-vibe .num small { font-size: 24px; font-weight: 700; }
.v2-vibe blockquote {
  margin: 0; font-family: Satoshi; font-weight: 500; font-style: italic; font-size: 19px; line-height: 1.4;
  color: rgba(255,255,255,0.55); border: 0; padding: 0;
}
.rd-page .v2-vibe .src {
  margin-top: auto; padding-top: 16px; border-top: 1px dashed rgba(255,255,255,0.2);
  font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: .03em; color: rgba(255,255,255,0.4);
  line-height: 1.6;
}
.v2-real { background: #fbfaf6; color: #151515; box-shadow: 0 30px 80px rgba(0,0,0,0.4); }
.rd-page .v2-real .k { color: #0f9c66; display: inline-flex; align-items: center; gap: 8px; }
.v2-real .k::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #21dd90; }
.v2-real-scorerow { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.v2-real-scorerow .num {
  font-family: Satoshi; font-weight: 900; font-size: 84px; line-height: .9; letter-spacing: -.05em; color: #151515;
  font-variant-numeric: tabular-nums;
}
.v2-real-scorerow .num small { font-size: 24px; font-weight: 700; color: #9ca3af; }
.rd-page .v2-real ul { list-style: none; margin: 4px 0 0; padding: 0; }
.rd-page .v2-real li {
  padding: 11px 0; border-top: 1px dashed rgba(21,21,21,0.16);
  display: flex; flex-direction: column; gap: 3px;
}
.rd-page .v2-real li span { font-family: Satoshi; font-weight: 700; font-size: 15px; letter-spacing: -.01em; }
.rd-page .v2-real li small { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: .03em; color: #9ca3af; }
.v2-honest-line {
  margin-top: 56px; text-align: center;
  font-family: Satoshi; font-weight: 500; font-size: clamp(19px, 2.2vw, 26px); line-height: 1.4; letter-spacing: -.01em;
  color: rgba(255,255,255,0.85);
}
.v2-honest-line b { font-weight: 900; color: #21dd90; }
@media (max-width: 1100px) {
  .v2-honest-head, .v2-honest-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ---------- Pricing note ---------- */
.v2-price-note {
  margin: 28px 0 0; text-align: center;
  font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; letter-spacing: .04em; color: #6b7280;
}
.v2-price-note b { color: #151515; font-weight: 500; }

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .v2-fork-grid { grid-template-columns: 1fr; }
  .v2-verdict-score .num { font-size: 60px; min-width: 78px; }
}
