:root {
  --ink: #1a1025;
  --muted: rgba(26,16,37,.62);
  --soft: #fbf7f9;
  --paper: #fffdfc;
  --line: rgba(123,45,94,.14);
  --line-strong: rgba(123,45,94,.28);
  --rose: #c9547a;
  --rose-bright: #e8607a;
  --plum: #7b2d5e;
  --plum-dark: #3c1537;
  --cream: #fff6ef;
  --green: #1f7a5a;
  --shadow: 0 24px 80px rgba(60,21,55,.12);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, sans-serif; color: var(--ink); background: var(--soft); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, textarea, input { font: inherit; }
.site-header { max-width: 1180px; margin: 0 auto; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { width: 34px; height: 34px; border-radius: 12px; display: grid; place-items: center; color: white; background: linear-gradient(135deg, var(--rose-bright), var(--plum)); box-shadow: 0 10px 30px rgba(201,84,122,.28); }
.top-nav { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 14px; font-weight: 650; }
.top-nav a:hover { color: var(--plum); }
.hero-shell { max-width: 1180px; margin: 0 auto; padding: 72px 28px 86px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .78fr); gap: 56px; align-items: center; }
.hero-copy h1 { font-size: clamp(48px, 6.3vw, 88px); line-height: .96; letter-spacing: -.055em; max-width: 810px; }
.eyebrow { color: var(--rose); font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 16px; }
.hero-lede { margin-top: 26px; max-width: 660px; font-size: 20px; line-height: 1.65; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.primary-cta, .secondary-cta, .tool-submit, .restart-button { border-radius: 14px; padding: 15px 22px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.primary-cta, .tool-submit { color: white; background: linear-gradient(135deg, var(--rose-bright), var(--plum)); border: 0; box-shadow: 0 18px 44px rgba(123,45,94,.24); }
.secondary-cta, .restart-button { color: var(--plum); background: rgba(255,255,255,.72); border: 1px solid var(--line); }
.primary-cta:hover, .secondary-cta:hover, .tool-submit:hover, .restart-button:hover { transform: translateY(-2px); box-shadow: 0 22px 54px rgba(123,45,94,.18); }
.trust-line { margin-top: 20px; font-size: 13px; color: rgba(26,16,37,.48); }
.hero-panel { background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,246,239,.82)); border: 1px solid var(--line); border-radius: 30px; padding: 30px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.hero-panel::before { content: ''; position: absolute; width: 240px; height: 240px; border-radius: 999px; background: radial-gradient(circle, rgba(232,96,122,.16), transparent 65%); top: -90px; right: -70px; }
.panel-topline { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--rose); margin-bottom: 18px; position: relative; }
.hero-panel h2 { font-size: 31px; line-height: 1.12; letter-spacing: -.035em; position: relative; }
.hero-panel p { margin-top: 16px; color: var(--muted); line-height: 1.65; position: relative; }
.mini-result-grid { display: grid; gap: 10px; margin-top: 24px; position: relative; }
.mini-result-grid div { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 15px; }
.mini-result-grid span { display: block; font-size: 11px; color: var(--muted); text-transform: uppercase; font-weight: 800; letter-spacing: .12em; margin-bottom: 4px; }
.mini-result-grid strong { font-size: 15px; }
.tools-section, .how-section { max-width: 1180px; margin: 0 auto; padding: 72px 28px; }
.section-heading { max-width: 760px; margin-bottom: 30px; }
.section-heading.compact { margin-bottom: 24px; }
.section-heading h2 { font-size: clamp(34px, 4vw, 56px); line-height: 1.02; letter-spacing: -.045em; }
.section-heading p:not(.eyebrow) { margin-top: 14px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.tool-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.tool-card { min-height: 390px; background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: 26px; padding: 26px; display: flex; flex-direction: column; box-shadow: 0 16px 48px rgba(60,21,55,.07); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; text-align: left; cursor: pointer; color: inherit; font: inherit; width: 100%; }
.tool-card:hover { transform: translateY(-5px); border-color: var(--line-strong); box-shadow: 0 24px 74px rgba(60,21,55,.13); }
.tool-kicker { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; color: var(--plum); background: var(--cream); border: 1px solid var(--line); font-weight: 800; font-size: 13px; margin-bottom: 46px; }
.tool-card h3 { font-size: 24px; letter-spacing: -.03em; line-height: 1.1; }
.tool-card p { margin-top: 12px; color: var(--muted); line-height: 1.55; }
.tool-card ul { list-style: none; margin-top: 18px; display: grid; gap: 10px; color: rgba(26,16,37,.72); font-size: 14px; line-height: 1.45; }
.tool-card li { position: relative; padding-left: 19px; }
.tool-card li::before { content: '•'; color: var(--rose); position: absolute; left: 0; font-weight: 900; }
.card-cta { margin-top: auto; padding-top: 24px; color: var(--plum); font-weight: 800; }
.steps-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { background: white; border: 1px solid var(--line); border-radius: 24px; padding: 24px; }
.step-card span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 999px; background: var(--plum); color: white; font-weight: 800; margin-bottom: 26px; }
.step-card h3 { font-size: 20px; margin-bottom: 8px; }
.step-card p { color: var(--muted); line-height: 1.55; }
.site-footer { max-width: 1180px; margin: 0 auto; padding: 34px 28px 46px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); color: rgba(26,16,37,.48); font-size: 13px; }
.tool-body { min-height: 100vh; background: radial-gradient(900px 520px at 78% -10%, rgba(232,96,122,.12), transparent 62%), var(--soft); }
.tool-main { max-width: 1160px; margin: 0 auto; padding: 44px 28px 80px; }
.tool-hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1fr); gap: 34px; align-items: start; }
.tool-intro { padding-top: 24px; }
.back-link { display: inline-flex; align-items: center; color: var(--plum); font-weight: 800; font-size: 14px; margin-bottom: 42px; }
.tool-intro h1 { font-size: clamp(42px, 5.1vw, 74px); line-height: .98; letter-spacing: -.055em; }
.tool-intro .job { margin-top: 22px; color: var(--muted); font-size: 19px; line-height: 1.65; max-width: 560px; }
.promise-list { margin-top: 30px; display: grid; gap: 12px; max-width: 540px; }
.promise-list div { display: flex; gap: 12px; align-items: flex-start; color: rgba(26,16,37,.72); line-height: 1.5; }
.promise-list span { color: var(--green); font-weight: 900; }
.chat-card { background: rgba(255,255,255,.9); border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); overflow: hidden; }
.chat-head { padding: 22px 24px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.chat-head strong { display: block; font-size: 17px; }
.chat-head span { display: block; color: var(--muted); font-size: 13px; margin-top: 3px; }
.progress-pill { border: 1px solid var(--line); border-radius: 999px; padding: 8px 11px; font-size: 12px; color: var(--plum); font-weight: 800; background: var(--cream); white-space: nowrap; }
.chat-stream { min-height: 420px; max-height: 540px; overflow: auto; padding: 24px; display: flex; flex-direction: column; gap: 14px; background: linear-gradient(180deg, rgba(255,246,239,.34), rgba(255,255,255,.55)); }
.bubble { max-width: 86%; border-radius: 18px; padding: 14px 16px; line-height: 1.55; font-size: 15px; }
.bubble.genie { background: white; border: 1px solid var(--line); align-self: flex-start; }
.bubble.user { background: linear-gradient(135deg, var(--plum), var(--plum-dark)); color: white; align-self: flex-end; }
.bubble.result { max-width: 100%; background: white; border: 1px solid var(--line-strong); box-shadow: 0 16px 44px rgba(60,21,55,.08); }
.bubble.result h2 { font-size: 25px; letter-spacing: -.03em; margin-bottom: 12px; }
.result-block { border-top: 1px solid var(--line); padding-top: 14px; margin-top: 14px; }
.result-block h3 { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--rose); margin-bottom: 7px; }
.result-block p, .result-block li { color: rgba(26,16,37,.74); }
.result-block ul { padding-left: 20px; display: grid; gap: 7px; }
.input-zone { border-top: 1px solid var(--line); padding: 18px; background: white; }
.input-label { display: block; color: var(--muted); font-size: 13px; font-weight: 700; margin-bottom: 9px; }
textarea.tool-input { width: 100%; min-height: 116px; resize: vertical; border: 1px solid var(--line); border-radius: 18px; padding: 15px; outline: none; color: var(--ink); background: var(--paper); line-height: 1.5; }
textarea.tool-input:focus { border-color: var(--rose); box-shadow: 0 0 0 4px rgba(232,96,122,.1); }
.input-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; }
.hint { color: rgba(26,16,37,.46); font-size: 12px; line-height: 1.4; }
.tool-submit:disabled { opacity: .46; cursor: not-allowed; transform: none; box-shadow: none; }
.restart-button { margin-top: 12px; width: 100%; }
.safety-note { margin-top: 22px; padding: 18px; border-radius: 20px; border: 1px solid var(--line); background: rgba(255,255,255,.62); color: rgba(26,16,37,.62); line-height: 1.55; font-size: 13px; }
@media (max-width: 1040px) { .hero-shell, .tool-hero { grid-template-columns: 1fr; } .hero-panel { max-width: 680px; } }
@media (max-width: 700px) { .site-header, .top-nav, .site-footer { align-items: flex-start; flex-direction: column; } .top-nav { gap: 12px; } .hero-shell, .tools-section, .how-section, .tool-main { padding-left: 18px; padding-right: 18px; } .tool-grid, .steps-row { grid-template-columns: 1fr; } .tool-card { min-height: unset; } .tool-kicker { margin-bottom: 30px; } .chat-stream { min-height: 360px; } .bubble { max-width: 96%; } }

/* ── Your reads / command screen (/reads) ────────────────────────────────── */
.reads-wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.reads-hero { padding: 64px 0 40px; }
.reads-hero h1 { font-size: clamp(38px, 5.4vw, 64px); line-height: .98; letter-spacing: -.05em; max-width: 16ch; }
.reads-hero .hero-lede { margin-top: 18px; }
.quick-starts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.quick-start { border: 1px solid var(--line); background: rgba(255,255,255,.78); border-radius: 999px; padding: 11px 16px; font: inherit; font-size: 14px; font-weight: 700; color: var(--plum); cursor: pointer; transition: transform .16s ease, border-color .16s ease; }
.quick-start:hover { transform: translateY(-2px); border-color: var(--line-strong); }
.reads-section { padding: 18px 0 80px; border-top: 1px solid var(--line); }
.reads-title { font-size: 14px; letter-spacing: .14em; text-transform: uppercase; color: var(--rose); font-weight: 800; margin: 28px 0 18px; }
.reads-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 16px; }
.read-card { display: flex; flex-direction: column; justify-content: space-between; gap: 16px; background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: 22px; padding: 22px; box-shadow: 0 16px 48px rgba(60,21,55,.06); }
.read-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.read-type { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--plum); background: var(--cream); border: 1px solid var(--line); border-radius: 999px; padding: 5px 10px; }
.read-date { font-size: 12px; color: rgba(26,16,37,.46); }
.read-label { font-size: 19px; letter-spacing: -.02em; line-height: 1.2; }
.read-summary { margin-top: 8px; color: var(--muted); line-height: 1.5; font-size: 14.5px; }
.read-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.read-status { font-size: 12.5px; font-weight: 700; color: rgba(26,16,37,.55); }
.read-open { padding: 10px 14px; font-size: 14px; }
.reads-empty { color: var(--muted); background: rgba(255,255,255,.6); border: 1px dashed var(--line-strong); border-radius: 20px; padding: 28px; line-height: 1.6; }
@media (max-width: 700px) { .reads-wrap { padding: 0 18px; } .reads-list { grid-template-columns: 1fr; } }


/* ── Full-page assessment (/start) ─────────────────────────────────────── */
.intake-page-body { min-height: 100vh; background: radial-gradient(900px 520px at 18% -10%, rgba(232,96,122,.16), transparent 62%), radial-gradient(760px 520px at 92% 8%, rgba(123,45,94,.12), transparent 62%), var(--soft); }
.intake-page-header { position: relative; z-index: 2; }
.intake-page-main { max-width: 1180px; margin: 0 auto; padding: 28px 28px 82px; }
.intake-page-shell { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(420px, 640px); gap: 44px; align-items: start; }
.intake-page-copy { position: sticky; top: 24px; padding-top: 34px; }
.intake-page-copy h1 { font-size: clamp(40px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; max-width: 10ch; }
.intake-page-copy p:not(.eyebrow) { margin-top: 20px; color: var(--muted); font-size: 18px; line-height: 1.65; max-width: 29rem; }
.intake-page-card { background: var(--paper); border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); padding: 30px clamp(20px, 4vw, 38px) 34px; min-height: 640px; }
@media (max-width: 900px) { .intake-page-shell { grid-template-columns: 1fr; gap: 22px; } .intake-page-copy { position: static; padding-top: 0; } .intake-page-copy h1 { max-width: 12ch; } .intake-page-card { min-height: 560px; } }
@media (max-width: 520px) { .intake-page-main { padding: 12px 12px 50px; } .intake-page-card { border-radius: 24px; padding: 22px 18px 26px; } }

/* ── Guided pop funnel (modal) ───────────────────────────────────────────── */
.lg-modal { width: min(640px, 94vw); max-width: 640px; border: 0; border-radius: 28px; padding: 0; background: transparent; color: var(--ink); overflow: visible; }
.lg-modal::backdrop { background: rgba(40,12,40,.52); backdrop-filter: blur(3px); }
.lg-modal[open] { animation: lg-pop .26s cubic-bezier(.2,.7,.2,1); }
@keyframes lg-pop { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
.lg-modal-card { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); max-height: 90vh; overflow: auto; padding: 30px clamp(20px, 4vw, 38px) 34px; }
.lg-modal-close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border-radius: 12px; border: 1px solid var(--line); background: rgba(255,255,255,.8); color: var(--plum); cursor: pointer; font-size: 15px; display: grid; place-items: center; transition: background .18s ease; z-index: 2; }
.lg-modal-close:hover { background: var(--cream); }

/* funnel screens */
.fn-screen { display: flex; flex-direction: column; }
.fn-eyebrow { color: var(--rose); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 14px; }
.fn-title { font-size: clamp(26px, 4.4vw, 34px); line-height: 1.06; letter-spacing: -.035em; max-width: 22ch; }
.fn-sub { margin-top: 12px; color: var(--muted); font-size: 16px; line-height: 1.55; max-width: 50ch; }
.fn-back { align-self: flex-start; background: none; border: 0; color: var(--muted); font-weight: 700; font-size: 13px; cursor: pointer; padding: 4px 0; margin-bottom: 14px; }
.fn-back:hover { color: var(--plum); }

/* router + chip options */
.fn-options { display: grid; gap: 12px; margin-top: 26px; }
.fn-option { display: flex; align-items: center; gap: 15px; width: 100%; text-align: left; cursor: pointer; background: rgba(255,255,255,.8); border: 1px solid var(--line); border-radius: 16px; padding: 17px 19px; color: var(--ink); font: inherit; font-size: 16px; font-weight: 600; transition: transform .16s ease, border-color .16s ease, background .16s ease; }
.fn-option:hover { transform: translateY(-2px); border-color: var(--line-strong); background: white; }
.fn-option .emo { width: 40px; height: 40px; flex: none; border-radius: 12px; display: grid; place-items: center; font-size: 19px; background: var(--cream); border: 1px solid var(--line); }
.fn-option.sel { border-color: var(--rose); background: rgba(232,96,122,.1); box-shadow: 0 0 0 1px var(--rose) inset; }

/* intake fields */
.fn-field { margin-top: 22px; }
.fn-label { display: block; color: var(--muted); font-size: 13px; font-weight: 700; margin-bottom: 9px; }
.fn-textarea { width: 100%; min-height: 120px; resize: vertical; border: 1px solid var(--line); border-radius: 16px; padding: 14px; outline: none; color: var(--ink); background: var(--paper); line-height: 1.5; font-size: 15px; }
.fn-textarea:focus { border-color: var(--rose); box-shadow: 0 0 0 4px rgba(232,96,122,.1); }
.fn-taps { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 4px; }
.fn-tap { border: 1px solid var(--line); background: rgba(255,255,255,.8); border-radius: 999px; padding: 9px 14px; font: inherit; font-size: 13.5px; font-weight: 600; color: var(--ink); cursor: pointer; transition: border-color .16s ease, background .16s ease; }
.fn-tap:hover { border-color: var(--line-strong); }
.fn-tap.sel { border-color: var(--rose); background: rgba(232,96,122,.12); color: var(--plum); }
.fn-actions { margin-top: 26px; display: flex; flex-direction: column; gap: 10px; }
.fn-submit { width: 100%; }
.fn-hint { color: rgba(26,16,37,.46); font-size: 12px; line-height: 1.4; text-align: center; }

/* result — free read */
.fn-result .fn-title { font-size: clamp(23px, 4vw, 30px); max-width: 30ch; }
.fn-free { margin-top: 22px; display: grid; gap: 0; }
.fn-block { border-top: 1px solid var(--line); padding: 16px 0; }
.fn-block:first-child { border-top: 0; padding-top: 6px; }
.fn-block h3 { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--rose); margin-bottom: 7px; }
.fn-block p { color: rgba(26,16,37,.78); line-height: 1.6; font-size: 15.5px; }
.fn-result .fn-back { margin-top: 22px; }

/* locked paid/action section */
.fn-sec { margin: 30px 0 14px; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--rose); }
.fn-plans { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fn-plan { position: relative; text-align: left; display: flex; flex-direction: column; gap: 6px; background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: 16px; padding: 16px; cursor: pointer; font: inherit; color: var(--ink); transition: border-color .16s ease, transform .16s ease; }
.fn-plan:hover { border-color: var(--rose); transform: translateY(-2px); }
.fn-plan-ic { width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center; font-size: 18px; background: var(--cream); border: 1px solid var(--line); }
.fn-plan-lab { font-weight: 800; font-size: 14.5px; display: flex; align-items: center; gap: 7px; }
.fn-lock { opacity: .55; font-size: 12px; }
.fn-plan-bd { font-size: 13px; line-height: 1.45; color: var(--muted); filter: blur(.35px); }
.fn-unlock { width: 100%; margin-top: 20px; }
.fn-price { margin-top: 13px; text-align: center; font-size: 13px; color: rgba(26,16,37,.55); line-height: 1.5; }
.fn-price b { color: var(--ink); }
.fn-err { min-height: 1em; margin-top: 10px; text-align: center; font-size: 13px; color: #b3275a; }
@media (max-width: 520px) { .fn-plans { grid-template-columns: 1fr; } }

/* safety framing (R0) — always free, never gated */
.fn-safety { background: rgba(255,255,255,.7); border: 1px solid var(--line-strong); border-radius: 20px; padding: 24px; }
.fn-safety h2 { font-size: 23px; letter-spacing: -.02em; margin-bottom: 12px; }
.fn-safety p { color: var(--muted); line-height: 1.6; margin-bottom: 12px; font-size: 15.5px; }
.fn-safety-res { color: var(--ink); font-weight: 600; }

/* ── Adaptive interview ──────────────────────────────────────────────────── */
.iv-progress { height: 6px; border-radius: 99px; background: rgba(123,45,94,.12); overflow: hidden; margin-bottom: 18px; }
.iv-bar { height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--rose-bright), var(--plum)); transition: width .5s cubic-bezier(.65,.05,.2,1); }
.iv-bubble { max-width: 92%; border-radius: 16px; padding: 13px 15px; line-height: 1.5; font-size: 15px; margin-bottom: 10px; }
.iv-bubble.genie { background: white; border: 1px solid var(--line); }
.iv-bubble.user { background: linear-gradient(135deg, var(--plum), var(--plum-dark)); color: white; margin-left: auto; }
.iv-typing { display: inline-flex; gap: 5px; padding: 12px 14px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.iv-typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--rose); opacity: .4; animation: iv-blink 1.2s infinite both; }
.iv-typing span:nth-child(2) { animation-delay: .2s; }
.iv-typing span:nth-child(3) { animation-delay: .4s; }
@keyframes iv-blink { 0%, 80%, 100% { opacity: .25; } 40% { opacity: 1; } }
.iv-loop { margin-top: 18px; padding: 16px; border-radius: 16px; border: 1px solid var(--line); background: rgba(255,246,239,.5); }
.iv-loop-lab { display: block; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--rose); margin-bottom: 10px; }
.iv-loop-pill { display: inline-block; background: white; border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; font-size: 13px; font-weight: 600; margin: 0 6px 6px 0; }
.iv-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
.iv-card { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 16px; }
.iv-card-lab { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.iv-card strong { display: block; margin-top: 4px; font-size: 16px; letter-spacing: -.02em; }
.iv-card p { margin-top: 8px; color: var(--muted); font-size: 13.5px; line-height: 1.5; }
.iv-card-traits { margin-top: 6px; color: var(--plum); font-size: 12.5px; font-weight: 700; line-height: 1.4; }
.iv-misreads { margin-top: 16px; padding: 16px; border-radius: 16px; border: 1px solid var(--line); background: rgba(255,255,255,.6); }
.iv-misread { color: rgba(26,16,37,.74); line-height: 1.55; font-size: 14px; margin-top: 8px; }
.iv-misread:first-of-type { margin-top: 0; }
.iv-misread strong { color: var(--ink); }
.iv-misread em { font-style: normal; color: var(--plum); font-weight: 600; }
@media (max-width: 520px) { .iv-pair { grid-template-columns: 1fr; } }

/* ── Post-checkout home (/home) ──────────────────────────────────────────── */
.home-signout { border: 1px solid var(--line); background: rgba(255,255,255,.78); border-radius: 999px; padding: 8px 14px; font: inherit; font-size: 13px; font-weight: 700; color: var(--plum); cursor: pointer; transition: border-color .16s ease; }
.home-signout:hover { border-color: var(--line-strong); }
.home-start { padding: 8px 0; }
.home-start-card { max-width: 560px; min-height: unset; }
.home-start-card .eyebrow { margin: 18px 0 8px; }
.home-read .read-status { color: var(--green); }
.home-read-detail { border-top: 1px solid var(--line); margin-top: 16px; padding-top: 16px; }
.home-read-detail .iv-pair { margin-top: 14px; }

/* ── One-funnel homepage hero (single column) ────────────────────────────── */
.hero-shell.hero-single { grid-template-columns: minmax(0, 1fr); max-width: 920px; }

/* ── Rich "full read" reveal ─────────────────────────────────────────────── */
.iv-rv-echo { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 4px 0 18px; }
.iv-rv-thesis .iv-rv-hl { background: linear-gradient(135deg, var(--rose-bright), var(--plum)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.iv-rv-seclabel { display: flex; justify-content: space-between; align-items: baseline; margin: 30px 0 4px; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.iv-rv-seclabel span:first-child { color: var(--rose); }
.iv-rv-seclabel span:last-child { color: var(--muted); letter-spacing: .04em; }

.iv-rv-pat { display: flex; gap: 15px; border-top: 1px solid var(--line); padding: 20px 0; }
.iv-rv-num { font-size: 24px; font-weight: 800; letter-spacing: -.02em; color: var(--rose); width: 32px; flex-shrink: 0; line-height: 1; }
.iv-rv-pat-body { flex: 1; position: relative; }
.iv-rv-pat-title { font-size: 20px; font-weight: 700; letter-spacing: -.01em; line-height: 1.22; margin-bottom: 12px; }
.iv-rv-pat-lines > div { font-size: 13.5px; line-height: 1.5; color: var(--muted); margin-bottom: 5px; }
.iv-rv-tag { font-size: 11px; font-weight: 800; letter-spacing: .06em; margin-right: 8px; }
.iv-rv-tag.you { color: var(--rose); }
.iv-rv-tag.them { color: var(--muted); }
.iv-rv-pat-punch { margin-top: 10px; font-size: 14px; line-height: 1.5; color: var(--ink); }

.iv-rv-roast { border-top: 1px solid var(--line); padding: 22px 0 6px; }
.iv-rv-roast-title { font-size: 20px; font-weight: 700; letter-spacing: -.01em; margin-bottom: 18px; }
.iv-rv-roast-item { margin-bottom: 16px; }
.iv-rv-roast-item strong { display: block; font-size: 14.5px; font-weight: 700; margin-bottom: 4px; }
.iv-rv-roast-item p { font-size: 13.5px; line-height: 1.5; color: var(--muted); }

/* The locked wall */
.iv-rv-blur { filter: blur(5px); user-select: none; pointer-events: none; }
.iv-rv-wall { margin: 18px -6px 0; padding: 22px 18px; border-radius: 20px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(201,84,122,.07), rgba(123,45,94,.05)); }
.iv-rv-wall-head { display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 6px; }
.iv-rv-wall-head span:first-child { color: var(--rose); }
.iv-rv-locked { color: var(--muted); }
.iv-rv-wall .iv-rv-pat, .iv-rv-wall-row { border-top: 1px solid var(--line); align-items: center; }
.iv-rv-wall-row { display: flex; gap: 15px; padding: 14px 0; }
.iv-rv-wall-row .iv-rv-num { font-size: 22px; }
.iv-rv-wall-row .iv-rv-blur { flex: 1; font-size: 16px; font-weight: 700; letter-spacing: -.01em; }
.iv-rv-pat.locked .iv-rv-lock, .iv-rv-wall-row .iv-rv-lock { color: var(--muted); flex-shrink: 0; font-size: 14px; }
.iv-rv-pat.locked { padding: 14px 0; align-items: center; }
.iv-rv-pat.locked .iv-rv-pat-body { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.iv-rv-pat.locked .iv-rv-pat-title { margin-bottom: 0; font-size: 18px; }
.iv-rv-wall-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.iv-rv-wall-grid h4 { font-size: 12.5px; font-weight: 800; margin-bottom: 8px; }
.iv-rv-walllist { font-size: 12px; line-height: 1.7; color: var(--muted); }
.iv-rv-badge { display: inline-block; font-size: 9.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--rose); background: rgba(201,84,122,.12); border-radius: 999px; padding: 3px 8px; margin-bottom: 8px; }

/* The gate */
.iv-rv-gate { margin-top: 26px; padding: 28px 22px; border-radius: 22px; color: #fff; background: linear-gradient(135deg, var(--rose-bright), var(--plum-dark)); box-shadow: 0 24px 64px rgba(60,21,55,.30); }
.iv-rv-gate-head { font-size: 22px; font-weight: 700; letter-spacing: -.01em; line-height: 1.26; margin-bottom: 22px; }
.iv-rv-gate-head em { font-style: italic; font-weight: 600; color: #f4cad7; }
.iv-rv-gate-list { list-style: none; display: flex; flex-direction: column; gap: 13px; margin: 0 0 24px; padding: 0; }
.iv-rv-gate-list li { position: relative; padding-left: 26px; font-size: 13.5px; line-height: 1.5; color: rgba(255,255,255,.92); }
.iv-rv-gate-list li::before { content: '✓'; position: absolute; left: 0; top: -1px; font-weight: 800; color: #fff; }
.iv-rv-gate-field { margin-bottom: 14px; }
.iv-rv-gate-field .fn-label { color: rgba(255,255,255,.9); }
.iv-rv-gate-cta { width: 100%; border: 0; border-radius: 999px; padding: 15px; background: #fff; color: var(--plum-dark); font: inherit; font-size: 15px; font-weight: 700; cursor: pointer; transition: transform .16s ease, opacity .16s ease; }
.iv-rv-gate-cta:hover { transform: translateY(-1px); }
.iv-rv-gate-cta:disabled { opacity: .55; cursor: default; transform: none; }
.iv-rv-gate-fine { text-align: center; font-size: 11.5px; color: rgba(255,255,255,.72); margin-top: 14px; }
.iv-rv-gate .fn-err { color: #ffd7df; }

@media (max-width: 520px) { .iv-rv-wall-grid { grid-template-columns: 1fr; } }
