/* ============================================================================
   home-upgrade.css — preview styles for the rebuilt homepage (VIT-277).
   Loaded ONLY by /test/upgrade. Everything is scoped under .home-upgrade so it
   cannot touch the live site during review. Mobile-first throughout: base rules
   target the phone, and layouts scale UP intrinsically (clamp + auto-fit grids
   + flex-wrap) with min-width queries only where a layout genuinely must flip.
   No max-width media queries.

   On promotion to the real homepage these blocks fold into vithropic.css under
   the six-layer model and the l-/vit-/u- naming convention (VIT-87/88). Until
   then they carry the hu- (home-upgrade) prefix to stay clearly self-contained.
   Tokens consumed from vithropic.css: --vith-*, --font-*, --space-*, --radius-*.
   ========================================================================== */

.home-upgrade {
    background: var(--vith-cream);
    color: var(--vith-navy);
    --hu-gold-line: rgba(201, 168, 76, 0.30);
    --hu-hair: var(--vith-cream-warm);
    --hu-ink-soft: #5A6373;
    --hu-measure: 60ch;
    --hu-maxw: 1140px;
}
.home-upgrade ::selection { background: rgba(201, 168, 76, 0.22); }
/* Brand rule: font-weight never exceeds 500 — keep <b>/<strong> at medium. */
.home-upgrade b, .home-upgrade strong { font-weight: 500; }

/* ============================================================================
   HERO — copy-only changes (retained animation). Line 1 (the identity
   statement) is the hero lead: large display serif, single line on desktop,
   with a gold-italic emphasis on "whole life". Line 2 is a clean supporting
   line. The alternate "below the ring" placement (VIT-277 open item) mirrors
   the lead. Scoped to .home-upgrade so the live hero is untouched.
   ========================================================================== */

/* Line 1 — identity statement, the hero lead */
.home-upgrade .lf-hero .top-eyebrow {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 2.9vw, 2.25rem);
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.12;
    text-transform: none;
    color: var(--vith-cream);
    max-width: none;
    text-align: center;
    text-wrap: balance;
    margin-bottom: 12px;
}
.home-upgrade .lf-hero .top-eyebrow::before,
.home-upgrade .lf-hero .top-eyebrow::after { display: none; }
.home-upgrade .lf-hero .top-eyebrow em { font-style: italic; font-weight: 500; color: var(--vith-gold); }

/* Line 2 — supporting line, one clean line on desktop */
.home-upgrade .lf-hero .top-tagline {
    font-size: clamp(1.1rem, 1.85vw, 1.5rem);
    max-width: none;
    color: rgba(247, 244, 238, 0.62);
}

/* Mobile line 1 — statement */
.home-upgrade .m-hero .m-eyebrow {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 5.6vw, 1.6rem);
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.16;
    text-transform: none;
    white-space: normal;
    text-align: center;
    max-width: 20ch;
    margin-inline: auto;
    color: var(--vith-cream);
    text-wrap: balance;
}
.home-upgrade .m-hero .m-eyebrow::before,
.home-upgrade .m-hero .m-eyebrow::after { display: none; }
.home-upgrade .m-hero .m-eyebrow em { font-style: italic; color: var(--vith-gold); }

/* Mobile line 2 — supporting */
.home-upgrade .m-subline {
    margin-top: 10px;
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(0.95rem, 3.6vw, 1.15rem);
    line-height: 1.4;
    color: rgba(247, 244, 238, 0.62);
    text-align: center;
    max-width: 28ch;
    margin-inline: auto;
    text-wrap: balance;
}

/* Identity strip — alternate placement beneath the score ring (toggle). Hidden
   until the review toggle moves the identity line down here; mirrors the lead. */
.home-upgrade .lf-identity-strip,
.home-upgrade .m-identity-strip { display: none; }
.home-upgrade .lf-identity-strip {
    margin-top: 26px;
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.12;
    color: var(--vith-cream);
    text-align: center;
    text-wrap: balance;
    max-width: none;
}
.home-upgrade .lf-identity-strip em,
.home-upgrade .m-identity-strip em { font-style: italic; color: var(--vith-gold); }
.home-upgrade .m-identity-strip {
    margin-top: 16px;
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 5vw, 1.45rem);
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.16;
    color: var(--vith-cream);
    text-align: center;
    max-width: 20ch;
    margin-inline: auto;
    text-wrap: balance;
}

/* Toggle ON → identity line drops below the ring */
.home-upgrade.is-identity-below .lf-hero .top-eyebrow,
.home-upgrade.is-identity-below .m-hero .m-eyebrow { display: none; }
.home-upgrade.is-identity-below .lf-identity-strip { display: block; }
.home-upgrade.is-identity-below .m-identity-strip { display: block; }

/* ============================================================================
   SECTION SCAFFOLD
   ========================================================================== */
.hu-section {
    padding-block: clamp(4rem, 9vw, 7.5rem);
    padding-inline: clamp(1.25rem, 5vw, 3rem);
    position: relative;
}
.hu-section--alt { background: var(--vith-white); }
.hu-section--hair { border-top: 0.5px solid var(--hu-hair); }
.hu-inner { max-width: var(--hu-maxw); margin-inline: auto; }
.hu-inner--narrow { max-width: 760px; }

.hu-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    font-family: var(--font-body);
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--vith-gold);
    margin-bottom: 1.25rem;
}
.hu-eyebrow::before {
    content: "";
    width: 22px;
    height: 1.5px;
    background: var(--vith-gold);
}
.hu-eyebrow--center { justify-content: center; }

.hu-h2 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(2rem, 5vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: -0.015em;
    color: var(--vith-navy);
    text-wrap: balance;
    margin: 0;
}
.hu-h2 em { font-style: italic; font-weight: 400; color: var(--vith-gold); }

.hu-lead {
    font-family: var(--font-body);
    font-weight: 300;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    line-height: 1.7;
    color: var(--hu-ink-soft);
    max-width: var(--hu-measure);
    text-wrap: pretty;
    margin: 1.5rem 0 0;
}
.hu-lead strong { font-weight: 500; color: var(--vith-navy); }
.hu-body {
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.75;
    color: var(--hu-ink-soft);
    max-width: var(--hu-measure);
    text-wrap: pretty;
}
.hu-body + .hu-body { margin-top: 1.25rem; }

.hu-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-body);
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--vith-gold);
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: gap var(--duration-fast) var(--ease-out-cubic), color var(--duration-fast);
}
.hu-link svg { width: 16px; height: 16px; }
.hu-link:hover { gap: 0.75rem; color: var(--vith-navy); }

.hu-icon { width: 24px; height: 24px; stroke: currentColor; stroke-width: 1.5; fill: none; stroke-linecap: round; stroke-linejoin: round; }

/* Header cluster used at the top of most sections */
.hu-head { max-width: 720px; }
.hu-head--center { margin-inline: auto; text-align: center; }
.hu-head--center .hu-lead { margin-inline: auto; }
.hu-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: clamp(1.5rem, 3vw, 2rem); }
.hu-lead + .hu-body { margin-top: 1.25rem; }

/* ============================================================================
   THE GAP — Live Funded Date reveal with a funded/gap timeline
   ========================================================================== */
.hu-gap-grid {
    margin-top: clamp(2.5rem, 5vw, 3.5rem);
    display: grid;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
    grid-template-columns: 1fr;
}
@media (min-width: 920px) {
    .hu-gap-grid { grid-template-columns: 1fr 1.05fr; }
}

.hu-date-card {
    background: linear-gradient(180deg, var(--vith-white) 0%, #FBF8F2 100%);
    border: 0.5px solid var(--hu-hair);
    border-left: 2.5px solid var(--hu-gold-line);
    border-radius: var(--radius-feature);
    padding: clamp(1.5rem, 4vw, 2.25rem);
    box-shadow: 0 1px 3px rgba(15, 30, 51, 0.04), 0 12px 40px rgba(15, 30, 51, 0.06);
}
.hu-date-label {
    font-family: var(--font-mono);
    font-size: 0.6875rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--vith-neutral);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.hu-date-label .hu-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--vith-gold);
    box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.14);
}
.hu-date-value {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(2.5rem, 6vw, 3.75rem);
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--vith-navy);
    margin: 0.875rem 0 0.5rem;
}
.hu-date-sub {
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--hu-ink-soft);
    max-width: 34ch;
}

/* Funded timeline: today → funded date (gold) → the gap → age 100 */
.hu-timeline { margin-top: 1.75rem; }
.hu-timeline-track {
    position: relative;
    height: 8px;
    border-radius: var(--radius-pill);
    background: repeating-linear-gradient(
        90deg,
        rgba(15, 30, 51, 0.07) 0 6px,
        transparent 6px 12px);
    overflow: hidden;
}
.hu-timeline-fill {
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--hu-funded, 78%);
    border-radius: var(--radius-pill);
    background: linear-gradient(90deg, #D8BC68 0%, var(--vith-gold) 70%, #B8983F 100%);
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 1100ms var(--ease-out-cubic);
}
.home-upgrade .reveal.visible .hu-timeline-fill { transform: scaleX(1); }
.hu-timeline-marker {
    position: absolute;
    top: 50%;
    left: var(--hu-funded, 78%);
    width: 14px; height: 14px;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    background: var(--vith-white);
    border: 2px solid var(--vith-gold);
    box-shadow: 0 0 0 4px rgba(201, 168, 76, 0.14);
    transition: transform 400ms var(--ease-out-cubic) 900ms;
}
.home-upgrade .reveal.visible .hu-timeline-marker { transform: translate(-50%, -50%) scale(1); }
.hu-timeline-scale {
    display: flex;
    justify-content: space-between;
    margin-top: 0.75rem;
    font-family: var(--font-mono);
    font-size: 0.6875rem;
    letter-spacing: 0.08em;
    color: var(--vith-neutral);
}
.hu-timeline-gap-label {
    margin-top: 0.625rem;
    font-family: var(--font-body);
    font-size: 0.75rem;
    color: var(--vith-neutral);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}
.hu-timeline-gap-label::before {
    content: "";
    width: 14px; height: 8px;
    border-radius: 2px;
    background: repeating-linear-gradient(90deg, rgba(15,30,51,0.10) 0 3px, transparent 3px 6px);
}

/* ============================================================================
   THE CONNECTION — cross-domain chain (cream, not a navy band)
   ========================================================================== */
.hu-chain {
    margin-top: clamp(2.5rem, 5vw, 3.5rem);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
}
.hu-chain-node {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    background: var(--vith-white);
    border: 0.5px solid var(--hu-hair);
    border-radius: var(--radius-card);
    padding: 0.875rem 1.125rem;
    box-shadow: 0 1px 2px rgba(15, 30, 51, 0.03);
}
.hu-chain-kicker {
    font-family: var(--font-mono);
    font-size: 0.625rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--vith-neutral);
    flex-shrink: 0;
    width: 4.5rem;
}
.hu-chain-text {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 400;
    color: var(--vith-navy);
}
.hu-chain-node--accent .hu-chain-text { color: var(--vith-gold); font-weight: 500; font-family: var(--font-mono); }
.hu-chain-node--soft { background: transparent; box-shadow: none; border-style: dashed; }
.hu-chain-node--soft .hu-chain-text { color: var(--vith-neutral); }
.hu-chain-arrow {
    align-self: center;
    color: var(--vith-gold);
    opacity: 0.7;
    line-height: 0;
}
.hu-chain-arrow svg { width: 18px; height: 18px; transform: rotate(90deg); }

@media (min-width: 860px) {
    .hu-chain { flex-direction: row; align-items: stretch; gap: 0.5rem; }
    .hu-chain-node { flex: 1; flex-direction: column; align-items: flex-start; justify-content: center; gap: 0.5rem; }
    .hu-chain-kicker { width: auto; }
    .hu-chain-arrow svg { transform: none; }
}

/* ============================================================================
   LIVE TODAY. LIVE FUNDED. — third-way framing
   ========================================================================== */
.hu-thirdway .hu-body { margin-top: 1.5rem; }
.hu-choice {
    margin: clamp(2rem, 4vw, 2.75rem) 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.25rem;
    background: var(--vith-white);
    border: 0.5px solid var(--hu-hair);
    border-radius: var(--radius-feature);
    padding: 1.125rem 1.5rem;
    box-shadow: 0 1px 3px rgba(15, 30, 51, 0.04);
}
.hu-choice-q { font-family: var(--font-display); font-style: italic; font-size: 1.25rem; color: var(--vith-navy); }
.hu-choice-cost {
    font-family: var(--font-mono);
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
    color: var(--vith-neutral);
    padding: 0.35rem 0.75rem;
    border: 0.5px solid var(--hu-hair);
    border-radius: var(--radius-pill);
}
.hu-choice-cost b { color: var(--vith-gold); font-weight: 500; }
.hu-pullquote {
    font-family: var(--font-display);
    font-weight: 400;
    font-style: italic;
    font-size: clamp(1.5rem, 3.4vw, 2.25rem);
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: var(--vith-navy);
    max-width: 24ch;
    text-wrap: balance;
    margin-top: clamp(1.5rem, 3vw, 2.25rem);
}
.hu-pullquote b { color: var(--vith-gold); font-weight: 400; font-style: italic; }

/* ============================================================================
   THE INTELLIGENCE + COLE
   ========================================================================== */
.hu-inputs {
    margin-top: clamp(1.75rem, 4vw, 2.5rem);
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    align-items: center;
}
.hu-input-chip {
    font-family: var(--font-body);
    font-size: 0.9375rem;
    color: var(--vith-navy);
    background: var(--vith-white);
    border: 0.5px solid var(--hu-hair);
    border-radius: var(--radius-pill);
    padding: 0.5rem 1rem;
}
.hu-inputs-arrow { color: var(--vith-gold); display: inline-flex; }
.hu-inputs-arrow svg { width: 18px; height: 18px; }
.hu-inputs-out {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.125rem;
    color: var(--vith-gold);
}

.hu-cole-grid {
    margin-top: clamp(2.5rem, 5vw, 3.5rem);
    display: grid;
    gap: clamp(1.5rem, 4vw, 3rem);
    grid-template-columns: 1fr;
    align-items: center;
}
@media (min-width: 920px) {
    .hu-cole-grid { grid-template-columns: 1fr 1fr; }
}

/* Contained navy Cole card — depth without a full-width slab */
.hu-cole-card {
    background: linear-gradient(165deg, #16294A 0%, #0B1B33 60%, #061229 100%);
    border: 0.5px solid rgba(201, 168, 76, 0.18);
    border-radius: var(--radius-feature);
    padding: clamp(1.25rem, 3.5vw, 1.875rem);
    box-shadow: 0 18px 50px rgba(6, 14, 28, 0.35);
    color: var(--vith-cream);
}
.hu-cole-card-head {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding-bottom: 1rem;
    margin-bottom: 1.125rem;
    border-bottom: 0.5px solid rgba(247, 244, 238, 0.10);
}
.hu-cole-avatar {
    width: 30px; height: 30px;
    border-radius: 50%;
    display: grid; place-items: center;
    background: rgba(201, 168, 76, 0.14);
    color: var(--vith-gold);
    flex-shrink: 0;
}
.hu-cole-avatar .cole-mark { width: 18px; height: 18px; }
.hu-cole-name { font-family: var(--font-body); font-size: 0.8125rem; font-weight: 500; color: var(--vith-cream); }
.hu-cole-status {
    font-family: var(--font-body);
    font-size: 0.6875rem;
    color: rgba(247, 244, 238, 0.45);
    display: inline-flex; align-items: center; gap: 0.4rem;
}
.hu-cole-status .hu-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--vith-success); box-shadow: 0 0 6px rgba(45, 158, 107, 0.6); }
.hu-bubble {
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.6;
    border-radius: 14px;
    padding: 0.75rem 1rem;
    max-width: 85%;
}
.hu-bubble--user {
    margin-left: auto;
    background: rgba(247, 244, 238, 0.08);
    color: var(--vith-cream);
    border-bottom-right-radius: 4px;
}
.hu-bubble--cole {
    margin-top: 0.75rem;
    background: rgba(201, 168, 76, 0.10);
    border: 0.5px solid rgba(201, 168, 76, 0.18);
    color: rgba(247, 244, 238, 0.9);
    border-bottom-left-radius: 4px;
}
.hu-bubble--cole b { color: var(--vith-gold); font-weight: 500; }

/* ============================================================================
   HOW IT WORKS — three steps with a connecting hairline
   ========================================================================== */
.hu-steps {
    margin-top: clamp(2.5rem, 5vw, 3.5rem);
    display: grid;
    gap: clamp(1rem, 3vw, 1.5rem);
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
}
.hu-step {
    background: var(--vith-white);
    border: 0.5px solid var(--hu-hair);
    border-top: 2.5px solid var(--hu-gold-line);
    border-radius: var(--radius-feature);
    padding: clamp(1.25rem, 3vw, 1.75rem);
    transition: box-shadow var(--transition), transform var(--transition), border-top-color var(--transition);
}
.hu-step:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-top-color: var(--vith-gold); }
.hu-step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.hu-step-num {
    font-family: var(--font-mono);
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    color: var(--vith-gold);
}
.hu-step-ico { color: var(--vith-navy); opacity: 0.8; }
.hu-step h3 {
    font-family: var(--font-body);
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--vith-navy);
    margin: 0 0 0.5rem;
}
.hu-step p {
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--hu-ink-soft);
}
.hu-steps-foot {
    margin-top: clamp(1.5rem, 3vw, 2rem);
    font-family: var(--font-display);
    font-style: italic;
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    color: var(--vith-navy);
    text-wrap: balance;
    max-width: 48ch;
}

/* ============================================================================
   PRIVACY — founding commitments verbatim (VIT-98), light treatment
   ========================================================================== */
.hu-commitments {
    margin-top: clamp(2rem, 4vw, 2.75rem);
    background: linear-gradient(180deg, rgba(201, 168, 76, 0.06) 0%, rgba(201, 168, 76, 0.02) 100%);
    border: 0.5px solid rgba(201, 168, 76, 0.22);
    border-left: 2.5px solid rgba(201, 168, 76, 0.5);
    border-radius: var(--radius-feature);
    padding: clamp(1.5rem, 4vw, 2.5rem);
}
.hu-commitments-label {
    font-family: var(--font-body);
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--vith-gold);
    display: inline-flex; align-items: center; gap: 0.5rem;
    margin-bottom: 1.5rem;
}
.hu-commitment {
    display: flex;
    gap: 0.875rem;
    align-items: baseline;
    padding: 1rem 0;
    border-top: 0.5px solid var(--hu-hair);
}
.hu-commitment:first-of-type { border-top: none; padding-top: 0; }
.hu-commitment:last-of-type { padding-bottom: 0; }
.hu-commitment-mark { color: var(--vith-gold); flex-shrink: 0; transform: translateY(2px); }
.hu-commitment-mark svg { width: 18px; height: 18px; }
.hu-commitment p {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1.25rem, 2.4vw, 1.625rem);
    line-height: 1.3;
    color: var(--vith-navy);
    letter-spacing: -0.01em;
}

/* ============================================================================
   REVIEWS
   ========================================================================== */
.hu-reviews-grid {
    margin-top: clamp(2.5rem, 5vw, 3.5rem);
    display: grid;
    gap: clamp(1rem, 3vw, 1.5rem);
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
}
.hu-review {
    display: flex;
    flex-direction: column;
    background: var(--vith-white);
    border: 0.5px solid var(--hu-hair);
    border-left: 2.5px solid var(--hu-gold-line);
    border-radius: var(--radius-feature);
    padding: clamp(1.25rem, 3vw, 1.625rem);
    transition: box-shadow var(--transition), transform var(--transition), border-left-color var(--transition);
}
.hu-review:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-left-color: var(--vith-gold); }
.hu-review-quote {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5;
    color: var(--vith-navy);
    text-wrap: pretty;
}
.hu-review-quote::before { content: "\201C"; }
.hu-review-quote::after { content: "\201D"; }
.hu-review-outcome {
    margin-top: 1rem;
    font-family: var(--font-mono);
    font-size: 0.75rem;
    letter-spacing: 0.03em;
    color: var(--vith-gold);
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    align-self: flex-start;
    padding: 0.35rem 0.7rem;
    background: rgba(201, 168, 76, 0.08);
    border-radius: var(--radius-pill);
}
.hu-review-attr {
    margin-top: auto;
    padding-top: 1rem;
    display: flex;
    align-items: center;
    gap: 0.625rem;
}
.hu-review-meta { display: flex; flex-direction: column; gap: 1px; }
.hu-review-name { font-family: var(--font-body); font-weight: 500; font-size: 0.8125rem; color: var(--vith-navy); }
.hu-review-tier { font-family: var(--font-body); font-weight: 300; font-size: 0.75rem; color: var(--vith-neutral); }
.hu-review-stars { margin-left: auto; color: var(--vith-gold); letter-spacing: 0.1em; font-size: 0.75rem; opacity: 0.85; }
.hu-reviews-foot { margin-top: clamp(1.5rem, 3vw, 2rem); }

/* ============================================================================
   FOUNDERS CLUB — warm gold panel + honest 50-seats motif
   ========================================================================== */
.hu-founders {
    max-width: var(--hu-maxw);
    margin-inline: auto;
    background:
        radial-gradient(ellipse 70% 120% at 100% 0%, rgba(201, 168, 76, 0.10), transparent 60%),
        linear-gradient(180deg, #FBF7EC 0%, #F7F0DF 100%);
    border: 0.5px solid rgba(201, 168, 76, 0.3);
    border-radius: var(--radius-feature);
    padding: clamp(1.75rem, 5vw, 3.25rem);
    display: grid;
    gap: clamp(1.75rem, 4vw, 3rem);
    grid-template-columns: 1fr;
    align-items: center;
}
@media (min-width: 920px) {
    .hu-founders { grid-template-columns: 1.1fr 0.9fr; }
}
.hu-founders .hu-h2 { font-size: clamp(1.75rem, 3.6vw, 2.5rem); }
.hu-founders-points { list-style: none; margin: 1.5rem 0 0; padding: 0; display: flex; flex-direction: column; gap: 0.875rem; }
.hu-founders-points li {
    display: flex; gap: 0.75rem; align-items: flex-start;
    font-family: var(--font-body); font-weight: 300; font-size: 1rem; line-height: 1.5; color: var(--vith-navy);
}
.hu-founders-points b { font-weight: 500; }
.hu-founders-points .hu-icon { width: 20px; height: 20px; color: var(--vith-gold); flex-shrink: 0; margin-top: 2px; }
.hu-founders-actions { margin-top: 1.75rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }

.hu-seats { display: flex; flex-direction: column; align-items: center; gap: 0.875rem; text-align: center; }
.hu-seats-figure { display: flex; align-items: baseline; justify-content: center; gap: 0.5rem; line-height: 1; }
.hu-seats-num {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(5rem, 16vw, 9rem);
    letter-spacing: -0.03em;
    line-height: 0.9;
    color: var(--vith-gold);
}
.hu-seats-word {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    color: var(--vith-navy);
}
.hu-seats-caption {
    font-family: var(--font-mono);
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    color: var(--vith-neutral);
    text-align: center;
}
.hu-seats-caption b { color: var(--vith-navy); font-weight: 500; }
/* Live Founders Club state (VIT-281 GET /api/founders/status) */
.hu-seats-status {
    font-family: var(--font-mono);
    font-size: 0.8125rem;
    letter-spacing: 0.03em;
    color: var(--vith-navy);
    background: rgba(201, 168, 76, 0.12);
    border: 0.5px solid rgba(201, 168, 76, 0.35);
    border-radius: var(--radius-pill);
    padding: 0.4rem 0.9rem;
}

/* ============================================================================
   WHEN LIFE TURNS — pause-in-hardship reassurance card
   ========================================================================== */
.hu-stay-card {
    margin-top: clamp(2rem, 4vw, 2.75rem);
    display: flex;
    gap: clamp(1rem, 3vw, 1.5rem);
    align-items: flex-start;
    background: var(--vith-white);
    border: 0.5px solid var(--hu-hair);
    border-left: 2.5px solid var(--hu-gold-line);
    border-radius: var(--radius-feature);
    padding: clamp(1.5rem, 4vw, 2.25rem);
    box-shadow: 0 1px 3px rgba(15, 30, 51, 0.04), 0 12px 40px rgba(15, 30, 51, 0.05);
}
.hu-stay-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: var(--radius-pill);
    display: grid;
    place-items: center;
    background: rgba(201, 168, 76, 0.12);
    color: var(--vith-gold);
}
.hu-stay-icon svg { width: 22px; height: 22px; }
.hu-stay-body .hu-body + .hu-body { margin-top: 1rem; }

/* ============================================================================
   PRICING — compact tier overview (full detail lives on /pricing)
   ========================================================================== */
.hu-tiers {
    margin-top: clamp(2.5rem, 5vw, 3.5rem);
    display: grid;
    gap: clamp(1rem, 2.5vw, 1.25rem);
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr));
    align-items: stretch;
}
.hu-tier {
    display: flex;
    flex-direction: column;
    background: var(--vith-white);
    border: 0.5px solid var(--hu-hair);
    border-top: 2.5px solid var(--hu-gold-line);
    border-radius: var(--radius-feature);
    padding: clamp(1.25rem, 3vw, 1.75rem);
    transition: box-shadow var(--transition), transform var(--transition), border-top-color var(--transition);
}
.hu-tier:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-top-color: var(--vith-gold); }
.hu-tier-name {
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--vith-neutral);
}
.hu-tier-price { display: flex; align-items: baseline; gap: 0.2rem; margin-top: 0.75rem; }
.hu-tier-price .cur { font-family: var(--font-display); font-weight: 500; font-size: 1.25rem; color: var(--vith-navy); }
.hu-tier-price .amt { font-family: var(--font-display); font-weight: 500; font-size: clamp(2.25rem, 4vw, 2.75rem); line-height: 1; letter-spacing: -0.02em; color: var(--vith-navy); }
.hu-tier-price .per { font-family: var(--font-body); font-size: 0.8125rem; color: var(--vith-neutral); }
.hu-tier-tagline {
    margin-top: 1rem;
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: var(--hu-ink-soft);
}
/* Featured tier — contained navy card (not a full-width band) */
.hu-tier--featured {
    background: linear-gradient(180deg, #16294A 0%, #0B1B33 100%);
    border-color: transparent;
    border-top-color: rgba(201, 168, 76, 0.55);
}
.hu-tier--featured .hu-tier-name { color: rgba(247, 244, 238, 0.55); }
.hu-tier--featured .hu-tier-price .cur,
.hu-tier--featured .hu-tier-price .amt { color: var(--vith-cream); }
.hu-tier--featured .hu-tier-price .per { color: rgba(247, 244, 238, 0.5); }
.hu-tier--featured .hu-tier-tagline { color: rgba(247, 244, 238, 0.7); }
.hu-tier-flag {
    align-self: flex-start;
    margin-bottom: 0.875rem;
    font-family: var(--font-body);
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--vith-gold);
    border: 0.5px solid rgba(201, 168, 76, 0.4);
    border-radius: var(--radius-pill);
    padding: 0.25rem 0.625rem;
}
.hu-pricing-foot {
    margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
}
.hu-pricing-note {
    font-family: var(--font-display);
    font-style: italic;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    color: var(--vith-navy);
    max-width: 52ch;
    text-wrap: balance;
}

/* ============================================================================
   FINAL CTA — cream close
   ========================================================================== */
.hu-finalcta {
    text-align: center;
    padding-block: clamp(4.5rem, 10vw, 8rem);
    padding-inline: clamp(1.25rem, 5vw, 3rem);
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 55% 60% at 50% 45%, rgba(201, 168, 76, 0.10), transparent 65%),
        var(--vith-cream);
    border-top: 0.5px solid var(--hu-hair);
}
.hu-finalcta-inner { position: relative; max-width: 640px; margin-inline: auto; }
.hu-finalcta .hu-h2 { font-size: clamp(2.25rem, 5.5vw, 3.75rem); }
.hu-finalcta .hu-lead { margin-inline: auto; }
.hu-finalcta-actions { margin-top: 2.25rem; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.hu-finalcta-note { margin-top: 1.25rem; font-family: var(--font-body); font-size: 0.8125rem; color: var(--vith-neutral); }

/* Buttons — reuse the library .btn, with a hero-gold variant aligned to the
   live hero CTA so the page reads as one system. */
.home-upgrade .hu-btn-gold {
    background: var(--vith-gold);
    color: var(--vith-navy);
    box-shadow: 0 4px 18px rgba(201, 168, 76, 0.22);
}
.home-upgrade .hu-btn-gold:hover { background: var(--vith-gold-hover); color: var(--vith-navy); transform: translateY(-1px); }

/* ============================================================================
   SHARED MOTION — gentle scale on reveal (the "scaling" feel), reduced-motion
   safe. Layers on top of the global .reveal observer in _Layout.
   ========================================================================== */
.home-upgrade .reveal { transform: translateY(26px) scale(0.985); }
.home-upgrade .reveal.visible { transform: none; }
.home-upgrade .reveal { transition: opacity 0.7s var(--ease-out-cubic), transform 0.7s var(--ease-out-cubic); }

@media (prefers-reduced-motion: reduce) {
    .home-upgrade .reveal { transform: none; }
    .home-upgrade .hu-timeline-fill { transform: scaleX(1); transition: none; }
    .home-upgrade .hu-timeline-marker { transform: translate(-50%, -50%) scale(1); transition: none; }
    .home-upgrade .hu-seat { transition: none; }
}

/* ============================================================================
   THE GAP — funding horizon graphic (Designer/design_handoff_funding_horizon)
   Single column; the header reuses hu-eyebrow / hu-h2 / hu-lead. The gold fill
   draws in on scroll-reveal; "still to fund" is a neutral hatch, never red.
   ========================================================================== */
.hu-horizon {
    --p-stop: 48%;     /* age 75 — where conventional plans end */
    --p-funded: 81%;   /* age 91 — funded on today's numbers */
    margin-top: clamp(2.5rem, 5vw, 3.5rem);
    border-top: 0.5px solid var(--hu-hair);
    padding-top: clamp(1.75rem, 4vw, 2.5rem);
}

.hu-horizon-stat { display: flex; flex-direction: column; }
.hu-horizon-stat-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-mono);
    font-size: 0.6875rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--vith-neutral);
}
.hu-horizon-stat-label .hu-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--vith-gold);
    box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.14);
}
.hu-horizon-stat-value {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(2.25rem, 5.5vw, 3.25rem);
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--vith-navy);
    margin-top: 0.625rem;
}
.hu-horizon-stat-note {
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--hu-ink-soft);
    max-width: 48ch;
    margin-top: 0.5rem;
}
.hu-horizon-stat-note b { font-weight: 500; color: var(--vith-navy); }

.hu-horizon-chart { position: relative; margin-top: clamp(2.5rem, 5vw, 3.25rem); padding: 2.75rem 0 1.25rem; }

.hu-horizon-flag {
    position: absolute; top: 0; left: var(--p-funded); transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: 0.25rem;
    white-space: nowrap;
    opacity: 0; transition: opacity 0.5s var(--ease-out-cubic) 0.6s;
}
.hu-horizon-flag-label {
    font-family: var(--font-body); font-weight: 500;
    font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vith-gold);
}
.hu-horizon-flag-date {
    font-family: var(--font-display); font-style: italic; font-weight: 400;
    font-size: 1.25rem; line-height: 1; color: var(--vith-navy);
}
.hu-horizon-flag-stem { width: 1px; height: 0.875rem; background: var(--vith-gold); margin-top: 0.25rem; }

.hu-horizon-track {
    position: relative; height: 14px; border-radius: var(--radius-pill);
    background: var(--vith-cream-warm);
}
.hu-horizon-fill {
    position: absolute; inset: 0 auto 0 0; width: var(--p-funded);
    border-radius: var(--radius-pill);
    background: linear-gradient(90deg, #D8BC68 0%, var(--vith-gold) 70%, #B8983F 100%);
    transform-origin: left center; transform: scaleX(0);
    transition: transform 1100ms var(--ease-out-cubic);
}
.home-upgrade .reveal.visible .hu-horizon-fill { transform: scaleX(1); }

.hu-horizon-hatch {
    position: absolute; top: 0; bottom: 0; left: var(--p-funded); right: 0;
    border-radius: 0 var(--radius-pill) var(--radius-pill) 0;
    background-image: repeating-linear-gradient(135deg, rgba(107, 114, 128, 0.22) 0 1.5px, transparent 1.5px 7px);
    background-color: rgba(107, 114, 128, 0.06);
}
.hu-horizon-node {
    position: absolute; top: 50%; left: var(--p-funded); transform: translate(-50%, -50%);
    width: 16px; height: 16px; border-radius: 50%;
    background: var(--vith-gold); border: 2px solid var(--vith-cream);
    box-shadow: 0 0 0 1px var(--vith-gold);
    opacity: 0; transition: opacity 0.5s var(--ease-out-cubic) 0.6s;
}
.home-upgrade .reveal.visible .hu-horizon-node { opacity: 1; }

.hu-horizon-stop {
    position: absolute; top: 50%; left: var(--p-stop); transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center;
    opacity: 0; transition: opacity 0.5s var(--ease-out-cubic) 0.45s;
}
.home-upgrade .reveal.visible .hu-horizon-stop,
.home-upgrade .reveal.visible .hu-horizon-flag { opacity: 1; }
.hu-horizon-stop-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--vith-cream); border: 1px solid var(--vith-neutral); }
.hu-horizon-stop-stem { width: 1px; height: 0.875rem; background: var(--vith-neutral); opacity: 0.5; }
.hu-horizon-stop-label {
    font-family: var(--font-body); font-weight: 400;
    font-size: 1.125rem; color: var(--vith-neutral); margin-top: 0.25rem; text-align: center; white-space: nowrap;
}
.hu-horizon-stop-label b { font-weight: 500; color: var(--vith-navy); }

.hu-horizon-ends {
    display: flex; justify-content: space-between; margin-top: 0.75rem;
    font-family: var(--font-body); font-weight: 400; font-size: 1.125rem; color: var(--vith-neutral);
}
.hu-horizon-ends b { font-weight: 500; color: var(--vith-navy); }

.hu-horizon-legend {
    display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 1.5rem;
    margin-top: clamp(1.5rem, 3vw, 2rem);
    font-family: var(--font-body); font-weight: 400; font-size: 1.125rem; color: var(--vith-neutral);
}
.hu-horizon-key { display: inline-flex; align-items: center; gap: 0.5rem; }
.hu-horizon-swatch { width: 22px; height: 8px; border-radius: var(--radius-pill); }
.hu-horizon-swatch.is-funded { background: var(--vith-gold); }
.hu-horizon-swatch.is-tofund {
    background-image: repeating-linear-gradient(135deg, rgba(107, 114, 128, 0.4) 0 1.5px, transparent 1.5px 6px);
    background-color: rgba(107, 114, 128, 0.1);
}
.hu-horizon-legend-note { font-style: italic; font-family: var(--font-display); color: var(--vith-navy); font-size: 1.125rem; }

@media (min-width: 720px) {
    .hu-horizon-track { height: 16px; }
}
@media (prefers-reduced-motion: reduce) {
    .home-upgrade .hu-horizon-fill { transform: scaleX(1); transition: none; }
    .home-upgrade .hu-horizon-flag,
    .home-upgrade .hu-horizon-node,
    .home-upgrade .hu-horizon-stop { opacity: 1; transition: none; }
}

/* ── MONEY & HEALTH — same-story dual readout (Designer/design_handoff_money_health) ── */
.vit-mh { --size-body: 20px; --size-ui: 18px; --size-caption: 16px; --size-eyebrow: 13px; }
.vit-mh__eyebrow {
    display: inline-flex; align-items: center; gap: var(--space-xs);
    font-family: var(--font-body); font-weight: 600; font-size: var(--size-eyebrow);
    letter-spacing: 0.16em; text-transform: uppercase; color: var(--vith-gold); margin: 0 0 var(--space-md);
}
.vit-mh__eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--vith-gold); opacity: 0.7; }
.vit-mh__title {
    font-family: var(--font-display); font-weight: 500; font-size: clamp(34px, 5.4vw, 54px);
    line-height: 1.05; letter-spacing: -0.015em; color: var(--vith-navy); margin: 0; max-width: 18ch;
}
.vit-mh__title em { font-style: italic; font-weight: 400; color: var(--vith-gold); }
.vit-mh__body {
    font-family: var(--font-body); font-weight: 400; font-size: var(--size-body);
    line-height: 1.7; color: var(--hu-ink-soft); margin: var(--space-md) 0 0; max-width: 52ch; text-wrap: pretty;
}
.vit-mh__body b { font-weight: 600; color: var(--vith-navy); }
.vit-read {
    margin-top: var(--space-2xl);
    background: var(--vith-white); border: 0.5px solid var(--vith-cream-warm);
    border-radius: var(--radius-feature); box-shadow: var(--shadow-md);
    padding: var(--space-lg) var(--space-lg) var(--space-md);
}
.vit-read__head {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
    gap: var(--space-xs) var(--space-sm); margin-bottom: var(--space-sm);
}
.vit-read__headL { display: inline-flex; align-items: center; gap: var(--space-sm); flex-wrap: wrap; }
.vit-read__label {
    font-family: var(--font-body); font-weight: 600; font-size: var(--size-eyebrow);
    letter-spacing: 0.12em; text-transform: uppercase; color: var(--vith-neutral);
}
.vit-read__legend { display: flex; gap: var(--space-md); }
.vit-key { display: inline-flex; align-items: center; gap: var(--space-2xs); font-family: var(--font-body); font-weight: 600; font-size: var(--size-caption); color: var(--vith-navy); }
.vit-key__swatch { width: 18px; height: 3px; border-radius: var(--radius-pill); }
.vit-key__swatch.is-recovery { background: var(--vith-navy); }
.vit-key__swatch.is-spending { background: var(--vith-gold); }
.vit-read__chart { position: relative; width: 100%; }
.vit-read__svg { display: block; width: 100%; height: auto; overflow: visible; }
.mh-grid { stroke: var(--vith-cream-warm); stroke-width: 1; opacity: 0.7; }
.mh-band { fill: var(--vith-gold); opacity: 0.07; }
.mh-line { fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.mh-line.is-recovery { stroke: var(--vith-navy); }
.mh-line.is-spending { stroke: var(--vith-gold); }
.mh-line.is-ghost { stroke-width: 1.5; opacity: 0.14; }
.mh-unit { font-family: var(--font-mono); font-weight: 400; font-size: 14px; fill: var(--vith-neutral); }
.mh-node { stroke-width: 2.5; }
.mh-node.is-recovery { fill: var(--vith-white); stroke: var(--vith-navy); }
.mh-node.is-spending { fill: var(--vith-gold); stroke: var(--vith-white); }
.mh-connector { fill: none; stroke: var(--vith-gold); stroke-width: 1.5; stroke-dasharray: 2 5; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.mh-arrow { fill: var(--vith-gold); }
.mh-day { font-family: var(--font-body); font-weight: 500; font-size: 16px; fill: var(--vith-neutral); text-anchor: middle; }
.mh-anno { font-family: var(--font-body); font-weight: 600; font-size: 17px; fill: var(--vith-navy); }
.mh-anno.is-muted { fill: var(--vith-neutral); font-weight: 500; }
.mh-anno-lead { font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: 19px; fill: var(--vith-gold); }
.vit-read__result {
    display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-sm) var(--space-md);
    margin-top: var(--space-md); padding-top: var(--space-md); border-top: 0.5px solid var(--vith-cream-warm);
}
.vit-step { display: inline-flex; align-items: baseline; gap: var(--space-2xs); }
.vit-step__k { font-family: var(--font-body); font-weight: 600; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vith-neutral); }
.vit-step__v { font-family: var(--font-body); font-weight: 600; font-size: var(--size-ui); color: var(--vith-navy); }
.vit-step__sep { color: var(--vith-cream-warm); font-size: 18px; }
.vit-step__v.is-quiet { color: var(--vith-neutral); font-weight: 500; }
.vit-read__note {
    margin: var(--space-md) 0 0; font-family: var(--font-body); font-weight: 400; font-size: var(--size-caption);
    line-height: 1.6; color: var(--vith-neutral); display: flex; align-items: flex-start; gap: var(--space-2xs);
}
.vit-read__note-ico { width: 16px; height: 16px; color: var(--vith-gold); flex: none; margin-top: 2px; }
.vit-read__note b { font-weight: 600; color: var(--vith-navy); }
.vit-read__pattern {
    display: inline-flex; align-items: center; gap: var(--space-2xs);
    font-family: var(--font-body); font-weight: 600; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--vith-gold); background: var(--vith-gold-pale); padding: 5px 11px; border-radius: var(--radius-pill);
}
.vit-read__pattern .dot { width: 6px; height: 6px; border-radius: var(--radius-pill); background: var(--vith-gold); }
.vit-mh__close {
    margin-top: var(--space-xl); font-family: var(--font-display); font-style: italic; font-weight: 400;
    font-size: clamp(18px, 2.4vw, 24px); color: var(--vith-navy); text-align: center;
}
.vit-mh__close span { color: var(--vith-neutral); }
@media (min-width: 760px) {
    .vit-read { padding: var(--space-xl) var(--space-xl) var(--space-lg); }
}

/* ── PRIVACY — structural separation (Designer/Privacy_home_Page) ── */
.vit-priv {
    --size-body: 20px; --size-ui: 18px; --size-caption: 16px; --size-eyebrow: 13px;
}
.vit-priv__eyebrow {
    display: inline-flex; align-items: center; gap: var(--space-xs);
    font-family: var(--font-body); font-weight: 600; font-size: var(--size-eyebrow);
    letter-spacing: 0.16em; text-transform: uppercase; color: var(--vith-gold); margin: 0 0 var(--space-md);
}
.vit-priv__eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--vith-gold); opacity: 0.7; }
.vit-priv__head { text-align: center; }
.vit-priv__head .vit-priv__eyebrow::after { content: ""; width: 24px; height: 1px; background: var(--vith-gold); opacity: 0.7; }
.vit-priv__title {
    font-family: var(--font-display); font-weight: 500; font-size: clamp(34px, 5.4vw, 54px);
    line-height: 1.05; letter-spacing: -0.015em; color: var(--vith-navy); margin: 0 auto; max-width: 17ch;
}
.vit-priv__title em { font-style: italic; font-weight: 400; color: var(--vith-gold); }
.vit-priv__lead {
    font-family: var(--font-display); font-style: italic; font-weight: 400;
    font-size: clamp(22px, 2.6vw, 26px); line-height: 1.3; color: var(--vith-navy);
    margin: var(--space-md) auto 0; max-width: 34ch;
}
.vit-priv__body {
    font-family: var(--font-body); font-weight: 400; font-size: var(--size-body);
    line-height: 1.7; color: var(--hu-ink-soft); margin: var(--space-md) auto 0; max-width: 58ch; text-wrap: pretty;
}
.vit-priv__body b { font-weight: 600; color: var(--vith-navy); }
.vit-sep { margin-top: var(--space-2xl); }
.vit-sep__vaults { display: grid; grid-template-columns: 1fr; gap: var(--space-sm); position: relative; }
.vault {
    position: relative; background: var(--vith-white); border: 0.5px solid var(--vith-cream-warm);
    border-radius: var(--radius-feature); box-shadow: var(--shadow-sm); padding: var(--space-lg);
}
.vault__head { display: flex; align-items: center; gap: var(--space-sm); margin-bottom: var(--space-md); padding-right: 92px; }
.vault__ico {
    width: 40px; height: 40px; flex: none; border-radius: var(--radius-btn);
    background: var(--vith-cream); display: flex; align-items: center; justify-content: center; color: var(--vith-navy);
}
.vault__ico .ti { font-size: 22px; }
.vault__name { font-family: var(--font-display); font-weight: 500; font-size: clamp(19px, 2.1vw, 22px); color: var(--vith-navy); line-height: 1.15; }
.vault__head > div { min-width: 0; }
.vault__sub { font-family: var(--font-body); font-weight: 400; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--vith-neutral); margin-top: 3px; }
.vault__seal {
    position: absolute; top: var(--space-lg); right: var(--space-lg);
    display: inline-flex; align-items: center; gap: 6px; flex: none;
    font-family: var(--font-body); font-weight: 600; font-size: 12px; letter-spacing: 0.05em; text-transform: uppercase;
    color: var(--vith-success); background: var(--vith-success-bg, #E9F0EC); padding: 5px 10px; border-radius: var(--radius-pill);
}
.vault__seal .ti { font-size: 15px; }
.vault__rows { display: flex; flex-direction: column; gap: var(--space-2xs); }
.vrow {
    display: flex; align-items: center; gap: var(--space-sm); padding: var(--space-xs) 0;
    border-bottom: 0.5px solid var(--vith-cream-warm);
}
.vrow:last-child { border-bottom: 0; }
.vrow__k { font-family: var(--font-body); font-weight: 500; font-size: var(--size-ui); color: var(--vith-navy); flex: 1; min-width: 0; }
.vrow__v { font-family: var(--font-mono); font-weight: 400; font-size: var(--size-ui); color: var(--vith-navy); display: inline-flex; align-items: center; gap: var(--space-2xs); }
.vrow__v.is-absent { color: var(--vith-neutral); font-family: var(--font-body); font-style: italic; }
.vrow__v.is-enc { color: var(--vith-neutral); letter-spacing: 0.12em; }
.vrow__v .ti { font-size: 16px; color: var(--vith-gold); }
.vrow__v.is-absent .ti { color: var(--vith-neutral); }
.vault__tag {
    margin-top: var(--space-md); font-family: var(--font-display); font-style: italic; font-weight: 400;
    font-size: var(--size-ui); color: var(--vith-neutral);
}
.vault__tip {
    margin-top: var(--space-md); display: flex; align-items: flex-start; gap: var(--space-2xs);
    font-family: var(--font-body); font-weight: 500; font-size: var(--size-caption); line-height: 1.5; color: var(--vith-navy);
    background: var(--vith-gold-pale); border-radius: var(--radius-card); padding: var(--space-sm) var(--space-md);
}
.vault__tip .ti { font-size: 18px; color: var(--vith-gold); flex: none; margin-top: 1px; }
.vault.is-exposed { border-color: var(--vith-alert); box-shadow: 0 0 0 1px var(--vith-alert), var(--shadow-md); }
.vault.is-exposed .vault__seal { color: var(--vith-alert); background: var(--vith-alert-bg, #FBF0DE); }
.vault.is-dimmed { opacity: 0.55; }
.vault__finding {
    margin-top: var(--space-md); padding: var(--space-sm) var(--space-md);
    background: var(--vith-alert-bg, #FBF0DE); border-radius: var(--radius-card);
    font-family: var(--font-body); font-weight: 400; font-size: var(--size-caption); line-height: 1.55; color: var(--vith-navy);
    display: none;
}
.vault__finding b { font-weight: 600; }
.vault.is-exposed .vault__finding { display: block; }
.vit-sep__link {
    display: flex; align-items: center; justify-content: center; gap: var(--space-sm);
    padding: var(--space-2xs) 0; position: relative;
}
.vit-sep__line { height: 1px; flex: 1; max-width: 120px; background: repeating-linear-gradient(90deg, var(--vith-gold) 0 5px, transparent 5px 11px); opacity: 0.8; }
.vit-sep__key {
    flex: none; display: inline-flex; align-items: center; gap: var(--space-2xs);
    background: var(--vith-navy); color: var(--vith-gold); border-radius: var(--radius-pill);
    padding: 8px 16px; box-shadow: var(--shadow-sm);
    font-family: var(--font-body); font-weight: 600; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase;
}
.vit-sep__key .ti { font-size: 16px; }
.vit-sep.is-severed .vit-sep__line { opacity: 0.18; }
.vit-sep__key.is-cut { background: var(--vith-alert-bg, #FBF0DE); color: var(--vith-alert); }
.vit-sep__control {
    margin: 0 0 var(--space-lg); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: var(--space-sm) var(--space-md);
}
.vit-sep__control-label { font-family: var(--font-body); font-weight: 600; font-size: var(--size-ui); color: var(--vith-navy); }
.vit-seg { display: inline-flex; background: var(--vith-white); border: 0.5px solid var(--vith-cream-warm); border-radius: var(--radius-pill); padding: 4px; box-shadow: var(--shadow-sm); }
.vit-seg__btn {
    border: none; background: none; cursor: pointer; border-radius: var(--radius-pill);
    font-family: var(--font-body); font-weight: 600; font-size: 15px; color: var(--vith-neutral);
    padding: 9px 18px; transition: background var(--duration-fast) var(--ease-out-cubic), color var(--duration-fast) var(--ease-out-cubic); white-space: nowrap;
}
.vit-seg__btn.is-on { background: var(--vith-navy); color: var(--vith-white); }
.vit-seg__btn.is-on[data-state="identity"], .vit-seg__btn.is-on[data-state="data"] { background: var(--vith-alert); color: var(--vith-white); }
.vit-sep__takeaway {
    margin-top: var(--space-lg); padding-top: var(--space-md); border-top: 0.5px solid var(--vith-cream-warm);
    font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: clamp(19px, 2.4vw, 25px);
    line-height: 1.35; color: var(--vith-navy); max-width: 40ch;
}
.vit-sep__takeaway .lead { color: var(--vith-neutral); }
.vit-sep__more {
    display: inline-flex; align-items: center; gap: var(--space-2xs); margin-top: var(--space-lg);
    font-family: var(--font-body); font-weight: 600; font-size: var(--size-ui); color: var(--vith-gold);
    text-decoration: none; border-bottom: 1px solid transparent; transition: border-color var(--duration-fast) var(--ease-out-cubic);
}
.vit-sep__more:hover { border-bottom-color: var(--vith-gold); }
.vit-sep__more .ti { font-size: 18px; }
@media (min-width: 800px) {
    .vit-sep__vaults { grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: 0; }
    .vit-sep__link { flex-direction: column; padding: 0 var(--space-sm); }
    .vit-sep__line { height: auto; width: 1px; flex: 1; max-width: none; min-height: 40px; background: repeating-linear-gradient(180deg, var(--vith-gold) 0 5px, transparent 5px 11px); }
}

/* ── A THIRD WAY — decision card (Designer/design_handoff_third_way) ── */
.vit-tw { --size-body: 20px; --size-ui: 18px; --size-caption: 16px; --size-eyebrow: 13px; }
.vit-tw__head { text-align: center; max-width: 760px; margin: 0 auto; }
.vit-tw__eyebrow {
    display: inline-flex; align-items: center; gap: var(--space-xs);
    font-family: var(--font-body); font-weight: 600; font-size: var(--size-eyebrow);
    letter-spacing: 0.16em; text-transform: uppercase; color: var(--vith-gold); margin: 0 0 var(--space-md);
}
.vit-tw__eyebrow::before, .vit-tw__eyebrow::after { content: ""; width: 24px; height: 1px; background: var(--vith-gold); opacity: 0.7; }
.vit-tw__title {
    font-family: var(--font-display); font-weight: 500; font-size: clamp(34px, 5.4vw, 54px);
    line-height: 1.05; letter-spacing: -0.015em; color: var(--vith-navy); margin: 0 auto; max-width: 16ch;
}
.vit-tw__title em { font-style: italic; font-weight: 400; color: var(--vith-gold); }
.vit-tw__body {
    font-family: var(--font-body); font-weight: 400; font-size: var(--size-body);
    line-height: 1.7; color: var(--hu-ink-soft); margin: var(--space-md) auto 0; max-width: 56ch; text-wrap: pretty;
}
.vit-decide {
    margin-top: var(--space-2xl); background: var(--vith-white);
    border: 0.5px solid var(--vith-cream-warm); border-radius: var(--radius-feature);
    box-shadow: var(--shadow-md); overflow: hidden; max-width: 760px; margin-left: auto; margin-right: auto;
}
.vit-decide__prompt {
    padding: var(--space-lg) var(--space-lg) 0; text-align: center;
    font-family: var(--font-body); font-weight: 600; font-size: var(--size-eyebrow);
    letter-spacing: 0.14em; text-transform: uppercase; color: var(--vith-neutral);
}
.vit-choices {
    display: flex; flex-wrap: wrap; justify-content: center; gap: var(--space-2xs);
    padding: var(--space-md) var(--space-lg) var(--space-lg);
}
.vit-choice {
    display: inline-flex; align-items: center; gap: var(--space-2xs);
    font-family: var(--font-body); font-weight: 600; font-size: var(--size-ui); color: var(--vith-navy);
    background: var(--vith-cream); border: 0.5px solid var(--vith-cream-warm); border-radius: var(--radius-pill);
    padding: 10px 16px; cursor: pointer;
    transition: border-color var(--duration-fast) var(--ease-out-cubic), background var(--duration-fast) var(--ease-out-cubic), color var(--duration-fast) var(--ease-out-cubic);
}
.vit-choice .ti { font-size: 18px; color: var(--vith-neutral); transition: color var(--duration-fast) var(--ease-out-cubic); }
.vit-choice:hover { border-color: var(--vith-gold); }
.vit-choice.is-on { background: var(--vith-navy); color: var(--vith-white); border-color: var(--vith-navy); }
.vit-choice.is-on .ti { color: var(--vith-gold); }
.vit-readout {
    position: relative; padding: var(--space-xl) var(--space-lg) var(--space-2xl);
    background:
        radial-gradient(120% 90% at 50% 0%, rgba(201,168,76,0.10), transparent 60%),
        linear-gradient(180deg, #15294a 0%, #0d1c33 60%, #0a1626 100%);
    text-align: center; overflow: hidden;
}
.vit-readout__star { position: absolute; border-radius: 50%; pointer-events: none; }
.vit-readout__label {
    position: relative; z-index: 2; font-family: var(--font-body); font-weight: 600; font-size: var(--size-eyebrow);
    letter-spacing: 0.16em; text-transform: uppercase; color: var(--vith-gold); margin: 0 0 var(--space-sm);
}
.vit-readout__dateline {
    position: relative; z-index: 2; display: flex; align-items: baseline; gap: var(--space-sm); flex-wrap: wrap; justify-content: center;
}
.vit-readout__base { font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: clamp(22px, 3vw, 28px); color: rgba(253,252,250,0.4); }
.vit-readout__base.is-struck { text-decoration: line-through; text-decoration-thickness: 1px; }
.vit-readout__arrow { color: rgba(253,252,250,0.4); font-size: 22px; }
.vit-readout__new { font-family: var(--font-display); font-weight: 500; font-size: clamp(34px, 6vw, 56px); line-height: 1; letter-spacing: -0.01em; color: var(--vith-white); transition: color var(--duration-base) var(--ease-out-cubic); }
.vit-readout__delta {
    position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 7px; margin-top: var(--space-md);
    font-family: var(--font-body); font-weight: 600; font-size: var(--size-ui); letter-spacing: 0.02em;
    padding: 7px 15px; border-radius: var(--radius-pill);
}
.vit-readout__delta .ti { font-size: 18px; }
.vit-readout__delta.is-spend { color: rgba(253,252,250,0.85); background: rgba(253,252,250,0.08); }
.vit-readout__delta.is-build { color: var(--vith-gold); background: rgba(201,168,76,0.14); }
.vit-readout__verdict {
    position: relative; z-index: 2; margin: var(--space-md) auto 0; max-width: 42ch;
    font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: clamp(18px, 2.2vw, 22px);
    line-height: 1.4; color: rgba(253,252,250,0.78);
}
.vit-readout__verdict b { color: var(--vith-white); font-style: normal; font-weight: 500; }
.vit-readout__foot {
    position: relative; z-index: 2; margin-top: var(--space-lg); display: inline-flex; align-items: center; gap: var(--space-2xs);
    font-family: var(--font-body); font-weight: 600; font-size: var(--size-caption); letter-spacing: 0.04em; color: var(--vith-gold);
}
.vit-readout__foot .ti { font-size: 17px; }
.vit-tw__close {
    margin-top: var(--space-2xl); text-align: center;
    font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: clamp(20px, 2.6vw, 27px);
    line-height: 1.35; color: var(--vith-navy);
}
.vit-tw__close em { color: var(--vith-gold); font-style: italic; }

/* ============================================================================
   REVIEW CONTROLS — test-page-only preview panel (identity-line placement).
   Removed when this becomes the live homepage.
   ========================================================================== */
.hu-controls {
    position: fixed;
    left: clamp(0.75rem, 2vw, 1.25rem);
    bottom: clamp(0.75rem, 2vw, 1.25rem);
    z-index: 1200;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    background: rgba(11, 25, 41, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 0.5px solid rgba(201, 168, 76, 0.3);
    border-radius: var(--radius-pill);
    padding: 0.5rem 0.75rem 0.5rem 0.875rem;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
    font-family: var(--font-body);
    color: var(--vith-cream);
    max-width: calc(100vw - 1.5rem);
}
.hu-controls-label {
    font-size: 0.625rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(247, 244, 238, 0.5);
}
.hu-controls-toggle {
    display: inline-flex;
    border: 0.5px solid rgba(247, 244, 238, 0.2);
    border-radius: var(--radius-pill);
    overflow: hidden;
}
.hu-controls-toggle button {
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(247, 244, 238, 0.7);
    background: transparent;
    border: none;
    padding: 0.35rem 0.75rem;
    cursor: pointer;
    transition: background var(--duration-fast), color var(--duration-fast);
    white-space: nowrap;
}
.hu-controls-toggle button[aria-pressed="true"] { background: var(--vith-gold); color: var(--vith-navy); }
.hu-controls-close {
    background: none; border: none; cursor: pointer;
    color: rgba(247, 244, 238, 0.4);
    line-height: 0; padding: 0.25rem;
}
.hu-controls-close svg { width: 14px; height: 14px; stroke: currentColor; stroke-width: 1.5; fill: none; stroke-linecap: round; }
.hu-controls.is-hidden { display: none; }
