/* Kwon Home Group — Home Value Strategy Tool (home-valuation.html only).
   KHG brand system: ink/paper/bone, hard edges, thin rules, Archivo display
   + Space Mono spec type, volt (#ff2e88) reserved for selection + CTAs.
   All classes are vh-* to avoid collisions with the shared stylesheet. */

/* ---------- hero address bar ---------- */
.vh-hero-bar {
  display: flex; gap: 0.6rem; margin-top: 2rem; max-width: 620px; flex-wrap: wrap;
}
.vh-hero-bar input {
  flex: 1 1 300px; padding: 1em 1.1em;
  background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--paper); font-family: var(--mono); font-size: 0.82rem;
}
.vh-hero-bar input::placeholder { color: rgba(255, 255, 255, 0.55); }
.vh-hero-bar input:focus { outline: 2px solid var(--volt); outline-offset: 2px; }
.vh-hero-note { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-top: 0.8rem; }

/* ---------- comparison cards ---------- */
.vh-vs { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(1rem, 2.5vw, 1.8rem); align-items: stretch; margin-top: clamp(2rem, 4vw, 3rem); }
@media (max-width: 860px) { .vh-vs { grid-template-columns: 1fr; } }

.vh-vs-card { border: 1px solid var(--line-strong); background: var(--paper); padding: clamp(1.3rem, 3vw, 2rem); }
.vh-vs-card .t {
  font-family: var(--sans); font-stretch: 122%; font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.01em; font-size: clamp(1.15rem, 2.2vw, 1.5rem); line-height: 1.1;
}
.vh-vs-card .k { font-family: var(--mono); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--concrete-3); margin-bottom: 0.7rem; }
.vh-vs-card ul { list-style: none; margin-top: 1.2rem; }
.vh-vs-card li {
  display: flex; gap: 0.7rem; align-items: baseline;
  padding: 0.6rem 0; border-bottom: 1px solid var(--line); font-size: 0.92rem;
}
.vh-vs-card li:last-child { border-bottom: 0; }
.vh-vs-card.basic { background: var(--bone); }
.vh-vs-card.basic .t { color: var(--concrete-4); }
.vh-vs-card.basic li { color: var(--muted); }
.vh-vs-card.basic li::before { content: "–"; font-family: var(--mono); font-weight: 700; color: var(--concrete-2); }
.vh-vs-card.khg { background: var(--ink); color: var(--paper); border-color: var(--ink); border-top: 4px solid var(--volt); }
.vh-vs-card.khg .k { color: var(--volt); }
.vh-vs-card.khg li { border-bottom-color: var(--line-light); }
.vh-vs-card.khg li::before { content: "■"; font-size: 0.5rem; color: var(--volt); transform: translateY(-1px); }
.vh-vs-cta { margin-top: 1.6rem; }

.vh-statline { display: flex; gap: clamp(1.2rem, 4vw, 3rem); flex-wrap: wrap; border-top: 2px solid var(--ink); margin-top: clamp(2rem, 4vw, 3rem); padding-top: 1.2rem; }
.vh-statline .s { display: flex; flex-direction: column; }
.vh-statline .v { font-family: var(--sans); font-stretch: 125%; font-weight: 900; font-size: clamp(1.5rem, 3vw, 2.1rem); line-height: 1; }
.vh-statline .v em { font-style: normal; color: var(--volt); }
.vh-statline .l { font-family: var(--mono); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-top: 0.35rem; }

/* ---------- multi-step form ---------- */
.vh-form-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: clamp(1.8rem, 4vw, 3.5rem); align-items: start; margin-top: clamp(2rem, 4vw, 3rem); }
@media (max-width: 900px) { .vh-form-grid { grid-template-columns: 1fr; } }

/* confidence meter */
.vh-conf { border: 1px solid var(--line-light); padding: 1.3rem 1.4rem; }
.vh-conf .ct { font-family: var(--mono); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-light); margin-bottom: 1rem; }
.vh-conf-track { display: flex; gap: 4px; margin-bottom: 1.1rem; }
.vh-conf-track i { height: 10px; flex: 1; background: rgba(255, 255, 255, 0.12); transition: background 0.25s ease; }
.vh-conf-track i.on { background: var(--volt); }
.vh-conf-level { font-family: var(--sans); font-stretch: 122%; font-weight: 900; text-transform: uppercase; font-size: 1.15rem; letter-spacing: -0.01em; }
.vh-conf-desc { color: var(--muted-light); font-size: 0.88rem; margin-top: 0.4rem; min-height: 3.2em; }
.vh-conf-steps { list-style: none; margin-top: 1.1rem; border-top: 1px solid var(--line-light); }
.vh-conf-steps li {
  display: flex; gap: 0.7rem; align-items: baseline; padding: 0.55rem 0;
  border-bottom: 1px solid var(--line-light);
  font-family: var(--mono); font-size: 0.64rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--muted-light);
}
.vh-conf-steps li::before { content: "□"; }
.vh-conf-steps li.done { color: var(--paper); }
.vh-conf-steps li.done::before { content: "■"; color: var(--volt); }
.vh-conf-walk { margin-top: 1.1rem; font-size: 0.88rem; color: var(--muted-light); }
.vh-conf-walk a { border-bottom: 2px solid var(--volt); font-weight: 600; color: var(--paper); }
.vh-conf-walk a:hover { color: var(--volt); }

/* progress */
.vh-prog { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.4rem; }
.vh-prog .bars { display: flex; gap: 4px; flex: 1; }
.vh-prog .bars i { height: 6px; flex: 1; background: rgba(255, 255, 255, 0.15); transition: background 0.2s ease; }
.vh-prog .bars i.on { background: var(--volt); }
.vh-prog .txt { font-family: var(--mono); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-light); white-space: nowrap; }

.vh-step {
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: clamp(1.5rem, 3.5vw, 2.4rem);
  margin: 0; min-width: 0;
}
.vh-step[hidden] { display: none; }
.vh-step h3 {
  font-family: var(--sans); font-stretch: 122%; font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.015em; font-size: clamp(1.3rem, 2.6vw, 1.8rem); margin-bottom: 1.2rem;
}
.vh-step .err { display: none; font-family: var(--mono); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.06em; color: var(--red); margin-top: 0.6rem; }
.vh-step.show-err .err { display: block; }

.vh-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.vh-chip {
  font-family: var(--mono); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.07em;
  text-transform: uppercase; padding: 0.75em 1em;
  border: 1px solid var(--line-light); color: var(--paper); cursor: pointer;
}
.vh-chip:hover { border-color: var(--paper); }
.vh-chip.on { background: var(--volt); border-color: var(--volt); color: var(--ink); }

.vh-nav { display: flex; gap: 0.7rem; margin-top: 1.6rem; align-items: center; flex-wrap: wrap; }
.vh-back { font-family: var(--mono); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-light); }
.vh-back:hover { color: var(--paper); }

/* ---------- 15-point review ---------- */
.vh-15 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.5vw, 1.8rem); margin-top: clamp(2rem, 4vw, 3rem); }
@media (max-width: 860px) { .vh-15 { grid-template-columns: 1fr; } }
.vh-15-col { border: 1px solid var(--ink); background: var(--paper); padding: clamp(1.3rem, 2.5vw, 1.8rem); position: relative; }
.vh-15-col .n {
  font-family: var(--sans); font-stretch: 125%; font-weight: 900; line-height: 0.85;
  font-size: clamp(4rem, 9vw, 6.5rem); letter-spacing: -0.03em;
  color: transparent; -webkit-text-stroke: 2px var(--ink);
}
.vh-15-col:hover .n { -webkit-text-stroke-color: var(--volt); }
.vh-15-col .k { font-family: var(--mono); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--cobalt); margin-top: 1rem; }
.vh-15-col h3 { font-family: var(--sans); font-stretch: 120%; font-weight: 900; text-transform: uppercase; font-size: 1.15rem; letter-spacing: -0.01em; margin-top: 0.3rem; }
.vh-15-col p { color: var(--muted); font-size: 0.92rem; margin-top: 0.7rem; }
.vh-15-plus {
  grid-column: 1 / -1; border: 1px solid var(--ink); border-top: 4px solid var(--volt);
  background: var(--paper); padding: 1.1rem 1.4rem;
  display: flex; gap: 1rem; align-items: baseline; flex-wrap: wrap;
}
.vh-15-plus .pk { font-family: var(--mono); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--volt); }
.vh-15-plus p { color: var(--muted); font-size: 0.92rem; }

/* ---------- value factor cards ---------- */
.vh-factors { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.7rem; margin-top: clamp(2rem, 4vw, 3rem); }
@media (max-width: 1000px) { .vh-factors { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px) { .vh-factors { grid-template-columns: repeat(2, 1fr); } }
.vh-factor {
  border: 1px solid var(--line-strong); background: var(--paper);
  padding: 1rem 1.1rem; min-height: 128px; cursor: pointer; position: relative;
  display: flex; flex-direction: column; justify-content: flex-start; text-align: left;
}
.vh-factor .fno { font-family: var(--mono); font-size: 0.6rem; font-weight: 700; color: var(--concrete-3); }
.vh-factor h3 { font-family: var(--sans); font-stretch: 118%; font-weight: 900; text-transform: uppercase; font-size: 0.95rem; letter-spacing: -0.005em; margin-top: 0.4rem; line-height: 1.15; }
.vh-factor p { color: var(--muted); font-size: 0.82rem; margin-top: 0.5rem; line-height: 1.5; max-height: 0; overflow: hidden; opacity: 0; transition: max-height 0.25s ease, opacity 0.2s ease; }
.vh-factor:hover, .vh-factor.open { border-color: var(--ink); background: var(--bone); }
.vh-factor:hover .fno, .vh-factor.open .fno { color: var(--volt); }
.vh-factor:hover p, .vh-factor.open p { max-height: 9em; opacity: 1; }

/* upgrade hotspots */
.vh-hotwrap { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(1.2rem, 3vw, 2rem); margin-top: clamp(2rem, 4vw, 3rem); align-items: stretch; }
@media (max-width: 860px) { .vh-hotwrap { grid-template-columns: 1fr; } }
.vh-hotimg { position: relative; border: 1px solid var(--ink); min-height: 320px; overflow: hidden; }
.vh-hotimg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vh-hot {
  position: absolute; width: 26px; height: 26px; transform: translate(-50%, -50%);
  background: var(--paper); border: 2px solid var(--ink); cursor: pointer;
  font-family: var(--mono); font-size: 0.66rem; font-weight: 700; line-height: 1;
  display: flex; align-items: center; justify-content: center; padding: 0;
}
.vh-hot:hover, .vh-hot.on { background: var(--volt); border-color: var(--ink); }
.vh-hotpanel { border: 1px solid var(--ink); background: var(--paper); padding: 1.3rem 1.4rem; display: flex; flex-direction: column; }
.vh-hotpanel .hk { font-family: var(--mono); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cobalt); }
.vh-hotpanel h3 { font-family: var(--sans); font-stretch: 120%; font-weight: 900; text-transform: uppercase; font-size: 1.3rem; letter-spacing: -0.01em; margin: 0.4rem 0 0.7rem; }
.vh-hotpanel p { color: var(--muted); font-size: 0.93rem; }
.vh-hotlist { list-style: none; margin-top: auto; padding-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.4rem; }
.vh-hotlist button {
  font-family: var(--mono); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; padding: 0.45em 0.7em; border: 1px solid var(--line-strong);
}
.vh-hotlist button.on { background: var(--ink); color: var(--paper); border-color: var(--ink); box-shadow: inset 0 -3px 0 var(--volt); }

/* ---------- pricing strategy ---------- */
.vh-strat { display: grid; grid-template-columns: 300px 1fr; gap: clamp(1.5rem, 3.5vw, 3rem); margin-top: clamp(2rem, 4vw, 3rem); align-items: start; }
@media (max-width: 900px) { .vh-strat { grid-template-columns: minmax(0, 1fr); } .vh-strat > * { min-width: 0; } }
.vh-seg { display: flex; flex-direction: column; border: 1px solid var(--ink); }
@media (max-width: 900px) { .vh-seg { flex-direction: row; flex-wrap: wrap; } }
.vh-seg button {
  padding: 1rem 1.2rem; text-align: left; border-bottom: 1px solid var(--line);
  font-family: var(--sans); font-stretch: 118%; font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.005em; font-size: 0.95rem; background: var(--paper);
  display: flex; justify-content: space-between; align-items: center; gap: 0.8rem;
}
@media (max-width: 900px) { .vh-seg button { border-bottom: 0; border-right: 1px solid var(--line); flex: 1 1 160px; min-width: 0; } }
.vh-seg button:last-child { border-bottom: 0; border-right: 0; }
.vh-seg button .rk { font-family: var(--mono); font-size: 0.56rem; font-weight: 700; letter-spacing: 0.1em; color: var(--concrete-3); }
.vh-seg button.on { background: var(--ink); color: var(--paper); box-shadow: inset 4px 0 0 var(--volt); }
.vh-seg button.on .rk { color: var(--volt); }

.vh-gauge { margin: 1.2rem auto 0; display: block; max-width: 280px; }
.vh-gauge .arc { fill: none; stroke: var(--concrete-1); stroke-width: 14; }
.vh-gauge .tick { stroke: var(--concrete-2); stroke-width: 2; }
.vh-gauge .needle { stroke: var(--volt); stroke-width: 4; transition: transform 0.4s ease; transform-origin: 140px 140px; }
.vh-gauge .hub { fill: var(--ink); }
.vh-gauge text { font-family: var(--mono); font-size: 10px; font-weight: 700; fill: var(--concrete-3); text-transform: uppercase; letter-spacing: 0.08em; }

.vh-strat-panel { border: 1px solid var(--ink); background: var(--paper); padding: clamp(1.3rem, 3vw, 2rem); }
.vh-strat-panel h3 { font-family: var(--sans); font-stretch: 122%; font-weight: 900; text-transform: uppercase; font-size: clamp(1.4rem, 2.8vw, 2rem); letter-spacing: -0.015em; }
.vh-strat-panel .sd { color: var(--muted); font-size: 0.97rem; margin-top: 0.7rem; max-width: 60ch; }
.vh-strat-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: 1.4rem; }
@media (max-width: 640px) { .vh-strat-meta { grid-template-columns: 1fr; } }
.vh-strat-meta .mk { font-family: var(--mono); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--cobalt); margin-bottom: 0.5rem; }
.vh-strat-meta ul { list-style: none; }
.vh-strat-meta li { padding: 0.4rem 0; border-bottom: 1px solid var(--line); font-size: 0.9rem; display: flex; gap: 0.6rem; align-items: baseline; }
.vh-strat-meta li::before { content: "■"; font-size: 0.45rem; color: var(--volt); transform: translateY(-2px); }
.vh-strat-meta .rline { font-size: 0.92rem; padding: 0.4rem 0; border-bottom: 1px solid var(--line); }
.vh-strat-meta .rline b { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.04em; }

/* ---------- seller intents ---------- */
.vh-intents { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.8rem; margin-top: clamp(2rem, 4vw, 3rem); }
@media (max-width: 960px) { .vh-intents { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .vh-intents { grid-template-columns: 1fr; } }
.vh-intent {
  border: 1px solid var(--line-light); padding: 1.3rem 1.4rem; text-align: left;
  display: flex; flex-direction: column; gap: 0.6rem; color: var(--paper); cursor: pointer;
}
.vh-intent .ik { font-family: var(--mono); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--muted-light); }
.vh-intent h3 { font-family: var(--sans); font-stretch: 120%; font-weight: 900; text-transform: uppercase; font-size: 1.05rem; letter-spacing: -0.005em; line-height: 1.15; }
.vh-intent p { color: var(--muted-light); font-size: 0.88rem; flex: 1; }
.vh-intent .go { font-family: var(--mono); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; border-bottom: 2px solid var(--volt); align-self: flex-start; padding-bottom: 2px; }
.vh-intent:hover { border-color: var(--paper); }
.vh-intent.on { border-color: var(--volt); background: rgba(255, 46, 136, 0.08); }
.vh-intent.on .ik { color: var(--volt); }
.vh-intent-note { font-family: var(--mono); font-size: 0.64rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted-light); margin-top: 1.2rem; }
.vh-intent-note em { font-style: normal; color: var(--volt); }

/* ---------- neighborhoods ---------- */
.vh-hoods { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.55rem; margin-top: clamp(2rem, 4vw, 3rem); }
@media (max-width: 960px) { .vh-hoods { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .vh-hoods { grid-template-columns: repeat(2, 1fr); } }
.vh-hood {
  border: 1px solid var(--line-strong); background: var(--paper); padding: 0.7rem 0.8rem;
  text-align: left; display: flex; flex-direction: column; gap: 0.15rem;
}
.vh-hood .nm { font-weight: 600; font-size: 0.88rem; }
.vh-hood .tg { font-family: var(--mono); font-size: 0.55rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.vh-hood:hover { border-color: var(--ink); }
.vh-hood.on { background: var(--ink); border-color: var(--ink); color: var(--paper); box-shadow: inset 4px 0 0 var(--volt); }
.vh-hood.on .tg { color: var(--volt); }

.vh-hood-panel { border: 1px solid var(--ink); background: var(--paper); margin-top: 1rem; display: grid; grid-template-columns: 1fr 260px; }
@media (max-width: 760px) { .vh-hood-panel { grid-template-columns: 1fr; } }
.vh-hood-body { padding: clamp(1.2rem, 2.5vw, 1.8rem); }
.vh-hood-body h3 { font-family: var(--sans); font-stretch: 122%; font-weight: 900; text-transform: uppercase; letter-spacing: -0.015em; font-size: clamp(1.3rem, 2.6vw, 1.8rem); }
.vh-hood-body h3 em { font-style: normal; color: var(--volt); }
.vh-hood-facts { list-style: none; margin-top: 1.1rem; columns: 2; column-gap: 2rem; }
@media (max-width: 640px) { .vh-hood-facts { columns: 1; } }
.vh-hood-facts li {
  break-inside: avoid; display: flex; gap: 0.6rem; align-items: baseline;
  padding: 0.45rem 0; border-bottom: 1px solid var(--line); font-size: 0.9rem;
}
.vh-hood-facts li b { font-family: var(--mono); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--cobalt); flex: 0 0 118px; }
.vh-hood-ctas { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-top: 1.3rem; }
.vh-hood-img { position: relative; border-left: 1px solid var(--ink); min-height: 220px; }
@media (max-width: 760px) { .vh-hood-img { border-left: 0; border-top: 1px solid var(--ink); } }
.vh-hood-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vh-hood-img .cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 0.5rem 0.7rem;
  font-family: var(--mono); font-size: 0.56rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--paper); background: rgba(17, 18, 20, 0.75);
}

/* ---------- case studies ---------- */
.vh-cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.5vw, 1.6rem); margin-top: clamp(2rem, 4vw, 3rem); }
@media (max-width: 900px) { .vh-cases { grid-template-columns: 1fr; } }
.vh-case { border: 1px solid var(--ink); background: var(--paper); padding: clamp(1.3rem, 2.5vw, 1.8rem); }
.vh-case .cno {
  font-family: var(--sans); font-stretch: 125%; font-weight: 900; line-height: 0.85;
  font-size: clamp(2.6rem, 5vw, 3.6rem); letter-spacing: -0.03em;
  color: transparent; -webkit-text-stroke: 1.5px var(--ink);
}
.vh-case:hover .cno { -webkit-text-stroke-color: var(--volt); }
.vh-case h3 { font-family: var(--sans); font-stretch: 120%; font-weight: 900; text-transform: uppercase; font-size: 1.1rem; letter-spacing: -0.005em; margin-top: 0.8rem; line-height: 1.2; }
.vh-case dl { margin-top: 1rem; }
.vh-case dt { font-family: var(--mono); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--cobalt); margin-top: 0.9rem; }
.vh-case dd { color: var(--muted); font-size: 0.9rem; margin-top: 0.25rem; }
.vh-case .proof { border-top: 2px solid var(--ink); margin-top: 1.1rem; padding-top: 0.8rem; font-weight: 600; font-size: 0.93rem; }
.vh-case .proof b { color: var(--volt); font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; display: block; margin-bottom: 0.3rem; }

/* ---------- checklist ---------- */
.vh-check { max-width: 760px; margin-top: clamp(2rem, 4vw, 3rem); border-top: 2px solid var(--ink); }
.vh-check li {
  list-style: none; display: flex; gap: 1rem; align-items: baseline;
  padding: 0.9rem 0.4rem; border-bottom: 1px solid var(--line); cursor: pointer; font-size: 1rem;
}
.vh-check li .bx { font-family: var(--mono); font-weight: 700; color: var(--concrete-2); }
.vh-check li .no { font-family: var(--mono); font-size: 0.66rem; font-weight: 700; color: var(--concrete-3); flex: 0 0 1.6rem; }
.vh-check li.done { background: var(--bone); }
.vh-check li.done .bx { color: var(--volt); }
.vh-check li.done span.q { font-weight: 700; }
.vh-check li.done::after { content: "Answered"; font-family: var(--mono); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--volt); margin-left: auto; padding-left: 1rem; flex-shrink: 0; }
.vh-check-note { font-family: var(--mono); font-size: 0.64rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-top: 0.9rem; }
.vh-check-note em { font-style: normal; color: var(--volt); }

/* ---------- report preview ---------- */
.vh-report-wrap { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(1.5rem, 3vw, 2.5rem); margin-top: clamp(2rem, 4vw, 3rem); align-items: start; }
@media (max-width: 960px) { .vh-report-wrap { grid-template-columns: minmax(0, 1fr); } .vh-report-wrap > * { min-width: 0; } }

.vh-report { border: 1px solid var(--ink); background: var(--paper); }
.vh-report-head {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 0.8rem 1.1rem; border-bottom: 1px solid var(--ink); background: var(--ink); color: var(--paper);
}
.vh-report-head .rt { font-family: var(--mono); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.vh-report-head .rt em { font-style: normal; color: var(--volt); }
.vh-report-head .dots { display: flex; gap: 5px; }
.vh-report-head .dots i { width: 8px; height: 8px; background: rgba(255,255,255,0.25); }
.vh-rtabs { display: flex; border-bottom: 1px solid var(--ink); overflow-x: auto; }
.vh-rtabs button {
  font-family: var(--mono); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 0.75em 1.1em; border-right: 1px solid var(--line);
  white-space: nowrap;
}
.vh-rtabs button.on { background: var(--ink); color: var(--paper); box-shadow: inset 0 -3px 0 var(--volt); }
.vh-rbody { padding: 1.1rem 1.2rem; min-height: 300px; }
.vh-rnote { font-family: var(--mono); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--concrete-3); margin-bottom: 0.8rem; }
.vh-rtable { width: 100%; border-collapse: collapse; }
.vh-rtable th {
  font-family: var(--mono); font-size: 0.56rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted); text-align: left;
  padding: 0.5rem 0.5rem; border-bottom: 2px solid var(--ink);
}
.vh-rtable td { font-size: 0.82rem; padding: 0.55rem 0.5rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.vh-rtable td.mono { font-family: var(--mono); font-size: 0.74rem; }
.vh-rtable .st { font-family: var(--mono); font-size: 0.56rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.2em 0.45em; }
.vh-rtable .st.a { background: var(--bone); }
.vh-rtable .st.p { background: var(--cobalt); color: var(--paper); }
.vh-rtable .st.s { background: var(--ink); color: var(--paper); }
.vh-rscroll { overflow-x: auto; }
.vh-rchart { display: block; width: 100%; height: auto; margin-top: 0.4rem; }
.vh-rchart .axis { stroke: var(--line-strong); stroke-width: 1; }
.vh-rchart .l1 { fill: none; stroke: var(--ink); stroke-width: 2; }
.vh-rchart .l2 { fill: none; stroke: var(--volt); stroke-width: 2; }
.vh-rchart text { font-family: var(--mono); font-size: 9px; font-weight: 700; fill: var(--concrete-3); letter-spacing: 0.06em; }
.vh-rstrat p { color: var(--muted); font-size: 0.9rem; margin-top: 0.6rem; max-width: 58ch; }
.vh-rstrat .band { display: flex; align-items: center; gap: 0.8rem; margin-top: 1rem; }
.vh-rstrat .band .bar { flex: 1; height: 12px; background: linear-gradient(90deg, var(--concrete-1), var(--concrete-1)); position: relative; border: 1px solid var(--line-strong); }
.vh-rstrat .band .bar i { position: absolute; top: -4px; bottom: -4px; width: 4px; background: var(--volt); left: 55%; }
.vh-rstrat .band span { font-family: var(--mono); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }

.vh-includes { border: 1px solid var(--ink); border-top: 4px solid var(--volt); background: var(--paper); padding: 1.3rem 1.4rem; }
.vh-includes .ik { font-family: var(--mono); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 0.9rem; }
.vh-includes ul { list-style: none; }
.vh-includes li { display: flex; gap: 0.7rem; align-items: baseline; padding: 0.5rem 0; border-bottom: 1px solid var(--line); font-size: 0.92rem; }
.vh-includes li:last-child { border-bottom: 0; }
.vh-includes li::before { content: "■"; font-size: 0.5rem; color: var(--volt); transform: translateY(-1px); }

/* ---------- FAQ + final ---------- */
.vh-faq-wrap { max-width: 820px; }

.vh-final-ctas { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-top: 2rem; }

/* floating CTA hidden state */
#vhFab { transition: opacity 0.25s ease, visibility 0.25s ease; }
#vhFab.hide { opacity: 0; visibility: hidden; }

/* mobile fixes: strategy panel + report head */
.vh-strat-panel h3 { overflow-wrap: break-word; }
@media (max-width: 640px) {
  .vh-strat-panel h3 { font-size: clamp(1.15rem, 6vw, 1.6rem); }
  .vh-report-head { flex-wrap: wrap; }
  .vh-report-head .rt { letter-spacing: 0.08em; }
}
