/*
 * Humavera — compiled design system
 * Extracted from the Claude Design export (Humavera-Workforce-OS-WP).
 * Token values are taken verbatim from the export's inline styles.
 */

/* ============================================================
   1. FONTS (self-hosted — no external CDN)
   ============================================================ */

/* Inter — variable, wght 400..700 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/inter-latin-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/inter-latin-ext-normal.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Fraunces — variable, wght 300..700, optical size axis */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/fraunces-latin-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/fraunces-latin-ext-normal.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/fraunces-latin-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/fraunces-latin-ext-italic.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* JetBrains Mono — variable, wght 400..700 */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/jetbrains-latin-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/jetbrains-latin-ext-normal.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ============================================================
   2. TOKENS
   ============================================================ */

:root {
  /* Palette — verbatim from export */
  --hv-ink: #0E1220;
  --hv-ink-raised: #12172A;   /* elevated surface on Ink (terminal/console cards) */
  --hv-paper: #FAFAFC;
  --hv-white: #FFFFFF;
  --hv-signal: #5B4CF5;
  --hv-signal-hover: #4638C9;
  --hv-signal-tint: #EEEBFE;
  --hv-slate: #5A6072;
  --hv-line: #E4E4EC;
  --hv-logo-ink: #111731;     /* logo artwork only — intentionally not --hv-ink */

  /* Status — "available today" (green) */
  --hv-go: #3ECF8E;           /* on Ink */
  --hv-go-solid: #157A42;     /* on Paper */
  --hv-go-bg: #E7F6EC;
  --hv-go-line: #BCE5CB;

  /* Status — "in development" (amber) */
  --hv-wip: #B4690E;
  --hv-wip-bg: #FDF3E1;
  --hv-wip-line: #F0D9AE;

  /* On-Ink text ramp */
  --hv-on-ink-80: rgba(255, 255, 255, 0.8);
  --hv-on-ink-72: rgba(255, 255, 255, 0.72);
  --hv-on-ink-66: rgba(255, 255, 255, 0.66);
  --hv-on-ink-60: rgba(255, 255, 255, 0.6);
  --hv-on-ink-55: rgba(255, 255, 255, 0.55);
  --hv-on-ink-45: rgba(255, 255, 255, 0.45);
  --hv-on-ink-40: rgba(255, 255, 255, 0.4);
  --hv-on-ink-line: rgba(255, 255, 255, 0.12);
  --hv-on-ink-border: rgba(255, 255, 255, 0.28);

  /* Type stack */
  --hv-serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --hv-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --hv-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  /* Spacing scale — the export's real rhythm */
  --hv-s1: 4px;
  --hv-s2: 8px;
  --hv-s3: 12px;
  --hv-s4: 16px;
  --hv-s5: 20px;
  --hv-s6: 24px;
  --hv-s7: 32px;
  --hv-s8: 40px;
  --hv-s9: 48px;
  --hv-s10: 56px;
  --hv-s11: 64px;
  --hv-s12: 72px;
  --hv-s13: 88px;
  --hv-s14: 96px;
  --hv-s15: 104px;
  --hv-s16: 128px;

  /* Layout — width tokens are CONTENT widths, exactly as the export uses them
     (its containers are content-box: max-width 1200 + 24px padding = 1248
     outer). We box-size border-box, so every container rule must add the two
     gutters on top of its token or all content renders 48px narrower than the
     export and headings wrap one word early. */
  --hv-container: 1200px;
  --hv-narrow: 800px;
  --hv-read: 720px;
  --hv-tight: 640px;
  --hv-gutter: 24px;

  /* Radii */
  --hv-r-sm: 6px;
  --hv-r-md: 10px;
  --hv-r-lg: 12px;
  --hv-r-xl: 14px;
  --hv-r-pill: 999px;

  --hv-shadow-menu: 0 24px 48px rgba(14, 18, 32, 0.10);
}

/* ============================================================
   3. RESET / BASE
   ============================================================ */

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

/* The export writes margin:0 inline on every text block and spaces things
   explicitly; UA default heading/paragraph margins therefore have no
   counterpart in the design and only add stray vertical space (they made the
   page ~100px taller than the reference). Editor content gets its rhythm
   back via .hv-prose. */
h1, h2, h3, h4, h5, h6, p { margin: 0; }

body {
  margin: 0;
  background: var(--hv-paper);
  color: var(--hv-ink);
  font-family: var(--hv-sans);
  font-size: 16px;
  /* No body line-height, matching the export: its default is `normal`, and it
     sets explicit line-heights only where designed (leads 1.6, notes 1.55,
     headings 1.02–1.1). A global 1.5 here inflated every unstyled element and
     made the page run ~330px taller than the reference. */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
}

a {
  color: var(--hv-signal);
  text-decoration: none;
}
a:hover { color: var(--hv-signal-hover); }

img, svg { max-width: 100%; }
img { height: auto; }

button { font: inherit; color: inherit; }

/* Visible focus everywhere — the export had none. */
:focus-visible {
  outline: 2px solid var(--hv-signal);
  outline-offset: 3px;
  border-radius: 4px;
}
.hv-ink :focus-visible,
.hv-nav__panel :focus-visible { outline-color: var(--hv-signal); }

.hv-sr {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hv-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 500;
  background: var(--hv-signal);
  color: var(--hv-white);
  padding: 12px 20px;
  border-radius: 0 0 var(--hv-r-md) 0;
  font-size: 14px;
  font-weight: 600;
}
.hv-skip:focus {
  left: 0;
  color: var(--hv-white);
}

/* ============================================================
   4. LAYOUT PRIMITIVES
   ============================================================ */

.hv-container { max-width: calc(var(--hv-container) + 2 * var(--hv-gutter)); margin: 0 auto; padding-left: var(--hv-gutter); padding-right: var(--hv-gutter); }
.hv-container--narrow { max-width: calc(var(--hv-narrow) + 2 * var(--hv-gutter)); }
.hv-container--read { max-width: calc(var(--hv-read) + 2 * var(--hv-gutter)); }
.hv-container--tight { max-width: calc(var(--hv-tight) + 2 * var(--hv-gutter)); }

.hv-section { background: var(--hv-paper); }
.hv-section--ink { background: var(--hv-ink); color: var(--hv-white); }
.hv-section--top { border-top: 1px solid var(--hv-line); }
.hv-section--ink-top { border-top: 1px solid rgba(255, 255, 255, 0.08); }

/* Vertical rhythm helpers — named for the export's actual paddings */
.hv-pad-96 { padding-top: var(--hv-s14); padding-bottom: var(--hv-s14); }
.hv-pad-104 { padding-top: var(--hv-s15); padding-bottom: var(--hv-s15); }
.hv-pad-88 { padding-top: var(--hv-s13); padding-bottom: var(--hv-s13); }
.hv-pad-72 { padding-top: var(--hv-s12); padding-bottom: var(--hv-s12); }

.hv-center { text-align: center; }
.hv-spacer { flex: 1; }

/* ============================================================
   5. TYPE
   ============================================================ */

.hv-eyebrow {
  font-family: var(--hv-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--hv-signal);
  margin-bottom: var(--hv-s6);
}
.hv-kicker {
  font-family: var(--hv-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--hv-slate);
  margin-bottom: 18px;
}
.hv-kicker--on-ink { color: var(--hv-on-ink-45); }
.hv-label {
  font-family: var(--hv-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--hv-slate);
}
.hv-label--signal { color: var(--hv-signal); }
.hv-label--on-ink { color: var(--hv-on-ink-55); }

.hv-display,
.hv-h1, .hv-h2, .hv-h3 {
  font-family: var(--hv-serif);
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 0;
  /* No text-wrap: balance — the export wraps greedily (browser default), and
     balance moves headline breaks a word earlier than the reference. */
}
.hv-display { font-size: 68px; line-height: 1.02; letter-spacing: -0.015em; }
.hv-h1 { font-size: 64px; line-height: 1.05; letter-spacing: -0.015em; }
.hv-h1--60 { font-size: 60px; }
.hv-h1--52 { font-size: 52px; line-height: 1.05; }
.hv-h1--44 { font-size: 44px; line-height: 1.1; }
.hv-h2 { font-size: 52px; line-height: 1.06; }
.hv-h2--60 { font-size: 60px; line-height: 1.05; }
.hv-h2--54 { font-size: 54px; line-height: 1.05; }
.hv-h2--46 { font-size: 46px; line-height: 1.06; }
.hv-h2--44 { font-size: 44px; line-height: 1.08; }
.hv-h2--42 { font-size: 42px; line-height: 1.08; }
.hv-h2--40 { font-size: 40px; line-height: 1.08; }
.hv-h3 { font-size: 28px; line-height: 1.15; }
.hv-h3--27 { font-size: 27px; }
.hv-h3--26 { font-size: 26px; }
.hv-h3--22 { font-size: 22px; }

/* The export sets <em> inside display type to weight 400 (a lighter italic cut). */
.hv-display em, .hv-h1 em, .hv-h2 em, .hv-h3 em { font-weight: 400; }

.hv-lead {
  font-size: 18px;
  line-height: 1.6;
  color: var(--hv-slate);
  margin: 0;
  text-wrap: pretty;
}
.hv-lead--17 { font-size: 17px; }
.hv-lead--16 { font-size: 16px; line-height: 1.65; }
.hv-lead--on-ink { color: var(--hv-on-ink-66); }

.hv-body { font-size: 15px; line-height: 1.6; color: var(--hv-slate); }
.hv-body--sm { font-size: 14px; line-height: 1.6; }
.hv-mono { font-family: var(--hv-mono); }

.hv-stat {
  font-family: var(--hv-mono);
  font-size: 64px;
  font-weight: 600;
  color: var(--hv-signal);
  letter-spacing: -0.02em;
}
.hv-stat--40 { font-size: 40px; }
.hv-stat__label {
  font-size: 15px;
  line-height: 1.55;
  color: var(--hv-slate);
  margin-top: var(--hv-s3);
  max-width: 280px;
}

/* ============================================================
   6. BUTTONS
   ============================================================ */

.hv-btn {
  display: inline-block;
  font-family: var(--hv-sans);
  font-size: 15px;
  font-weight: 600;
  padding: 14px 26px;
  border-radius: var(--hv-r-md);
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
  transition: background 200ms, color 200ms, border-color 200ms;
}
.hv-btn--primary { background: var(--hv-signal); color: var(--hv-white); }
.hv-btn--primary:hover { background: var(--hv-signal-hover); color: var(--hv-white); }

.hv-btn--ghost { color: var(--hv-signal); border-color: var(--hv-signal); background: transparent; }
.hv-btn--ghost:hover { background: var(--hv-signal-tint); color: var(--hv-signal-hover); }

/* Ghost on Ink — the export uses a translucent white border here. */
.hv-btn--ghost-ink { color: var(--hv-white); border-color: var(--hv-on-ink-border); background: transparent; }
.hv-btn--ghost-ink:hover { border-color: var(--hv-signal); color: var(--hv-white); }

.hv-btn--block { display: block; width: 100%; }
.hv-btn--sm { font-size: 14px; padding: 12px 0; }

.hv-btn-row { display: flex; gap: 14px; flex-wrap: wrap; }
.hv-btn-row--center { justify-content: center; }

.hv-arrow-link { font-size: 15px; font-weight: 600; color: var(--hv-signal); }
.hv-arrow-link--sm { font-size: 14px; }
.hv-arrow-link--muted { color: var(--hv-slate); }
.hv-arrow-link--muted:hover { color: var(--hv-signal); }

/* ============================================================
   7. CARDS
   ============================================================ */

.hv-card {
  border: 1px solid var(--hv-line);
  border-radius: var(--hv-r-lg);
  padding: 36px;
  background: transparent;
}
.hv-card--white { background: var(--hv-white); }
.hv-card--tint { background: var(--hv-signal-tint); }
.hv-card--signal { border-color: var(--hv-signal); background: var(--hv-white); }
.hv-card--pad-32 { padding: 32px; }
.hv-card--pad-28 { padding: 28px; }
.hv-card--pad-44 { padding: 44px; }
.hv-card--link { display: block; transition: border-color 200ms; }
.hv-card--link:hover { border-color: var(--hv-signal); }

.hv-card--ink {
  background: var(--hv-ink-raised);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--hv-r-lg);
  padding: 28px;
}
.hv-card--ink.hv-card--link:hover { border-color: var(--hv-signal); }

.hv-card__title {
  font-family: var(--hv-serif);
  font-size: 27px;
  font-weight: 500;
  color: var(--hv-ink);
  margin-bottom: var(--hv-s3);
}
.hv-card__desc { font-size: 14.5px; line-height: 1.6; color: var(--hv-slate); margin-bottom: var(--hv-s4); }

/* ============================================================
   8. GRIDS
   ============================================================ */

.hv-grid { display: grid; gap: var(--hv-s6); }
.hv-grid--2 { grid-template-columns: 1fr 1fr; }
.hv-grid--3 { grid-template-columns: repeat(3, 1fr); }
.hv-grid--4 { grid-template-columns: repeat(4, 1fr); gap: var(--hv-s5); }
.hv-grid--gap-20 { gap: var(--hv-s5); }
.hv-grid--gap-48 { gap: var(--hv-s9); }

.hv-split { display: grid; gap: var(--hv-s11); align-items: center; }
.hv-split--hero { grid-template-columns: 0.9fr 1.1fr; gap: 56px; max-width: calc(1320px + 2 * var(--hv-gutter)); }
.hv-split--vera { grid-template-columns: 1fr 1.1fr; }
.hv-split--pricing { grid-template-columns: 0.9fr 1.1fr; align-items: start; }
.hv-split--trust { grid-template-columns: 1.2fr 1fr; }

/* Alternating capability rows (journey + technology pages) */
.hv-row {
  display: flex;
  gap: var(--hv-s11);
  align-items: center;
}
.hv-row--reverse { flex-direction: row-reverse; }
.hv-row__text { flex: 1; min-width: 0; }
.hv-row__visual { flex: 1.05; min-width: 0; }

/* ============================================================
   9. TICK / DASH LISTS
   ============================================================ */

.hv-list { display: flex; flex-direction: column; gap: var(--hv-s3); }
.hv-list--gap-16 { gap: var(--hv-s4); }
.hv-list__item {
  display: flex;
  gap: var(--hv-s3);
  font-size: 15px;
  line-height: 1.5;
  color: var(--hv-slate);
}
.hv-list__item--on-ink { color: var(--hv-on-ink-80); }
.hv-list__mark { color: var(--hv-signal); flex-shrink: 0; }
.hv-list__mark--dash { color: var(--hv-line); }
.hv-list__mark--dash-ink { color: rgba(255, 255, 255, 0.35); }
.hv-list__mark--num { color: var(--hv-signal); font-family: var(--hv-mono); }

/* ============================================================
   10. STATUS BADGES
   ============================================================ */


/* Available today */

/* In development */

/* Pill used for categories / mock chrome */
.hv-pill {
  font-family: var(--hv-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--hv-signal);
  background: var(--hv-signal-tint);
  display: inline-block;
  border-radius: var(--hv-r-pill);
  padding: 4px 12px;
}
.hv-pill--solid { background: var(--hv-signal); color: var(--hv-white); }

.hv-chip {
  font-family: var(--hv-mono);
  font-size: 13px;
  color: var(--hv-ink);
  background: var(--hv-white);
  border: 1px solid var(--hv-line);
  border-radius: var(--hv-r-pill);
  padding: 12px 22px;
  transition: border-color 200ms, background 200ms;
}
.hv-chip:hover { border-color: var(--hv-signal); background: var(--hv-signal-tint); }
.hv-chip-row { display: flex; flex-wrap: wrap; gap: var(--hv-s3); }

.hv-trust-pill {
  font-family: var(--hv-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--hv-on-ink-72);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--hv-r-pill);
  padding: 6px 14px;
}

/* ============================================================
   11. HEADER / NAV
   ============================================================ */

.hv-header {
  position: relative;
  z-index: 200;
  background: var(--hv-paper);
  border-bottom: 1px solid var(--hv-line);
  font-family: var(--hv-sans);
}
.hv-header__bar {
  max-width: calc(var(--hv-container) + 2 * var(--hv-gutter));
  margin: 0 auto;
  height: 88px;
  display: flex;
  align-items: center;
  gap: var(--hv-s4);
  padding: 0 var(--hv-gutter);
}
.hv-header__logo { display: flex; align-items: center; flex-shrink: 0; margin-right: var(--hv-s2); }
/* Display lives on the per-variant classes so the mobile swap below can win;
   a `.hv-header__logo img/svg` rule would out-rank `.hv-logo-mark { display: none }`. */
.hv-logo-full { display: block; height: 44px; width: auto; }
.hv-logo-mark { display: none; height: 38px; width: auto; }

/* On desktop the drawer contributes no box — nav and actions sit directly in
   the bar's flex row, exactly as before the drawer existed. The mobile block
   below turns it into the burger dropdown. */
.hv-header__drawer { display: contents; }

.hv-nav { display: flex; gap: 0; flex: 1; align-items: center; }

/* Deliberately not positioned: the mega panels anchor to .hv-header
   (position: relative) so left/right:0 spans the full header width,
   exactly as the export's panels do. */
.hv-nav__item {}

.hv-nav__link,
.hv-nav__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--hv-ink);
  padding: 8px 10px;
  border-radius: var(--hv-r-sm);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  transition: background 150ms;
}
.hv-nav__link:hover,
.hv-nav__toggle:hover,
.hv-nav__toggle[aria-expanded='true'] { background: var(--hv-signal-tint); color: var(--hv-ink); }

.hv-nav__caret { color: var(--hv-slate); font-size: 10px; transition: transform 200ms; }
.hv-nav__toggle[aria-expanded='true'] .hv-nav__caret { transform: rotate(180deg); }

.hv-header__actions { display: flex; align-items: center; gap: var(--hv-s2); flex-shrink: 0; }
.hv-header__signin {
  white-space: nowrap;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--hv-ink);
  padding: 8px;
}
.hv-header__signin:hover { color: var(--hv-signal); }
.hv-header__cta {
  white-space: nowrap;
  font-size: 13.5px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 9px;
}
.hv-header__cta--ghost { color: var(--hv-signal); border: 1px solid var(--hv-signal); padding: 7px 14px; }
.hv-header__cta--ghost:hover { background: var(--hv-signal-tint); color: var(--hv-signal-hover); }
.hv-header__cta--solid { color: var(--hv-white); background: var(--hv-signal); }
.hv-header__cta--solid:hover { background: var(--hv-signal-hover); color: var(--hv-white); }

/* Mega panels */
.hv-nav__panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--hv-paper);
  border-bottom: 1px solid var(--hv-line);
  box-shadow: var(--hv-shadow-menu);
  display: none;
}
.hv-nav__panel[data-open='true'] { display: block; }

.hv-nav__panel-inner {
  max-width: calc(var(--hv-container) + 2 * var(--hv-gutter));
  margin: 0 auto;
  padding: var(--hv-s7) var(--hv-gutter);
}
/* Two-zone Platform panel */
.hv-nav__panel-inner--platform { display: grid; grid-template-columns: 1fr 300px; gap: var(--hv-s9); }
.hv-nav__panel-inner--solutions { display: grid; grid-template-columns: 1fr 1fr; gap: var(--hv-s9); }
.hv-nav__panel-inner--list {
  padding: var(--hv-gutter);
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 320px;
}
.hv-nav__zone--tech { border-left: 1px solid var(--hv-line); padding-left: var(--hv-s7); }

.hv-nav__journey { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: var(--hv-s2); }
.hv-nav__journey-item {
  display: block;
  padding: 14px;
  border-radius: var(--hv-r-md);
  border: 1px solid transparent;
}
.hv-nav__journey-item:hover { background: var(--hv-signal-tint); }
.hv-nav__journey-label {
  display: block; /* spans — must stack label over desc as the export's divs do */
  font-family: var(--hv-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--hv-signal);
  margin-bottom: 6px;
}
.hv-nav__journey-desc { display: block; font-size: 13px; line-height: 1.45; color: var(--hv-slate); }

.hv-nav__col { display: flex; flex-direction: column; gap: 2px; }
.hv-nav__col--gap-4 { gap: var(--hv-s1); }
.hv-nav__panel-link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--hv-ink);
  padding: 9px 12px;
  border-radius: var(--hv-r-sm);
}
.hv-nav__panel-link:hover { background: var(--hv-signal-tint); color: var(--hv-ink); }
.hv-nav__panel-cta {
  font-size: 14px;
  font-weight: 600;
  color: var(--hv-signal);
  padding: 12px 12px 4px;
}

/* Mobile toggle — not in the export; added for the responsive requirement. */
.hv-burger {
  display: none;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid var(--hv-line);
  border-radius: var(--hv-r-sm);
  cursor: pointer;
}
.hv-burger__box { display: block; width: 18px; height: 12px; position: relative; }
.hv-burger__box span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--hv-ink);
  border-radius: 2px;
  transition: transform 200ms, opacity 200ms;
}
.hv-burger__box span:nth-child(1) { top: 0; }
.hv-burger__box span:nth-child(2) { top: 5px; }
.hv-burger__box span:nth-child(3) { top: 10px; }
.hv-burger[aria-expanded='true'] .hv-burger__box span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.hv-burger[aria-expanded='true'] .hv-burger__box span:nth-child(2) { opacity: 0; }
.hv-burger[aria-expanded='true'] .hv-burger__box span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

/* ============================================================
   12. FOOTER
   ============================================================ */

.hv-footer { background: var(--hv-ink); color: var(--hv-white); font-family: var(--hv-sans); }
.hv-footer__inner { max-width: calc(var(--hv-container) + 2 * var(--hv-gutter)); margin: 0 auto; padding: var(--hv-s12) var(--hv-gutter) var(--hv-s8); }
.hv-footer__cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--hv-s8); }
.hv-footer__col-title {
  font-family: var(--hv-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--hv-on-ink-45);
  margin-bottom: 18px;
}
.hv-footer__links { display: flex; flex-direction: column; gap: 10px; /* export: 10px, off the 4px scale */ list-style: none; margin: 0; padding: 0; }
.hv-footer__links a { font-size: 14px; color: var(--hv-on-ink-72); }
.hv-footer__links a:hover { color: var(--hv-white); }

.hv-footer__base {
  margin-top: var(--hv-s11);
  padding-top: 36px;
  border-top: 1px solid var(--hv-on-ink-line);
  display: flex;
  align-items: center;
  gap: var(--hv-s7);
  flex-wrap: wrap;
}
.hv-footer__logo { display: flex; align-items: center; flex-shrink: 0; }
.hv-footer__logo img { height: 60px; width: auto; display: block; }
.hv-footer__tagline { font-size: 14px; color: var(--hv-on-ink-55); }
.hv-footer__tagline em { font-family: var(--hv-serif); }
.hv-footer__badges { display: flex; gap: var(--hv-s3); }
.hv-footer__copy { font-size: 13px; color: var(--hv-on-ink-40); }
.hv-footer__legal { display: flex; gap: var(--hv-s4); flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.hv-footer__legal a { font-size: 13px; color: var(--hv-on-ink-40); }
.hv-footer__legal a:hover { color: var(--hv-white); }

/* ============================================================
   13. TERMINAL / VERA CONSOLE
   ============================================================ */

.hv-term {
  background: var(--hv-ink-raised);
  border: 1px solid rgba(91, 76, 245, 0.35);
  border-radius: var(--hv-r-xl);
  overflow: hidden;
  font-family: var(--hv-mono);
  font-size: 13px;
  line-height: 1.6;
}
.hv-term--hero { min-height: 460px; }
.hv-term--plain {
  border-color: rgba(255, 255, 255, 0.1);
  padding: var(--hv-s6);
  font-size: 12.5px;
}
.hv-term--pad { border-color: rgba(91, 76, 245, 0.3); padding: 26px 28px; color: var(--hv-white); font-size: 13px; line-height: 1.65; }

.hv-term__chrome {
  display: flex;
  align-items: center;
  gap: var(--hv-s2);
  padding: 12px var(--hv-s4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.hv-term__dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: inline-block;
}
.hv-term__title { margin-left: var(--hv-s2); font-size: 11px; letter-spacing: 0.1em; color: var(--hv-on-ink-45); }
.hv-term__body { padding: var(--hv-s5) 22px var(--hv-s6); }
.hv-term__prompt { color: var(--hv-on-ink-45); margin-bottom: 6px; }
.hv-term__typed { color: var(--hv-white); min-height: 63px; margin-bottom: var(--hv-s4); }
.hv-term__caret {
  display: inline-block;
  width: 8px; height: 15px;
  background: var(--hv-signal);
  vertical-align: -2px;
  margin-left: 2px;
  animation: hvBlink 900ms step-end infinite;
}
.hv-term__step { display: flex; gap: var(--hv-s3); margin-bottom: var(--hv-s2); }
.hv-term__step-text { color: var(--hv-on-ink-78, rgba(255, 255, 255, 0.78)); }
.hv-term__mark--done { color: var(--hv-go); }
.hv-term__mark--active { color: var(--hv-signal); }
.hv-term__steps { display: flex; flex-direction: column; gap: 7px; color: rgba(255, 255, 255, 0.78); }
.hv-term__steps--8 { gap: var(--hv-s2); color: rgba(255, 255, 255, 0.78); }

.hv-term__plan {
  margin: 14px 0 6px;
  border: 1px solid var(--hv-signal);
  border-radius: var(--hv-r-md);
  padding: 14px var(--hv-s4);
  background: rgba(91, 76, 245, 0.12);
  position: relative;
}
.hv-term__plan--pulse { animation: hvPulse 900ms ease-out 1; }
.hv-term__plan-row { display: flex; align-items: center; justify-content: space-between; gap: var(--hv-s3); }
.hv-term__plan-label { font-size: 11px; letter-spacing: 0.16em; color: var(--hv-signal); margin-bottom: var(--hv-s1); }
.hv-term__plan-desc { color: var(--hv-white); font-size: 12.5px; }
.hv-term__approve-tag {
  position: absolute;
  top: -11px;
  right: 14px;
  background: var(--hv-signal);
  color: var(--hv-white);
  font-size: 10px;
  letter-spacing: 0.14em;
  padding: 3px var(--hv-s2) 3px 10px;
  border-radius: var(--hv-r-pill);
}
.hv-term__btn {
  flex-shrink: 0;
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 8px 14px;
  border-radius: var(--hv-r-sm);
  background: var(--hv-signal);
  color: var(--hv-white);
  border: 1px solid transparent;
  transition: background 200ms, color 200ms, border-color 200ms;
}
.hv-term__btn[data-approved='true'] {
  background: rgba(62, 207, 142, 0.15);
  color: var(--hv-go);
  border-color: rgba(62, 207, 142, 0.4);
}
.hv-term__confirm { margin-top: 14px; color: var(--hv-go); }

.hv-rule { width: 44px; height: 2px; background: var(--hv-signal); margin-bottom: 14px; }
.hv-kicker-line { font-size: 18px; font-weight: 600; color: var(--hv-signal); }

/* ============================================================
   14. JOURNEY BAND
   ============================================================ */

.hv-band {
  display: flex;
  align-items: center;
  border: 1px solid var(--hv-line);
  border-radius: var(--hv-r-lg);
  overflow: hidden;
}
.hv-band__stage {
  flex: 1;
  text-align: center;
  padding: 22px var(--hv-s2);
  font-family: var(--hv-mono);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  white-space: pre;
  background: var(--hv-white);
  color: var(--hv-ink);
  transition: background 300ms, color 300ms;
}
.hv-band__stage + .hv-band__stage { border-left: 1px solid var(--hv-line); }
.hv-band__stage:hover { background: var(--hv-signal-tint); color: var(--hv-signal); }

/* Solid current stage — used on the journey/technology pages */
.hv-band__stage--current { background: var(--hv-signal); color: var(--hv-white); }
.hv-band__stage--current:hover { background: var(--hv-signal-hover); color: var(--hv-white); }

/* Tinted auto-cycling stage — used on the homepage */
.hv-band--home .hv-band__stage { padding: 26px var(--hv-s2); font-size: 14px; }
.hv-band--home .hv-band__stage[data-active='true'] { background: var(--hv-signal-tint); color: var(--hv-signal); }

.hv-band__ends { display: flex; justify-content: space-between; margin-top: var(--hv-s4); padding: 0 var(--hv-s2); }
.hv-band__ends span { font-size: 13px; color: var(--hv-slate); }

.hv-prevnext { display: flex; justify-content: space-between; align-items: center; gap: var(--hv-s6); }

/* ============================================================
   15. UI MOCK (browser frame + bars)
   ============================================================ */

.hv-mock { background: var(--hv-white); border: 1px solid var(--hv-line); border-radius: var(--hv-r-lg); overflow: hidden; }
.hv-mock__chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 11px 14px;
  border-bottom: 1px solid var(--hv-line);
  background: var(--hv-paper);
}
.hv-mock__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--hv-line); display: inline-block; }
.hv-mock__url {
  flex: 1;
  margin: 0 var(--hv-s6);
  background: var(--hv-white);
  border: 1px solid var(--hv-line);
  border-radius: var(--hv-r-sm);
  font-family: var(--hv-mono);
  font-size: 10.5px;
  color: var(--hv-slate);
  padding: 4px var(--hv-s3);
  text-align: center;
}
.hv-mock__body { padding: var(--hv-s5) 22px; min-height: 240px; }
.hv-mock__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.hv-mock__title { font-family: var(--hv-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--hv-ink); font-weight: 600; }
.hv-mock__cols { display: flex; gap: var(--hv-s5); }
.hv-mock__rows { flex: 1.3; display: flex; flex-direction: column; gap: var(--hv-s3); }
.hv-mock__row { display: flex; align-items: center; gap: var(--hv-s3); }
.hv-mock__avatar { width: 20px; height: 20px; border-radius: 50%; background: var(--hv-signal-tint); flex-shrink: 0; }
.hv-mock__lines { flex: 1; }
.hv-mock__line { height: 6px; border-radius: 3px; background: var(--hv-line); margin-bottom: 5px; }
.hv-mock__line--strong { height: 8px; background: var(--hv-ink); opacity: 0.85; }
.hv-mock__val { font-family: var(--hv-mono); font-size: 10.5px; color: var(--hv-signal); }
.hv-mock__chart { flex: 1; border-left: 1px solid var(--hv-line); padding-left: var(--hv-s5); }
.hv-mock__chart-label { font-family: var(--hv-mono); font-size: 10px; letter-spacing: 0.12em; color: var(--hv-slate); margin-bottom: var(--hv-s3); }
.hv-mock__bars { display: flex; align-items: flex-end; gap: var(--hv-s2); height: 110px; }
.hv-mock__bar { flex: 1; border-radius: var(--hv-s1) var(--hv-s1) 0 0; background: var(--hv-signal-tint); }
.hv-mock__bar--hot { background: var(--hv-signal); }

/* Product screenshot card — real captures replace the CSS mock when a
   'shot' file is supplied to template-parts/ui-mock. Plain framed card with a
   mono caption; the hover lift echoes the linked cards elsewhere. */
.hv-shotcard { margin: 0; }
.hv-shotcard__frame {
  border: 1px solid #E4E4EC;
  border-radius: 12px;
  overflow: hidden;
  background: var(--hv-white);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}
.hv-shotcard__img { display: block; width: 100%; height: auto; }
.hv-shotcard__frame:hover {
  border-color: #5B4CF5;
  box-shadow: 0 18px 40px -14px rgba(14, 18, 32, 0.28);
  transform: translateY(-3px);
}
.hv-shotcard__cap {
  font-family: var(--hv-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #5A6072;
  margin: 10px 0 0;
}

/* Brand panels — dependency-free replacements for the remaining CSS wireframe
   mocks where no real screenshot exists (scenario/list, API terminal, pricing).
   Rules lifted verbatim from the brand-panels.html handoff; kept here (rather
   than an inline <style>) so a page can host the pattern more than once without
   duplicating CSS. */
.hv-panel-comp{background:#0E1220;border-radius:12px;padding:36px 40px;box-shadow:0 20px 44px rgba(14,18,32,0.18)}
.hv-comp-head{display:flex;align-items:center;gap:10px;margin-bottom:24px}
.hv-comp-dot{width:6px;height:6px;border-radius:50%;background:#5B4CF5}
.hv-comp-label{font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.2em;color:rgba(255,255,255,0.45)}
.hv-comp-rows{display:flex;flex-direction:column;gap:14px}
.hv-comp-row{display:flex;gap:14px;align-items:baseline;font-family:'JetBrains Mono',monospace;font-size:14.5px;line-height:1.5;color:rgba(255,255,255,0.85)}
.hv-comp-row span:first-child{color:#5B4CF5;flex-shrink:0}
.hv-comp-rule{width:36px;height:2px;background:#5B4CF5;margin-top:28px}
.hv-panel-code{background:#12172A;border:1px solid rgba(91,76,245,0.35);border-radius:12px;overflow:hidden;box-shadow:0 20px 44px rgba(14,18,32,0.18);font-family:'JetBrains Mono',monospace}
.hv-code-head{display:flex;justify-content:space-between;align-items:center;padding:12px 18px;border-bottom:1px solid rgba(255,255,255,0.08);font-size:10px;letter-spacing:0.16em;color:rgba(255,255,255,0.45)}
.hv-badge-green{font-size:9.5px;letter-spacing:0.12em;color:#3ECF8E;background:rgba(62,207,142,0.12);border:1px solid rgba(62,207,142,0.3);border-radius:999px;padding:3px 10px}
.hv-code-body{padding:22px 24px;font-size:12.5px;line-height:1.7;color:rgba(255,255,255,0.78)}
.hv-sig{color:#5B4CF5}.hv-green{color:#3ECF8E}.hv-dim{color:rgba(255,255,255,0.4)}.hv-indent{padding-left:18px;margin-bottom:12px}
.hv-code-foot{padding:16px 24px;border-top:1px solid rgba(255,255,255,0.08)}
.hv-code-footlabel{font-size:10px;letter-spacing:0.16em;color:rgba(255,255,255,0.45);margin-bottom:12px}
.hv-event-chips{display:flex;flex-wrap:wrap;gap:8px}
.hv-event-chips span{font-size:11.5px;color:rgba(255,255,255,0.8);border:1px solid rgba(255,255,255,0.18);border-radius:999px;padding:5px 12px}
.hv-panel-pricing{background:#0E1220;border-radius:12px;padding:36px 40px;box-shadow:0 20px 44px rgba(14,18,32,0.18);font-family:'JetBrains Mono',monospace}
.hv-pricing-label{font-size:10px;letter-spacing:0.2em;color:rgba(255,255,255,0.45);margin-bottom:26px}
.hv-tier{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid rgba(255,255,255,0.1);padding-bottom:16px;margin-bottom:18px}
.hv-tier span{font-size:12px;letter-spacing:0.14em;color:rgba(255,255,255,0.7)}
.hv-tier b{font-size:26px;font-weight:600;color:#fff}
.hv-tier-hot span,.hv-tier-hot b{color:#5B4CF5}
.hv-tier-last{border-bottom:none;margin-bottom:0}
.hv-pricing-note{font-size:11px;color:rgba(255,255,255,0.45);margin-top:24px}

/* ============================================================
   16. PRICING
   ============================================================ */

.hv-price-card {
  position: relative;
  border-radius: var(--hv-r-lg);
  padding: 32px 28px;
  background: var(--hv-white);
  border: 1px solid var(--hv-line);
  display: flex;
  flex-direction: column;
}
.hv-price-card--popular { border: 1.5px solid var(--hv-signal); box-shadow: 0 0 0 4px var(--hv-signal-tint); }
.hv-price-card__flag {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--hv-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  background: var(--hv-signal);
  color: var(--hv-white);
  border-radius: var(--hv-r-pill);
  padding: 5px 14px;
  white-space: nowrap;
}
.hv-price-card__name { font-family: var(--hv-mono); font-size: 12px; letter-spacing: 0.16em; color: var(--hv-slate); margin-bottom: var(--hv-s5); }
.hv-price-card__price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 6px; }
.hv-price-card__amount { font-family: var(--hv-mono); font-size: 44px; font-weight: 600; color: var(--hv-signal); }
.hv-price-card__per { font-size: 13px; color: var(--hv-slate); }
.hv-price-card__sub { font-size: 13px; color: var(--hv-slate); margin-bottom: var(--hv-s6); min-height: 34px; }
.hv-price-card__divider { height: 1px; background: var(--hv-line); margin: var(--hv-s6) 0; }
.hv-price-card__includes { font-size: 12.5px; font-weight: 600; color: var(--hv-ink); margin-bottom: 14px; }
.hv-price-card__features { display: flex; flex-direction: column; gap: 11px; }
.hv-price-card__feature { display: flex; gap: 9px; font-size: 13.5px; line-height: 1.45; color: var(--hv-slate); }

.hv-packs { border: 1px solid var(--hv-line); border-radius: var(--hv-r-lg); overflow: hidden; background: var(--hv-white); }
.hv-packs__head,
.hv-packs__row { display: grid; grid-template-columns: 1fr 1fr 1fr; border-bottom: 1px solid var(--hv-line); }
.hv-packs__head { padding: 14px var(--hv-s6); font-family: var(--hv-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--hv-slate); }
.hv-packs__row { padding: var(--hv-s4) var(--hv-s6); font-size: 14px; align-items: center; }
.hv-packs__row:hover { background: var(--hv-signal-tint); }
.hv-packs__name { font-weight: 600; color: var(--hv-ink); }
.hv-packs__credits { font-family: var(--hv-mono); color: var(--hv-slate); }
.hv-packs__price { font-family: var(--hv-mono); color: var(--hv-signal); font-weight: 600; text-align: right; }
.hv-packs__note { padding: 14px var(--hv-s6); font-size: 12.5px; color: var(--hv-slate); }
.hv-packs__head > :last-child { text-align: right; }

/* ============================================================
   17. FAQ ACCORDION
   ============================================================ */

.hv-faq { display: flex; flex-direction: column; }
.hv-faq__item { border-top: 1px solid var(--hv-line); }
.hv-faq:after { content: ''; border-top: 1px solid var(--hv-line); }
.hv-faq__q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--hv-s4);
  padding: 22px var(--hv-s1);
  cursor: pointer;
  width: 100%;
  background: none;
  border: 0;
  text-align: left;
  font-family: inherit;
  font-size: 16.5px;
  font-weight: 600;
  color: var(--hv-ink);
}
.hv-faq__q:hover { color: var(--hv-signal); }
.hv-faq__sign { font-family: var(--hv-mono); font-size: 18px; color: var(--hv-signal); flex-shrink: 0; }
.hv-faq__a {
  font-size: 15px;
  line-height: 1.65;
  color: var(--hv-slate);
  padding: 0 var(--hv-s1) var(--hv-s6);
  max-width: 640px;
}
.hv-faq__item[data-open='false'] .hv-faq__a { display: none; }

/* ============================================================
   18. COMPARISON TABLE
   ============================================================ */

.hv-compare { border: 1px solid var(--hv-line); border-radius: var(--hv-r-lg); overflow: hidden; background: var(--hv-white); }
.hv-compare__scroll { overflow-x: auto; }
.hv-compare table { width: 100%; border-collapse: collapse; min-width: 640px; }
.hv-compare th,
.hv-compare td { text-align: left; padding: 18px var(--hv-s6); border-bottom: 1px solid var(--hv-line); vertical-align: top; }
.hv-compare tr:last-child th,
.hv-compare tr:last-child td { border-bottom: 0; }
.hv-compare thead th {
  font-family: var(--hv-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--hv-slate);
  font-weight: 400;
  background: var(--hv-paper);
}
.hv-compare thead th.is-humavera { color: var(--hv-signal); font-weight: 600; }
.hv-compare tbody th { font-size: 14px; font-weight: 600; color: var(--hv-ink); }
.hv-compare td { font-size: 14px; line-height: 1.55; color: var(--hv-slate); }
.hv-compare td.is-humavera { color: var(--hv-ink); background: rgba(238, 235, 254, 0.4); }

/* ============================================================
   19. BLOG
   ============================================================ */

.hv-post-card { display: block; border: 1px solid var(--hv-line); border-radius: var(--hv-r-lg); overflow: hidden; background: var(--hv-white); transition: border-color 200ms; }
.hv-post-card:hover { border-color: var(--hv-signal); }
.hv-post-card__cover {
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--hv-s6);
  background: var(--hv-ink);
}
.hv-post-card__cover-text {
  font-family: var(--hv-serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  white-space: pre-line;
  font-style: italic;
  color: var(--hv-white);
}
/* Alternate typographic cover — Signal-tint ground, Signal ink */
.hv-post-card__cover[data-cover='tint'] { background: var(--hv-signal-tint); }
.hv-post-card__cover[data-cover='tint'] .hv-post-card__cover-text { color: var(--hv-signal); }
.hv-post-card__body { padding: 22px var(--hv-s6); }
.hv-post-card__title { font-size: 17px; font-weight: 600; color: var(--hv-ink); line-height: 1.35; margin: 0 0 var(--hv-s2); }
.hv-post-card__excerpt { font-size: 13.5px; line-height: 1.55; color: var(--hv-slate); margin-bottom: var(--hv-s3); }
.hv-post-card__meta { font-family: var(--hv-mono); font-size: 11px; color: var(--hv-slate); }

.hv-filters { display: flex; justify-content: center; gap: var(--hv-s2); flex-wrap: wrap; }
.hv-filter {
  font-family: var(--hv-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 9px 18px;
  border-radius: var(--hv-r-pill);
  background: var(--hv-white);
  color: var(--hv-ink);
  border: 1px solid var(--hv-line);
}
.hv-filter:hover { border-color: var(--hv-signal); color: var(--hv-signal); }
.hv-filter[aria-current='true'] { background: var(--hv-signal); color: var(--hv-white); border-color: var(--hv-signal); }

/* Reading column */
.hv-prose { font-size: 17px; line-height: 1.75; color: var(--hv-ink); }
.hv-prose > * { margin: 0 0 22px; }
.hv-prose > :last-child { margin-bottom: 0; }
.hv-prose h2 { font-family: var(--hv-serif); font-size: 30px; font-weight: 500; line-height: 1.15; margin: 44px 0 var(--hv-s4); }
.hv-prose h3 { font-family: var(--hv-serif); font-size: 23px; font-weight: 500; line-height: 1.2; margin: var(--hv-s7) 0 var(--hv-s3); }
.hv-prose a { font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.hv-prose strong { font-weight: 600; }
.hv-prose ul, .hv-prose ol { padding-left: 22px; }
.hv-prose li { margin-bottom: var(--hv-s3); }
.hv-prose blockquote {
  margin: var(--hv-s7) 0;
  padding: 0 0 0 var(--hv-s6);
  border-left: 2px solid var(--hv-signal);
  font-family: var(--hv-serif);
  font-size: 22px;
  font-style: italic;
  line-height: 1.45;
  color: var(--hv-ink);
}
.hv-prose code {
  font-family: var(--hv-mono);
  font-size: 0.88em;
  background: var(--hv-signal-tint);
  color: var(--hv-signal);
  padding: 2px 6px;
  border-radius: var(--hv-r-sm);
}
.hv-prose pre {
  font-family: var(--hv-mono);
  font-size: 13px;
  background: var(--hv-ink);
  color: var(--hv-white);
  padding: var(--hv-s6);
  border-radius: var(--hv-r-md);
  overflow-x: auto;
}
.hv-prose pre code { background: none; color: inherit; padding: 0; }
.hv-prose img { border-radius: var(--hv-r-md); }
.hv-prose figcaption { font-size: 13px; color: var(--hv-slate); margin-top: var(--hv-s2); }
.hv-prose hr { border: 0; border-top: 1px solid var(--hv-line); margin: var(--hv-s8) 0; }
.hv-prose table { width: 100%; border-collapse: collapse; font-size: 15px; }
.hv-prose th, .hv-prose td { border: 1px solid var(--hv-line); padding: var(--hv-s3) var(--hv-s4); text-align: left; }

.hv-article__meta { font-family: var(--hv-mono); font-size: 12px; color: var(--hv-slate); }
.hv-breadcrumb { font-family: var(--hv-mono); font-size: 12px; letter-spacing: 0.06em; color: var(--hv-slate); margin-bottom: var(--hv-s7); }
.hv-breadcrumb a { color: var(--hv-signal); }

/* Help callout */
.hv-callout {
  background: var(--hv-signal-tint);
  border-radius: var(--hv-r-md);
  padding: 18px 22px;
  margin: 0 0 var(--hv-s6);
  display: flex;
  gap: 14px;
}
.hv-callout__icon { color: var(--hv-signal); font-weight: 700; flex-shrink: 0; }
.hv-callout__text { font-size: 14.5px; line-height: 1.6; color: var(--hv-ink); }

.hv-helpful {
  border: 1px solid var(--hv-line);
  border-radius: var(--hv-r-lg);
  padding: var(--hv-s5) var(--hv-s6);
  margin-top: var(--hv-s8);
  display: flex;
  align-items: center;
  gap: var(--hv-s5);
  background: var(--hv-white);
  flex-wrap: wrap;
}
.hv-helpful__q { font-size: 14.5px; font-weight: 600; }

.hv-linklist { display: flex; flex-direction: column; }
.hv-linklist__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--hv-s4);
  padding: var(--hv-s4) var(--hv-s1);
  border-top: 1px solid var(--hv-line);
  font-size: 15px;
  font-weight: 500;
  color: var(--hv-ink);
}
.hv-linklist__item:hover { color: var(--hv-signal); }
.hv-linklist__arrow { color: var(--hv-signal); }
.hv-linklist:after { content: ''; border-top: 1px solid var(--hv-line); }

/* ============================================================
   20. FORMS
   ============================================================ */

.hv-input {
  font-family: var(--hv-sans);
  font-size: 14px;
  padding: 13px var(--hv-s4);
  border: 1px solid var(--hv-line);
  border-radius: var(--hv-r-md);
  background: var(--hv-white);
  color: var(--hv-ink);
  width: 100%;
}
.hv-input::placeholder { color: var(--hv-slate); }
.hv-input:focus { outline: none; border-color: var(--hv-signal); box-shadow: 0 0 0 3px var(--hv-signal-tint); }
.hv-input--ink { background: var(--hv-ink-raised); border-color: rgba(255, 255, 255, 0.25); color: var(--hv-white); }
.hv-input--ink::placeholder { color: var(--hv-on-ink-45); }
.hv-input--ink:focus { border-color: var(--hv-signal); box-shadow: 0 0 0 3px rgba(91, 76, 245, 0.25); }

.hv-field { display: flex; flex-direction: column; gap: 7px; margin-bottom: var(--hv-s4); }
.hv-field label { font-size: 13px; font-weight: 600; color: var(--hv-ink); }

.hv-searchform { display: flex; gap: var(--hv-s3); }
.hv-searchform--ink {
  display: flex;
  align-items: center;
  gap: var(--hv-s3);
  background: var(--hv-ink-raised);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--hv-r-lg);
  padding: 4px 4px 4px var(--hv-s5);
}
.hv-searchform--ink .hv-input {
  border: none;
  background: transparent;
  padding: 13px 0;
  font-size: 15px;
}
.hv-searchform--ink .hv-input:focus { box-shadow: none; }
.hv-searchform--ink .hv-searchform__icon { color: var(--hv-on-ink-45); font-size: 16px; }
.hv-searchform__submit {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  background: var(--hv-signal);
  color: var(--hv-white);
  border: 0;
  padding: 12px 22px;
  border-radius: 9px;
  cursor: pointer;
}
.hv-searchform__submit:hover { background: var(--hv-signal-hover); }

/* ============================================================
   21. MOTION
   ============================================================ */

@keyframes hvPulse {
  0% { box-shadow: 0 0 0 0 rgba(91, 76, 245, 0.55); }
  100% { box-shadow: 0 0 0 16px rgba(91, 76, 245, 0); }
}
@keyframes hvBlink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}
@keyframes hvFadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.hv-fade { animation: hvFadeUp 500ms ease both; }
.hv-term__step { animation: hvFadeUp 300ms ease both; }

/* Scroll reveal — only armed by JS, so no-JS content stays visible. */
.hv-reveal[data-reveal='pending'] { opacity: 0; transform: translateY(12px); }
.hv-reveal[data-reveal='in'] { animation: hvFadeUp 500ms ease both; }

/* ============================================================
   22. RESPONSIVE
   ============================================================ */

@media (max-width: 1080px) {
  .hv-display { font-size: 64px; }
  .hv-h1 { font-size: 52px; }
  .hv-h1--60 { font-size: 48px; }
  .hv-h2, .hv-h2--60, .hv-h2--54 { font-size: 42px; }
  .hv-h2--46, .hv-h2--44, .hv-h2--42 { font-size: 38px; }
  .hv-split--hero,
  .hv-split--vera,
  .hv-split--pricing,
  .hv-split--trust { grid-template-columns: 1fr; gap: var(--hv-s8); }
  .hv-row, .hv-row--reverse { flex-direction: column; gap: var(--hv-s8); align-items: stretch; }
  .hv-grid--4 { grid-template-columns: 1fr 1fr; }
  .hv-footer__cols { grid-template-columns: 1fr 1fr; gap: var(--hv-s7); }
}

/* Header collapses to the mobile nav below the desktop menu's fit width. */
@media (max-width: 1024px) {
  .hv-logo-full { display: none; }
  .hv-logo-mark { display: block; }
  .hv-burger { display: flex; }

  .hv-header__bar { height: 68px; justify-content: space-between; }

  /* The drawer is the burger dropdown: ONE absolutely-positioned scroll
     container holding the nav rows first and the action CTAs after them,
     so nothing can overlap. */
  .hv-header__drawer {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: calc(100vh - 68px);
    overflow-y: auto;
    background: var(--hv-paper);
    border-bottom: 1px solid var(--hv-line);
    box-shadow: var(--hv-shadow-menu);
    padding: var(--hv-s3) var(--hv-gutter) var(--hv-s6);
  }
  .hv-header[data-mobile-open='true'] .hv-header__drawer { display: block; }

  .hv-nav { display: block; }
  .hv-header__actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--hv-s3);
    padding-top: var(--hv-s4);
  }
  .hv-header__actions .hv-header__cta { flex: 1; text-align: center; }

  .hv-nav__item { width: 100%; }
  .hv-nav__link,
  .hv-nav__toggle {
    width: 100%;
    justify-content: space-between;
    font-size: 16px;
    padding: 14px var(--hv-s3);
    border-bottom: 1px solid var(--hv-line);
    border-radius: 0;
  }
  /* Panels become inline accordions on mobile. */
  .hv-nav__panel {
    position: static;
    box-shadow: none;
    border-bottom: 1px solid var(--hv-line);
    background: var(--hv-white);
  }
  .hv-nav__panel-inner,
  .hv-nav__panel-inner--platform,
  .hv-nav__panel-inner--solutions,
  .hv-nav__panel-inner--list {
    display: block;
    width: auto;
    padding: var(--hv-s3);
  }
  .hv-nav__zone--tech { border-left: 0; padding-left: 0; border-top: 1px solid var(--hv-line); padding-top: var(--hv-s4); margin-top: var(--hv-s4); }
  .hv-nav__journey { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 860px) {
  .hv-grid--2, .hv-grid--3 { grid-template-columns: 1fr; }
  .hv-band { flex-direction: column; align-items: stretch; }
  .hv-band__stage { white-space: normal; }
  .hv-band__stage + .hv-band__stage { border-left: 0; border-top: 1px solid var(--hv-line); }
  .hv-mock__cols { flex-direction: column; }
  .hv-mock__chart { border-left: 0; padding-left: 0; border-top: 1px solid var(--hv-line); padding-top: var(--hv-s4); }
}

@media (max-width: 720px) {
  :root { --hv-gutter: 20px; }
  .hv-display { font-size: 42px; }
  .hv-h1, .hv-h1--60, .hv-h1--52 { font-size: 36px; }
  .hv-h1--44 { font-size: 32px; }
  .hv-h2, .hv-h2--60, .hv-h2--54, .hv-h2--46, .hv-h2--44, .hv-h2--42, .hv-h2--40 { font-size: 32px; }
  .hv-h3, .hv-h3--27, .hv-h3--26 { font-size: 22px; }
  .hv-lead, .hv-lead--17 { font-size: 16px; }
  .hv-stat { font-size: 44px; }
  .hv-grid--4 { grid-template-columns: 1fr; }
  .hv-footer__cols { grid-template-columns: 1fr; gap: var(--hv-s7); }
  .hv-pad-104, .hv-pad-96 { padding-top: var(--hv-s11); padding-bottom: var(--hv-s11); }
  .hv-pad-88 { padding-top: var(--hv-s9); padding-bottom: var(--hv-s9); }
  .hv-btn-row { flex-direction: column; }
  .hv-btn-row .hv-btn { width: 100%; }
  .hv-prevnext { flex-direction: column; align-items: flex-start; gap: var(--hv-s3); }
  .hv-footer__base { gap: var(--hv-s4); }
  .hv-term__typed { min-height: 0; }
}

@media (max-width: 400px) {
  :root { --hv-gutter: 16px; }
  .hv-display { font-size: 34px; }
  .hv-h1, .hv-h1--60, .hv-h1--52 { font-size: 30px; }
  .hv-h2, .hv-h2--60, .hv-h2--54, .hv-h2--46, .hv-h2--44, .hv-h2--42, .hv-h2--40 { font-size: 27px; }
  .hv-card, .hv-card--pad-44 { padding: var(--hv-s6); }
  .hv-price-card { padding: var(--hv-s6) var(--hv-s5); }
}

/* ============================================================
   23. REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .hv-term__caret { animation: none; opacity: 1; }
  .hv-reveal[data-reveal='pending'] { opacity: 1; transform: none; }
}

/* ============================================================
   24. WP CORE
   ============================================================ */

.alignleft { float: left; margin: 0 var(--hv-s6) var(--hv-s4) 0; }
.alignright { float: right; margin: 0 0 var(--hv-s4) var(--hv-s6); }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignwide { max-width: 1100px; margin-left: auto; margin-right: auto; }
.alignfull { max-width: none; }
.wp-caption { max-width: 100%; }
.wp-caption-text, .screen-reader-text:focus { font-size: 13px; color: var(--hv-slate); }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.sticky, .gallery-caption, .bypostauthor { /* required by the WP theme check */ }

.hv-pagination { display: flex; justify-content: center; gap: var(--hv-s2); margin-top: var(--hv-s9); flex-wrap: wrap; }
.hv-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 var(--hv-s3);
  border: 1px solid var(--hv-line);
  border-radius: var(--hv-r-sm);
  font-family: var(--hv-mono);
  font-size: 13px;
  color: var(--hv-ink);
  background: var(--hv-white);
}
.hv-pagination .page-numbers:hover { border-color: var(--hv-signal); color: var(--hv-signal); }
.hv-pagination .page-numbers.current { background: var(--hv-signal); color: var(--hv-white); border-color: var(--hv-signal); }
.hv-pagination .page-numbers.dots { border-color: transparent; background: none; }

/* ============================================================
   19. TEXTURES — duotoned brand imagery (assets/img/tex-*.webp)

   .hv-texture paints a lazy-loaded duotone photograph behind a
   section, always underneath an opaque-enough overlay wash so the
   image never exceeds ~35% visual opacity and text keeps WCAG AA.
   The tiny -blur.webp placeholder (CSS-resolved URL) shows first;
   humavera.js preloads the full asset (URL from data-tex-full/-sm,
   chosen by viewport) and flips data-tex-loaded. Backgrounds only —
   zero layout shift by construction.
   ============================================================ */

.hv-texture { position: relative; }
.hv-texture > * { position: relative; } /* content paints above ::before */
.hv-texture::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-size: cover;
  background-position: center;
  background-image: var(--hv-tex-overlay), var(--hv-tex-blur);
}
.hv-texture[data-tex-loaded='true']::before {
  background-image: var(--hv-tex-overlay), var(--hv-tex-img);
}

/* Overlay washes. Alphas are load-bearing for contrast — checked against the
   duotone ramp's extremes (#0E1220 shadows, #BBB5E6 highlights):
   ink   -> white text >= 10:1, 66%-white secondary >= 5:1
   paper -> Ink text >= 9:1, Signal eyebrows >= 4.5:1 in the text zone
   faint -> the barely-there CTA-band treatment */
.hv-texture--ink { --hv-tex-overlay: linear-gradient(180deg, rgba(14, 18, 32, 0.74) 0%, rgba(14, 18, 32, 0.84) 100%); }
.hv-texture--paper { --hv-tex-overlay: linear-gradient(180deg, rgba(250, 250, 252, 0.96) 0%, rgba(250, 250, 252, 0.945) 55%, rgba(250, 250, 252, 0.93) 100%); }
.hv-texture--faint { --hv-tex-overlay: linear-gradient(180deg, rgba(14, 18, 32, 0.92) 0%, rgba(14, 18, 32, 0.90) 100%); }

/* Bounded (non-full-bleed) placements read as a deliberate panel. */
.hv-texture--panel { border-radius: var(--hv-r-lg); overflow: hidden; }

/* Solid Signal reads ~2:1 over the duotone's lifted Ink highlights (and only
   ~3.1:1 on plain Ink — a pre-existing shortfall). Inside textured ink
   sections the eyebrow uses this lighter Signal tint, which measures >= 4.5:1
   against the brightest possible composited pixel. */
.hv-texture--ink .hv-eyebrow { color: #A79BFF; }

/* Per-texture blur placeholders (full-size URLs travel on data attributes so
   the JS preloader gets page-resolved absolute paths). */
.hv-texture--t01 { --hv-tex-blur: url('../img/tex-01-blur.webp'); }
.hv-texture--t05 { --hv-tex-blur: url('../img/tex-05-blur.webp'); }
.hv-texture--t06 { --hv-tex-blur: url('../img/tex-06-blur.webp'); }
.hv-texture--t07 { --hv-tex-blur: url('../img/tex-07-blur.webp'); }
.hv-texture--t08 { --hv-tex-blur: url('../img/tex-08-blur.webp'); }

/* Blog-roll typographic covers: a whisper of texture behind the Ink tiles. */
.hv-post-card__cover { position: relative; }
.hv-post-card__cover[data-cover='ink']::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url('../img/tex-01-960.webp');
  background-size: cover;
  background-position: center;
  opacity: 0.16;
}
.hv-post-card__cover-text { position: relative; }

/* ============================================================
   20. PARTNERS — calculator, tabs, timeline, chips
   ============================================================ */

/* Commission calculator — a refined product panel on Ink. */
.hv-calc {
  background: var(--hv-ink-raised);
  border: 1px solid var(--hv-on-ink-line);
  border-radius: var(--hv-r-xl);
  padding: var(--hv-s7);
  max-width: 560px;
  margin: var(--hv-s9) auto 0;
  text-align: left;
}
.hv-calc__row { margin-bottom: var(--hv-s5); }
.hv-calc__label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--hv-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hv-on-ink-45);
  margin-bottom: var(--hv-s3);
}
.hv-calc__readout { color: var(--hv-white); font-size: 13px; letter-spacing: 0.06em; }

/* Range slider */
.hv-calc__range { -webkit-appearance: none; appearance: none; width: 100%; height: 4px; border-radius: 999px; background: rgba(255, 255, 255, 0.18); outline: none; }
.hv-calc__range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 20px; height: 20px; border-radius: 50%; background: var(--hv-signal); cursor: pointer; border: 0; }
.hv-calc__range::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: var(--hv-signal); cursor: pointer; border: 0; }
.hv-calc__range:focus-visible { box-shadow: 0 0 0 3px var(--hv-signal-tint); }

/* Segmented control (radios rendered as a pill row) */
.hv-seg { display: flex; gap: 4px; background: rgba(255, 255, 255, 0.06); border-radius: var(--hv-r-md); padding: 4px; }
.hv-seg--fill { border: 0; margin: 0; padding: 4px; min-width: 0; }
.hv-seg__opt { flex: 1; position: relative; }
.hv-seg__opt input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.hv-seg__opt span {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: var(--hv-on-ink-72);
  padding: 9px 10px;
  border-radius: var(--hv-r-sm);
  transition: background 150ms, color 150ms;
  white-space: nowrap;
}
.hv-seg__opt input:checked + span { background: var(--hv-signal); color: var(--hv-white); }
.hv-seg__opt input:focus-visible + span { box-shadow: 0 0 0 2px var(--hv-signal-tint); }

/* Outputs */
.hv-calc__outputs { display: grid; grid-template-columns: 1fr 1fr; gap: var(--hv-s5); margin-top: var(--hv-s6); padding-top: var(--hv-s6); border-top: 1px solid var(--hv-on-ink-line); }
.hv-calc__out-label { font-family: var(--hv-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--hv-on-ink-45); margin: 0 0 6px; }
.hv-calc__out-value { font-family: var(--hv-mono); font-size: 32px; font-weight: 600; letter-spacing: -0.01em; color: var(--hv-signal); margin: 0; line-height: 1.05; }
.hv-calc__out-value--strong { color: #A79BFF; } /* commission — brighter Signal tint, AA on ink */
.hv-calc__note { font-size: 12px; line-height: 1.5; color: var(--hv-on-ink-45); margin: var(--hv-s5) 0 0; }

/* Tabs */
.hv-tabs__list { display: inline-flex; gap: 4px; background: var(--hv-signal-tint); border-radius: var(--hv-r-md); padding: 4px; margin-bottom: var(--hv-s8); }
.hv-tabs__tab {
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--hv-slate);
  background: transparent;
  border: 0;
  border-radius: var(--hv-r-sm);
  padding: 9px 18px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 150ms, color 150ms;
}
.hv-tabs__tab[aria-selected='true'] { background: var(--hv-white); color: var(--hv-ink); box-shadow: var(--hv-shadow-sm, 0 1px 2px rgba(14, 18, 32, 0.08)); }
.hv-tabs__tab:focus-visible { outline: 2px solid var(--hv-signal); outline-offset: 2px; }
.hv-tabs__panel { border-top: 1px solid var(--hv-line); padding-top: var(--hv-s7); }
.hv-tabs__panel + .hv-tabs__panel { margin-top: var(--hv-s7); } /* only matters in the no-JS stacked state */
.hv-tabcols { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--hv-s7); }
.hv-tabcols__h { font-family: var(--hv-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--hv-signal); margin: 0 0 var(--hv-s3); }
.hv-tabcols__b { font-size: 14.5px; line-height: 1.6; color: var(--hv-slate); margin: 0; }
.hv-tabs__apply { display: inline-block; margin-top: var(--hv-s7); font-size: 15px; font-weight: 600; color: var(--hv-signal); }

/* Horizontal numbered timeline */
.hv-timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--hv-s5); counter-reset: hv-step; }
.hv-timeline__step { position: relative; padding-top: var(--hv-s8); }
.hv-timeline__step::before {
  counter-increment: hv-step;
  content: counter(hv-step, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--hv-mono);
  font-size: 13px;
  font-weight: 600;
  color: var(--hv-white);
  background: var(--hv-signal);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Connector line between the number bullets. */
.hv-timeline__step::after { content: ''; position: absolute; top: 17px; left: 34px; right: calc(-1 * var(--hv-s5)); height: 1px; background: var(--hv-line); }
.hv-timeline__step:last-child::after { display: none; }
.hv-timeline__label { font-size: 14px; line-height: 1.5; color: var(--hv-ink); margin: 0; }

/* Toolkit chip links (mono pills) */
.hv-chip-row { display: flex; flex-wrap: wrap; gap: var(--hv-s3); }
.hv-chip-link {
  font-family: var(--hv-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--hv-ink);
  border: 1px solid var(--hv-line);
  border-radius: var(--hv-r-pill);
  padding: 9px 16px;
  transition: border-color 150ms, color 150ms, background 150ms;
}
.hv-chip-link:hover { border-color: var(--hv-signal); color: var(--hv-signal); background: var(--hv-signal-tint); }

@media (max-width: 860px) {
  .hv-tabcols { grid-template-columns: 1fr; gap: var(--hv-s5); }
  .hv-timeline { grid-template-columns: 1fr; gap: var(--hv-s6); }
  .hv-timeline__step { padding-top: 0; padding-left: 48px; }
  .hv-timeline__step::after { display: none; }
  .hv-calc__outputs { grid-template-columns: 1fr; gap: var(--hv-s4); }
  .hv-tabs__list { display: flex; overflow-x: auto; }
}

/* Timeline + inline links on Ink (Affiliate section) */
.hv-section--ink .hv-timeline__label { color: var(--hv-on-ink-72); }
.hv-section--ink .hv-timeline__step::after { background: var(--hv-on-ink-line); }
.hv-section--ink .hv-timeline a { color: #A79BFF; font-weight: 600; }

/* Partner overview boxes */
.hv-partner-box { height: 100%; }
.hv-partner-box__icon { display: block; margin-bottom: var(--hv-s5); }
.hv-partner-box__title { font-family: var(--hv-serif); font-size: 22px; font-weight: 500; color: var(--hv-ink); margin: 0 0 var(--hv-s3); }
.hv-partner-box__desc { font-size: 14.5px; line-height: 1.6; color: var(--hv-slate); margin: 0; }
.hv-partner-box__more { display: inline-block; margin-top: var(--hv-s4); font-size: 14px; font-weight: 600; color: var(--hv-signal); }

/* FAQ groups */
.hv-faq-group + .hv-faq-group { margin-top: var(--hv-s10); }
.hv-faq-group__head { font-family: var(--hv-serif); font-size: 22px; font-weight: 500; color: var(--hv-ink); margin: 0 0 var(--hv-s5); }

/* Ampersand in serif headings — set in the sans face so Fraunces' decorative
   ampersand (misreadable as ®) reads as a conventional "&". */
.hv-amp { font-family: var(--hv-sans); font-style: normal; }
