/* ─────────────────────────────────────────────────────────────
   Career Canvas — Site v3 additions
   New components layered over site-v2.css (unchanged).
   Sections: hero mag-cover, interview q-grid, canvas pages,
   tools strip, final CTA row, and the /start interview flow.
   ───────────────────────────────────────────────────────────── */

/* ── TYPE SYSTEM — chosen 2026-07-04 ("F: DM family", sans decks) ──
   Overrides the :root tokens from site-v2.css. */
:root {
  --display: "DM Serif Display", Georgia, serif;
  --sans:    "Figtree", system-ui, -apple-system, sans-serif;
  --cond:    "Barlow Condensed", "DM Sans", sans-serif;
  --mono:    "DM Mono", ui-monospace, monospace;
}

/* ── EDITORIAL DECKS — bridge the display serif and body sans ──
   The paragraph directly under a headline (the "deck"/standfirst)
   steps up in size and weight but stays in the sans; accent words
   flip to the display italic as the nod back to the headline. */
.hero h1 { font-size: 70px; }
.hero .lede,
.iv-head .copy,
.cv-head .copy,
.final-cta .body,
.process .head .copy,
.pricing .head .copy,
.faq .head .copy {
  font-family: var(--sans); font-style: normal; font-weight: 500;
  font-size: 19px; line-height: 1.6; letter-spacing: -0.004em;
  color: var(--ink-2);
}
.hero .lede em,
.iv-head .copy em,
.cv-head .copy em,
.final-cta .body em,
.process .head .copy em,
.pricing .head .copy em,
.faq .head .copy em {
  font-family: var(--display); font-style: italic; font-weight: 400;
  font-size: 1.06em; color: var(--tomato);
}

/* ── HERO — magazine cover replaces laptop screenshot ─────── */
.cover-stage {
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: center;
  padding: 24px 0;
}
.mag-cover {
  position: relative;
  width: 420px; max-width: 100%;
  background: var(--paper);
  border: 1px solid var(--ink);
  padding: 26px 28px 22px;
  transform: rotate(-1.25deg);
  box-shadow: 0 1px 0 rgba(0,0,0,0.06), 0 34px 60px -32px rgba(0,0,0,0.4);
  overflow: hidden;
}
.mag-cover::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 40;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.08  0 0 0 0 0.07  0 0 0 0 0.05  0 0 0 0.55 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 240px 240px; mix-blend-mode: multiply; opacity: 0.22;
}
.mag-cover .mc-mast {
  display: flex; align-items: baseline; justify-content: space-between;
  padding-bottom: 8px; border-bottom: 2.5px double var(--ink);
  font-family: var(--cond); font-weight: 700; font-size: 9.5px;
  letter-spacing: 0.18em; text-transform: uppercase;
}
.mag-cover .mc-mast .mr { font-family: var(--mono); font-size: 9px; letter-spacing: 0.08em; color: var(--ink-2); }
.mag-cover .mc-feat { display: flex; align-items: baseline; gap: 10px; margin: 16px 0 10px; position: relative; z-index: 3; }
.mag-cover .mc-feat .fn { font-family: var(--mono); font-weight: 700; color: var(--tomato); font-size: 10px; letter-spacing: 0.08em; }
.mag-cover .mc-feat .fl { font-family: var(--cond); font-weight: 700; font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-2); }
.mag-cover .mc-name {
  position: relative; z-index: 3;
  font-family: var(--display); font-style: italic; font-weight: 400;
  font-size: 108px; line-height: 0.86; letter-spacing: -0.025em; margin: 0 0 18px;
}
.mag-cover .mc-name .dot { color: var(--tomato); }
.mag-cover .mc-by { position: relative; z-index: 3; margin-bottom: 18px; }
.mag-cover .mc-by .nm { font-family: var(--cond); font-weight: 700; font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; }
.mag-cover .mc-by .meta { font-family: var(--mono); font-size: 9px; color: var(--ink-2); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 4px; }
.mag-cover .mc-cluster { position: absolute; top: 60px; right: -36px; width: 220px; height: 220px; pointer-events: none; z-index: 1; }
.mag-cover .mc-cluster .blob { position: absolute; border-radius: 50%; mix-blend-mode: multiply; }
.mag-cover .mc-cluster .b1 { top: 0;    right: 34px;  width: 140px; height: 140px; background: var(--tomato); }
.mag-cover .mc-cluster .b2 { top: 56px; right: 120px; width: 104px; height: 104px; background: var(--teal); }
.mag-cover .mc-cluster .b3 { top: 98px; right: 44px;  width: 86px;  height: 86px;  background: var(--mustard); }
.mag-cover .mc-cluster .b4 { top: 142px; right: 104px; width: 38px; height: 38px;  background: var(--lavender); }
.mag-cover .mc-ribbon {
  display: flex; align-items: baseline; gap: 10px;
  padding: 7px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
  position: relative; z-index: 3;
}
.mag-cover .mc-ribbon .n { font-family: var(--mono); font-weight: 700; color: var(--tomato); font-size: 9px; letter-spacing: 0.08em; }
.mag-cover .mc-ribbon .l { font-family: var(--cond); font-weight: 700; font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; }
.mag-cover .mc-ribbon .sp { flex: 1; }
.mag-cover .mc-ribbon .stars { color: var(--tomato); font-size: 11px; letter-spacing: 1px; }
.mag-cover .mc-ribbon .stars .off { color: var(--ink-3); opacity: 0.45; }
.mag-cover .mc-ribbon .folio { font-family: var(--mono); font-size: 9px; color: var(--ink-3); letter-spacing: 0.06em; }
.mag-cover .mc-role { margin-top: 14px; padding: 12px 14px; background: var(--paper-2); border: 1px solid var(--rule-soft); position: relative; z-index: 3; }
.mag-cover .mc-role .rn { font-family: var(--mono); font-weight: 700; color: var(--tomato); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 5px; }
.mag-cover .mc-role .rt { font-family: var(--display); font-style: italic; font-size: 17px; line-height: 1.3; }

/* ── 001 INTERVIEW ────────────────────────────────────────── */
.interview { padding: 48px 0 72px; position: relative; overflow: hidden; }
.interview .iv-blobs { position: absolute; top: 60px; right: -40px; width: 360px; height: 360px; pointer-events: none; z-index: 0; }
.interview .iv-blobs .blob.b1 { top: 0;   right: 0;    width: 200px; height: 200px; background: var(--teal); }
.interview .iv-blobs .blob.b2 { top: 90px; right: 130px; width: 150px; height: 150px; background: var(--tomato); }
.interview .iv-blobs .blob.b3 { top: 190px; right: 30px; width: 130px; height: 130px; background: var(--mustard); }
.iv-head { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: end; margin-bottom: 48px; position: relative; z-index: 2; }
.iv-head h2 { font-family: var(--display); font-style: italic; font-weight: 400; font-size: 64px; line-height: 0.95; letter-spacing: -0.02em; margin: 0; }
.iv-head h2 .dot { color: var(--tomato); }
.iv-head .copy { max-width: 480px; }  /* typography set by the deck block above */
.iv-head .copy em { color: var(--tomato); font-style: italic; }

.q-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  position: relative; z-index: 2;
}
.q-grid.q-grid-3 { grid-template-columns: repeat(3, 1fr); }
.q-card {
  background: var(--paper); border: 1px solid var(--ink);
  padding: 26px 28px 30px; min-height: 190px;
  display: flex; flex-direction: column; gap: 20px;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.q-card:hover { transform: translateY(-4px); box-shadow: 0 22px 44px -30px rgba(0,0,0,0.35); }
.q-card .q-top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding-bottom: 10px; border-bottom: 1px solid var(--rule-soft); }
.q-card .qn { font-family: var(--mono); font-weight: 700; color: var(--tomato); font-size: 10.5px; letter-spacing: 0.08em; }
.q-card .qp { font-family: var(--cond); font-weight: 700; font-size: 9.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-3); }
.q-card .qq { font-family: var(--display); font-style: italic; font-size: 27px; line-height: 1.25; letter-spacing: -0.01em; margin: 0; color: var(--ink); }

.pull-quote { max-width: 820px; margin: 64px auto 0; text-align: center; position: relative; z-index: 2; }
.pull-quote blockquote { margin: 0; font-family: var(--display); font-style: italic; font-size: 31px; line-height: 1.35; letter-spacing: -0.01em; color: var(--ink); }
.pull-quote blockquote em { color: var(--tomato); }
.pull-quote .who { margin-top: 16px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); }

.iv-cta {
  margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--rule-soft);
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  position: relative; z-index: 2;
}
.iv-cta .line { font-family: var(--display); font-style: italic; font-size: 19px; color: var(--ink-2); }

/* ── 002 CANVAS ───────────────────────────────────────────── */
.canvas-sec { padding: 72px 0; background: var(--paper-2); position: relative; overflow: hidden; }
.cv-head { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: end; margin-bottom: 56px; position: relative; z-index: 2; }
.cv-head h2 { font-family: var(--display); font-style: italic; font-weight: 400; font-size: 64px; line-height: 0.95; letter-spacing: -0.02em; margin: 0; }
.cv-head h2 .dot { color: var(--tomato); }
.cv-head .copy { max-width: 480px; }  /* typography set by the deck block above */
.cv-head .copy em { color: var(--tomato); font-style: italic; }

.canvas-pages {
  display: flex; gap: 44px; justify-content: center; align-items: stretch;
  position: relative; z-index: 2; padding: 26px 0 34px;
}
/* Framed-print treatment: white mat + thin frame line around each page */
.canvas-pages .page {
  width: 300px; flex-shrink: 0;
  background: var(--paper); border: 1px solid var(--rule-soft);
  display: flex; flex-direction: column;
  box-shadow:
    0 0 0 12px var(--paper),
    0 0 0 13px var(--ink),
    0 34px 56px -30px rgba(0,0,0,0.4);
  margin: 14px;
  position: relative; overflow: hidden;
}
.canvas-pages .page::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 40;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.08  0 0 0 0 0.07  0 0 0 0 0.05  0 0 0 0.55 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 240px 240px; mix-blend-mode: multiply; opacity: 0.18;
}
.canvas-pages .pg-mast {
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 12px 18px 8px; border-bottom: 2.5px double var(--ink);
  font-family: var(--cond); font-weight: 700; font-size: 8.5px; letter-spacing: 0.16em; text-transform: uppercase;
}
.canvas-pages .pg-mast .r { font-family: var(--mono); font-size: 8px; color: var(--ink-2); }
.canvas-pages .pg-pad { padding: 16px 18px; flex: 1; position: relative; }
.canvas-pages .pg-feat { display: flex; align-items: baseline; gap: 8px; margin-bottom: 12px; position: relative; z-index: 3; }
.canvas-pages .pg-feat .fn { font-family: var(--mono); font-weight: 700; color: var(--tomato); font-size: 8.5px; letter-spacing: 0.08em; }
.canvas-pages .pg-feat .fl { font-family: var(--cond); font-weight: 700; font-size: 8px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-2); }
.canvas-pages .pg-name { position: relative; z-index: 3; font-family: var(--display); font-style: italic; font-weight: 400; font-size: 72px; line-height: 0.88; letter-spacing: -0.025em; margin: 0 0 16px; }
.canvas-pages .pg-name .dot { color: var(--tomato); }
.canvas-pages .pg-by { position: relative; z-index: 3; }
.canvas-pages .pg-by .nm { font-family: var(--cond); font-weight: 700; font-size: 9.5px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 4px; }
.canvas-pages .pg-by .meta { font-family: var(--mono); font-size: 8px; color: var(--ink-2); letter-spacing: 0.06em; text-transform: uppercase; line-height: 1.6; }
.canvas-pages .pg-cluster { position: absolute; top: 8px; right: -20px; width: 150px; height: 150px; pointer-events: none; z-index: 1; }
.canvas-pages .pg-cluster .blob { position: absolute; border-radius: 50%; mix-blend-mode: multiply; }
.canvas-pages .pg-cluster .b1 { top: 6px;  right: 14px; width: 92px; height: 92px; background: var(--tomato); }
.canvas-pages .pg-cluster .b2 { top: 42px; right: 66px; width: 68px; height: 68px; background: var(--teal); }
.canvas-pages .pg-cluster .b3 { top: 74px; right: 22px; width: 54px; height: 54px; background: var(--mustard); }
.canvas-pages .pg-ribbon {
  display: flex; align-items: baseline; gap: 8px;
  padding: 7px 18px; border-top: 1px solid var(--ink);
  margin-top: auto; position: relative; z-index: 3;
}
.canvas-pages .pg-ribbon .n { font-family: var(--mono); font-weight: 700; color: var(--tomato); font-size: 8px; letter-spacing: 0.08em; }
.canvas-pages .pg-ribbon .l { font-family: var(--cond); font-weight: 700; font-size: 8px; letter-spacing: 0.14em; text-transform: uppercase; }
.canvas-pages .pg-ribbon .sp { flex: 1; }
.canvas-pages .pg-ribbon .folio { font-family: var(--mono); font-size: 8px; color: var(--ink-3); letter-spacing: 0.06em; }
.canvas-pages .pg-entry { display: grid; grid-template-columns: 24px 1fr; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--rule-soft); }
.canvas-pages .pg-entry:last-child { border-bottom: none; }
.canvas-pages .pg-entry .en { font-family: var(--mono); font-size: 9px; color: var(--tomato); font-weight: 700; padding-top: 3px; }
.canvas-pages .pg-entry .et { font-family: var(--display); font-style: italic; font-size: 16px; line-height: 1.15; margin-bottom: 4px; }
.canvas-pages .pg-entry .stars { color: var(--tomato); font-size: 9px; letter-spacing: 0.5px; font-style: normal; }
.canvas-pages .pg-entry .stars .off { color: var(--ink-3); opacity: 0.4; }
.canvas-pages .pg-entry .eb { font-family: var(--sans); font-size: 10.5px; line-height: 1.5; color: var(--ink-2); margin: 0; }
.canvas-pages .pg-pull { font-family: var(--display); font-style: italic; font-size: 23px; line-height: 1.35; letter-spacing: -0.01em; margin: 10px 0 20px; }
.canvas-pages .pg-pull em { color: var(--tomato); }
.canvas-pages .pg-sig { display: flex; gap: 8px; align-items: baseline; padding-top: 12px; border-top: 1px dashed var(--rule-soft); font-family: var(--mono); font-size: 8px; color: var(--ink-3); letter-spacing: 0.08em; text-transform: uppercase; }

.chapters-ribbon {
  margin: 36px auto 0; max-width: 920px;
  padding: 12px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
  text-align: center;
  font-family: var(--cond); font-weight: 700; font-size: 10px;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-2);
  position: relative; z-index: 2;
}
.canvas-caption { margin-top: 16px; text-align: center; font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); position: relative; z-index: 2; }

/* ── PROCESS — three columns instead of four ──────────────── */
.process .steps.steps-3 { grid-template-columns: repeat(3, 1fr); }
/* Keep the decorative cluster clear of the first step's number */
.process .head-blobs { top: -40px; left: -140px; }

/* ── TOOLS STRIP (demoted features) ───────────────────────── */
.tools-strip { padding: 64px 0 56px; background: var(--paper); }
.tools-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.tools-grid .tool { padding-top: 18px; border-top: 1px solid var(--rule-soft); }
.tools-grid .tool .tn { font-family: var(--mono); font-weight: 700; color: var(--tomato); font-size: 10px; letter-spacing: 0.08em; margin-bottom: 10px; text-transform: uppercase; }
.tools-grid .tool .nm { font-family: var(--display); font-style: italic; font-size: 23px; line-height: 1; margin-bottom: 10px; }
.tools-grid .tool .nm .dot { color: var(--tomato); }
.tools-grid .tool p { font-family: var(--sans); font-size: 13.5px; line-height: 1.55; color: var(--ink-2); margin: 0; }

/* ── FINAL CTA — two-button row ───────────────────────────── */
.final-cta .final-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Blobs pushed off to the right so the text stays clear */
.final-cta .bg-blobs {
  left: auto; right: -220px; top: 50%;
  transform: translateY(-50%);
  width: 580px; height: 580px;
}
.final-cta .bg-blobs .blob.b1 { top: 0;     left: 140px; width: 300px; height: 300px; }
.final-cta .bg-blobs .blob.b2 { top: 210px; left: 0;     width: 230px; height: 230px; }
.final-cta .bg-blobs .blob.b3 { top: 320px; left: 240px; width: 190px; height: 190px; }
@media (max-width: 920px) {
  .final-cta .bg-blobs { display: none; }
}

/* ── RESPONSIVE (new components) ──────────────────────────── */
@media (max-width: 1100px) {
  .iv-head h2, .cv-head h2 { font-size: 48px; }
  .q-card .qq { font-size: 23px; }
  .mag-cover { width: 380px; }
  .mag-cover .mc-name { font-size: 92px; }
}
@media (max-width: 920px) {
  .iv-head, .cv-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 32px; }
  .q-grid, .q-grid.q-grid-3 { grid-template-columns: 1fr; gap: 16px; }
  .q-card { min-height: 0; }
  .pull-quote blockquote { font-size: 24px; }
  .iv-cta { flex-direction: column; align-items: flex-start; gap: 16px; }
  .interview .iv-blobs { display: none; }
  .canvas-pages {
    justify-content: flex-start; overflow-x: auto; padding: 20px 4px 30px;
    scroll-snap-type: x mandatory; scrollbar-width: none;
    margin: 0 -32px; padding-left: 46px; padding-right: 46px;
  }
  .canvas-pages::-webkit-scrollbar { display: none; }
  .canvas-pages .page { scroll-snap-align: center; width: 270px; }
  .chapters-ribbon { font-size: 8.5px; letter-spacing: 0.12em; }
  .process .steps.steps-3 { grid-template-columns: 1fr; }
  .tools-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .cover-stage { padding: 8px 0; }
  .mag-cover { width: 100%; max-width: 380px; transform: rotate(-0.8deg); }
}
@media (max-width: 560px) {
  .tools-grid { grid-template-columns: 1fr; }
  .mag-cover .mc-name { font-size: 76px; }
}

/* ─────────────────────────────────────────────────────────────
   /START — the free three-question interview flow
   ───────────────────────────────────────────────────────────── */
.flow-stage { min-height: 100vh; display: flex; flex-direction: column; background: var(--paper-2); }

.flow-mast {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 32px; border-bottom: 1px solid var(--ink);
  background: var(--paper-2); position: sticky; top: 0; z-index: 50;
}
.flow-mast .brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; }
.flow-mast .brand .word { font-family: var(--display); font-style: italic; font-size: 19px; line-height: 1; }
.flow-mast .brand .word .dot { color: var(--tomato); }
.flow-mast .center { display: flex; align-items: baseline; gap: 10px; font-family: var(--cond); font-weight: 700; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-2); }
.flow-mast .center .num { font-family: var(--mono); color: var(--tomato); letter-spacing: 0.08em; }
.flow-mast .right { font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }

.flow-body { flex: 1; width: 100%; max-width: 860px; margin: 0 auto; padding: 0 32px; position: relative; }

.flow-screen { display: none; padding: 72px 0 96px; }
.flow-screen.on { display: block; animation: flowIn 0.45s ease both; }
@keyframes flowIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.flow-eyebrow { display: flex; align-items: baseline; gap: 12px; margin-bottom: 24px; }
.flow-eyebrow .fnum { font-family: var(--mono); color: var(--tomato); font-size: 11px; letter-spacing: 0.08em; }
.flow-eyebrow .fl { font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; font-size: 10.5px; color: var(--ink-2); }

/* Hook */
.flow-hook { position: relative; }
.flow-hook .hook-blobs { position: absolute; right: -60px; top: 30px; width: 420px; height: 420px; pointer-events: none; z-index: 0; }
.flow-hook .hook-blobs .blob.b1 { top: 0;    right: 60px;  width: 220px; height: 220px; background: var(--tomato); }
.flow-hook .hook-blobs .blob.b2 { top: 120px; right: 200px; width: 150px; height: 150px; background: var(--teal); }
.flow-hook .hook-blobs .blob.b3 { top: 210px; right: 60px;  width: 130px; height: 130px; background: var(--mustard); }
.flow-hook h1 {
  position: relative; z-index: 2;
  font-family: var(--display); font-style: italic; font-weight: 400;
  font-size: clamp(44px, 6vw, 68px); line-height: 0.98; letter-spacing: -0.02em;
  margin: 0 0 22px; max-width: 13ch;
}
.flow-hook h1 .dot { color: var(--tomato); }
.flow-hook .sub { position: relative; z-index: 2; font-family: var(--sans); font-size: 17px; line-height: 1.6; color: var(--ink-2); max-width: 52ch; margin: 0 0 32px; }
.flow-hook .hook-cta { position: relative; z-index: 2; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.flow-hook .hook-meta { font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); display: flex; align-items: center; gap: 10px; }
.flow-hook .hook-meta .sep { width: 3px; height: 3px; border-radius: 50%; background: var(--ink-3); }
.flow-qs-preview { position: relative; z-index: 2; margin-top: 56px; padding-top: 20px; border-top: 1px solid var(--ink); display: flex; gap: 28px; }
.flow-qs-preview .p { flex: 1; }
.flow-qs-preview .p .n { font-family: var(--mono); font-size: 9.5px; color: var(--tomato); font-weight: 700; letter-spacing: 0.08em; margin-bottom: 6px; }
.flow-qs-preview .p .t { font-family: var(--cond); font-weight: 700; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-2); }

/* Question screens */
.q-progress { display: flex; align-items: center; gap: 14px; margin-bottom: 30px; }
.q-progress .txt { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); }
.q-progress .bars { display: flex; gap: 6px; }
.q-progress .bar { width: 34px; height: 3px; background: rgba(21,17,13,0.14); }
.q-progress .bar.done { background: var(--tomato); }
.flow-q h2 {
  font-family: var(--display); font-style: italic; font-weight: 400;
  font-size: clamp(32px, 4.6vw, 46px); line-height: 1.1; letter-spacing: -0.015em;
  margin: 0 0 14px; max-width: 20ch;
}
.flow-q h2 .dot { color: var(--tomato); }
.flow-q .hint { font-family: var(--sans); font-size: 14.5px; line-height: 1.55; color: var(--ink-3); margin: 0 0 26px; max-width: 52ch; }
.flow-q textarea {
  width: 100%; min-height: 150px; resize: vertical;
  background: var(--paper); border: 1px solid var(--ink); border-radius: 6px;
  padding: 18px 20px; font-family: var(--sans); font-size: 16px; line-height: 1.6; color: var(--ink);
}
.flow-q textarea:focus { outline: 2px solid var(--tomato); outline-offset: 1px; }
.flow-q .q-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 22px; flex-wrap: wrap; }
.flow-q .q-actions .note { font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.flow-q .q-actions .btns { display: flex; gap: 10px; }
.flow-q .pill[disabled] { opacity: 0.45; pointer-events: none; }

/* Email gate */
.flow-gate { text-align: left; position: relative; }
.flow-gate .ready { display: inline-flex; align-items: center; gap: 10px; font-family: var(--cond); font-weight: 700; font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--teal); margin-bottom: 20px; }
.flow-gate .ready .pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--teal); animation: pulseDot 1.6s ease infinite; }
@keyframes pulseDot { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.5); opacity: 0.5; } }
.flow-gate h2 { font-family: var(--display); font-style: italic; font-weight: 400; font-size: clamp(38px, 5vw, 54px); line-height: 1; letter-spacing: -0.02em; margin: 0 0 14px; }
.flow-gate h2 .dot { color: var(--tomato); }
.flow-gate .gate-sub { font-family: var(--sans); font-size: 16px; line-height: 1.6; color: var(--ink-2); max-width: 46ch; margin: 0 0 30px; }
.flow-gate .fields { display: grid; grid-template-columns: 1fr 1.4fr; gap: 16px; max-width: 560px; margin-bottom: 22px; }
.flow-gate .field label { display: block; font-family: var(--cond); font-weight: 700; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-2); margin-bottom: 8px; }
.flow-gate .field input {
  width: 100%; background: var(--paper); border: 1px solid var(--ink); border-radius: 6px;
  padding: 13px 16px; font-family: var(--sans); font-size: 15px; color: var(--ink);
}
.flow-gate .field input:focus { outline: 2px solid var(--tomato); outline-offset: 1px; }
.flow-gate .gate-go { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.flow-gate .reassure { font-family: var(--mono); font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); }
.flow-gate .reassure .em { color: var(--ink); }

/* Loading */
.flow-loading { text-align: center; padding-top: 120px; }
.flow-loading .ring {
  width: 54px; height: 54px; margin: 0 auto 26px; border-radius: 50%;
  border: 3px solid rgba(21,17,13,0.12); border-top-color: var(--tomato);
  animation: spinRing 0.9s linear infinite;
}
@keyframes spinRing { to { transform: rotate(360deg); } }
.flow-loading h3 { font-family: var(--display); font-style: italic; font-weight: 400; font-size: 32px; margin: 0 0 10px; }
.flow-loading h3 .dot { color: var(--tomato); }
.flow-loading .steps { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); }

/* Reading (result) */
.flow-reading .reading-card {
  background: var(--paper); border: 1px solid var(--ink);
  padding: 44px 48px 40px; position: relative; overflow: hidden;
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), 0 30px 60px -36px rgba(0,0,0,0.3);
}
.flow-reading .reading-card::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 40;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.08  0 0 0 0 0.07  0 0 0 0 0.05  0 0 0 0.55 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 240px 240px; mix-blend-mode: multiply; opacity: 0.16;
}
.flow-reading .rd-mast {
  display: flex; align-items: baseline; justify-content: space-between; gap: 16px;
  padding-bottom: 10px; border-bottom: 2.5px double var(--ink); margin-bottom: 24px;
  font-family: var(--cond); font-weight: 700; font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase;
}
.flow-reading .rd-mast .r { font-family: var(--mono); font-size: 9px; color: var(--ink-2); }
.flow-reading h2 { font-family: var(--display); font-style: italic; font-weight: 400; font-size: clamp(32px, 4.4vw, 44px); line-height: 1.05; letter-spacing: -0.015em; margin: 0 0 20px; position: relative; z-index: 2; }
.flow-reading h2 .dot { color: var(--tomato); }
.flow-reading .rd-body { position: relative; z-index: 2; font-family: var(--sans); font-size: 16.5px; line-height: 1.7; color: var(--ink); max-width: 62ch; }
.flow-reading .rd-body p { margin: 0 0 14px; }
.flow-reading .rd-body em, .flow-reading .rd-body q { font-family: var(--display); font-style: italic; color: var(--tomato); quotes: "“" "”"; }
.flow-reading .rd-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--rule-soft); position: relative; z-index: 2; }
.flow-reading .rd-col .h { font-family: var(--cond); font-weight: 700; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 10px; }
.flow-reading .rd-col.seen .h { color: var(--teal); }
.flow-reading .rd-col.unseen .h { color: var(--tomato); }
.flow-reading .rd-col p { font-family: var(--sans); font-size: 14px; line-height: 1.6; color: var(--ink-2); margin: 0; }

.flow-reading .rd-gap { margin-top: 44px; position: relative; }
.flow-reading .rd-gap .gap-eyebrow { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--tomato); font-weight: 700; margin-bottom: 14px; }
.flow-reading .rd-gap h3 { font-family: var(--display); font-style: italic; font-weight: 400; font-size: clamp(28px, 3.8vw, 38px); line-height: 1.1; letter-spacing: -0.015em; margin: 0 0 14px; max-width: 24ch; }
.flow-reading .rd-gap h3 .dot { color: var(--tomato); }
.flow-reading .rd-gap .gap-body { font-family: var(--sans); font-size: 15.5px; line-height: 1.65; color: var(--ink-2); max-width: 58ch; margin: 0 0 24px; }
.flow-reading .rd-gap .gap-cta { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.flow-reading .rd-gap .depth { margin-top: 22px; font-family: var(--sans); font-size: 14px; line-height: 1.6; color: var(--ink); max-width: 58ch; }
.flow-reading .rd-gap .depth em { font-family: var(--display); font-style: italic; color: var(--tomato); }
.flow-reading .emailed { display: flex; align-items: center; gap: 10px; margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--rule-soft); }
.flow-reading .emailed .pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--tomato); flex-shrink: 0; }
.flow-reading .emailed-txt { font-family: var(--cond); font-size: 13.5px; letter-spacing: 0.01em; color: var(--ink-2); }
.flow-reading .emailed-txt b { color: var(--ink); font-weight: 700; }

.flow-colophon {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  margin-top: 40px; padding-top: 16px; border-top: 1px solid var(--rule-soft);
  font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3);
}
.flow-colophon .restart { appearance: none; background: none; border: none; cursor: pointer; font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.flow-colophon .restart:hover { color: var(--tomato); }

.flow-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 16px 32px; border-top: 1px solid var(--ink);
  font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3);
}

@media (max-width: 700px) {
  .flow-mast { padding: 12px 20px; }
  .flow-mast .center { display: none; }
  .flow-body { padding: 0 20px; }
  .flow-screen { padding: 48px 0 72px; }
  .flow-qs-preview { flex-direction: column; gap: 16px; }
  .flow-hook .hook-blobs { display: none; }
  .flow-gate .fields { grid-template-columns: 1fr; }
  .flow-reading .reading-card { padding: 28px 22px; }
  .flow-reading .rd-cols { grid-template-columns: 1fr; }
  .flow-foot { padding: 14px 20px; }
}
