/* ────────────────────────────────────────────────────────────────────────────
   ARTICA · marketing site system — v3 family
   Same family as the app (warm paper, espresso ink, calm teal, Jakarta,
   Lucide, soft shadow cards) but its own editorial voice: Newsreader serif
   displays, bigger air, the dark espresso CTA band.
   All site classes are prefixed .w- to avoid colliding with app tokens.css
   (which is loaded on pages that embed live product UI).
   ──────────────────────────────────────────────────────────────────────────── */

:root {
  --w-bg:      oklch(0.971 0.007 85);    /* warm paper — matches the app */
  --w-surface: oklch(0.996 0.002 85);
  --w-sunken:  oklch(0.951 0.008 85);
  --w-ink:     oklch(0.30 0.018 55);     /* espresso */
  --w-ink-2:   oklch(0.47 0.016 55);
  --w-ink-3:   oklch(0.62 0.014 60);
  --w-line:    oklch(0.898 0.010 80);
  --w-line-soft: oklch(0.934 0.008 80);
  --w-accent:  oklch(0.46 0.075 180);    /* calm teal — the family accent */
  --w-accent-hover: oklch(0.41 0.07 180);
  --w-accent-tint: oklch(0.946 0.028 180);
  --w-ok:      oklch(0.54 0.105 150);
  --w-warn:    oklch(0.57 0.105 75);
  --w-warn-tint: oklch(0.962 0.032 85);

  --w-serif: "Newsreader", Georgia, serif;
  --w-sans: "Plus Jakarta Sans", "Helvetica Neue", sans-serif;
  --w-mono: "Plus Jakarta Sans", "Helvetica Neue", sans-serif; /* no mono voice */

  --w-shadow: 0 1px 2px oklch(0.3 0.02 60 / 0.05), 0 4px 16px oklch(0.3 0.02 60 / 0.06);
  --w-shadow-lg: 0 2px 6px oklch(0.3 0.02 60 / 0.06), 0 18px 50px oklch(0.3 0.02 60 / 0.12);
}

html { scroll-behavior: smooth; }
body.w-body { margin: 0; background: var(--w-bg); color: var(--w-ink);
  font-family: var(--w-sans); font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
.w-body * { box-sizing: border-box; }
.w-body h1, .w-body h2, .w-body h3, .w-body p { margin: 0; }
.w-body a { color: inherit; text-decoration: none; }
.w-body img { max-width: 100%; }
.w-body i[data-lucide] { display: inline-block; }

/* ── Layout ─────────────────────────────────────────────────────────────── */
.w-wrap { max-width: 1120px; margin: 0 auto; padding: 0 32px; }
.w-narrow { max-width: 720px; margin: 0 auto; padding: 0 32px; }
.w-section { padding: 96px 0; }
.w-section + .w-section { padding-top: 0; }
.w-hr { border: 0; border-top: 1px solid var(--w-line-soft); margin: 0; }

/* ── Type ───────────────────────────────────────────────────────────────── */
.w-display { font-family: var(--w-serif); font-weight: 500; font-size: 56px;
  line-height: 1.08; letter-spacing: -0.015em; text-wrap: balance; }
.w-h2 { font-family: var(--w-serif); font-weight: 500; font-size: 36px;
  line-height: 1.15; letter-spacing: -0.012em; text-wrap: balance; }
.w-h3 { font-size: 17px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.35; }
.w-lead { font-size: 19px; line-height: 1.6; color: var(--w-ink-2); text-wrap: pretty; }
.w-prose { font-size: 16.5px; line-height: 1.7; color: var(--w-ink-2); text-wrap: pretty; }
.w-prose strong, .w-lead strong { color: var(--w-ink); font-weight: 600; }
.w-prose em { font-family: var(--w-serif); font-size: 1.05em; }
.w-prose + .w-prose { margin-top: 1em; }
.w-meta { font-size: 13px; color: var(--w-ink-3); }
.w-eyebrow { font-family: var(--w-sans); font-size: 11.5px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--w-ink-3); }
.w-eyebrow.is-accent { color: var(--w-accent); }
.w-serif-q { font-family: var(--w-serif); font-size: 26px; line-height: 1.35;
  letter-spacing: -0.01em; text-wrap: balance; }

/* Bracketed founder-input placeholders — visible in mocks, never ship. */
.w-todo { background: var(--w-warn-tint); color: var(--w-warn); border-radius: 4px;
  padding: 0 4px; font-size: 0.85em; font-weight: 500; }

/* ── Buttons ────────────────────────────────────────────────────────────── */
.w-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 42px; padding: 0 20px; border-radius: 10px; font-size: 14.5px; font-weight: 500;
  font-family: var(--w-sans); border: 0; cursor: pointer; white-space: nowrap;
  transition: background .15s, border-color .15s, transform .15s; }
.w-btn:active { transform: translateY(1px); }
.w-btn-primary { background: var(--w-accent); color: #fff; box-shadow: var(--w-shadow); }
.w-btn-primary:hover { background: var(--w-accent-hover); }
.w-btn-secondary { background: var(--w-surface); border: 1px solid var(--w-line); color: var(--w-ink); }
.w-btn-secondary:hover { border-color: var(--w-ink-3); }
.w-btn-sm { height: 34px; padding: 0 14px; font-size: 13.5px; border-radius: 8px; }
.w-link { color: var(--w-accent); font-weight: 500; }
.w-link:hover { text-decoration: underline; }

/* ── Nav ────────────────────────────────────────────────────────────────── */
.w-nav { position: sticky; top: 0; z-index: 50; background: oklch(0.971 0.007 85 / 0.85);
  backdrop-filter: blur(12px); border-bottom: 1px solid var(--w-line-soft); }
.w-nav-in { display: flex; align-items: center; gap: 28px; height: 64px; }
.w-nav-brand { display: flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 600; letter-spacing: -0.01em; }
.w-nav-links { display: flex; gap: 4px; margin-left: 12px; }
.w-nav-links a { padding: 7px 12px; border-radius: 8px; font-size: 14px; color: var(--w-ink-2); }
.w-nav-links a:hover { background: var(--w-sunken); color: var(--w-ink); }
.w-nav-links a.on { color: var(--w-ink); font-weight: 500; }
.w-nav-right { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.w-nav-right .w-login { padding: 7px 12px; font-size: 14px; color: var(--w-ink-2); border-radius: 8px; }
.w-nav-right .w-login:hover { background: var(--w-sunken); color: var(--w-ink); }

.w-mark { width: 26px; height: 26px; border-radius: 8px; background: var(--w-accent);
  color: #fff; display: inline-flex; align-items: center; justify-content: center; flex: none; }

/* ── Cards / grids ──────────────────────────────────────────────────────── */
.w-card { background: var(--w-surface); border-radius: 14px; box-shadow: var(--w-shadow); }
.w-grid { display: grid; gap: 16px; }

/* feature tile */
.w-feature { padding: 24px; }
.w-feature .w-fic { width: 34px; height: 34px; border-radius: 10px; background: var(--w-sunken);
  color: var(--w-ink-2); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.w-feature h3 { margin-bottom: 6px; }
.w-feature p { font-size: 14px; line-height: 1.55; color: var(--w-ink-2); }

/* ── Product UI frames ──────────────────────────────────────────────────── */
.w-frame { background: var(--w-surface); border: 1px solid var(--w-line);
  border-radius: 14px; overflow: hidden; box-shadow: var(--w-shadow-lg); }
.w-frame-bar { display: flex; align-items: center; gap: 6px; height: 34px; padding: 0 12px;
  background: var(--w-sunken); border-bottom: 1px solid var(--w-line-soft); }
.w-frame-bar .d { width: 9px; height: 9px; border-radius: 50%; background: var(--w-line); }
.w-frame-bar .u { margin: 0 auto; font-size: 10.5px;
  color: var(--w-ink-3); background: var(--w-surface); border-radius: 6px; padding: 3px 14px; }

/* full-screen fit: JS sets --fs from container width / data-w */
.w-fit { position: relative; overflow: hidden; }
.w-fit > .w-fit-inner { position: absolute; top: 0; left: 0; transform-origin: 0 0; }

/* fixed crop of a screen: inline style positions the 1440px-wide screen */
.w-crop { position: relative; overflow: hidden; border-radius: 12px;
  border: 1px solid var(--w-line); background: var(--w-surface); box-shadow: var(--w-shadow); }
.w-crop > .w-crop-inner { position: absolute; top: 0; left: 0; width: 1440px; transform-origin: 0 0; }

/* ── Loop steps ─────────────────────────────────────────────────────────── */
.w-step { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; padding: 44px 0; }
.w-step:nth-child(even) .w-step-txt { order: 2; }
.w-step-n { font-family: var(--w-sans); font-size: 11.5px; font-weight: 600; color: var(--w-accent); letter-spacing: 0.1em; text-transform: uppercase; }
.w-step h3 { font-family: var(--w-serif); font-weight: 500; font-size: 25px; letter-spacing: -0.01em; margin: 10px 0 12px; }
.w-step p { font-size: 15.5px; line-height: 1.65; color: var(--w-ink-2); text-wrap: pretty; }

/* ── FAQ ────────────────────────────────────────────────────────────────── */
.w-faq details { border-top: 1px solid var(--w-line-soft); }
.w-faq details:last-child { border-bottom: 1px solid var(--w-line-soft); }
.w-faq summary { display: flex; align-items: center; gap: 12px; padding: 18px 4px;
  font-size: 16px; font-weight: 500; cursor: pointer; list-style: none; }
.w-faq summary::-webkit-details-marker { display: none; }
.w-faq summary::after { content: "+"; margin-left: auto; font-size: 18px;
  font-weight: 400; color: var(--w-ink-3); transition: transform .15s; }
.w-faq details[open] summary::after { transform: rotate(45deg); }
.w-faq .w-faq-a { padding: 0 4px 20px; font-size: 15px; line-height: 1.65; color: var(--w-ink-2); max-width: 640px; }

/* ── Dark CTA band ──────────────────────────────────────────────────────── */
.w-band { background: var(--w-ink); color: #ece8e0; border-radius: 18px; }
.w-band .w-h2 { color: #f7f4ee; }
.w-band .w-prose { color: #b8b0a5; }
.w-band .w-btn-primary { background: #fdfcfa; color: var(--w-ink); }
.w-band .w-btn-primary:hover { background: #f0ece4; }

/* ── Forms ──────────────────────────────────────────────────────────────── */
.w-field { display: block; margin-bottom: 18px; }
.w-field > span { display: block; font-size: 13.5px; font-weight: 500; margin-bottom: 7px; }
.w-field .w-opt { font-weight: 400; color: var(--w-ink-3); }
.w-input, .w-select, .w-textarea { width: 100%; height: 44px; padding: 0 14px;
  border: 1px solid var(--w-line); border-radius: 10px; background: var(--w-surface);
  font: inherit; font-size: 15px; color: var(--w-ink); }
.w-textarea { height: auto; min-height: 110px; padding: 12px 14px; resize: vertical; }
.w-input:focus, .w-select:focus, .w-textarea:focus { outline: none;
  border-color: var(--w-accent); box-shadow: 0 0 0 3px var(--w-accent-tint); }
.w-body ::placeholder { color: var(--w-ink-3); }

/* ── Photo / logo placeholders ──────────────────────────────────────────── */
.w-ph { display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--w-line); border-radius: 14px;
  background: repeating-linear-gradient(135deg, var(--w-sunken) 0 12px, oklch(0.965 0.004 85) 12px 24px); }
.w-ph span { font-size: 11px; font-weight: 500; color: var(--w-ink-3);
  background: var(--w-surface); padding: 3px 10px; border-radius: 999px; border: 1px solid var(--w-line-soft); }

/* ── Footer ─────────────────────────────────────────────────────────────── */
.w-footer { border-top: 1px solid var(--w-line-soft); padding: 56px 0 48px; margin-top: 96px; }
.w-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 32px; }
.w-footer h4 { font-size: 13px; font-weight: 600; margin: 0 0 12px; }
.w-footer a { display: block; font-size: 14px; color: var(--w-ink-2); padding: 4px 0; }
.w-footer a:hover { color: var(--w-ink); }
.w-footer-line { margin-top: 40px; font-size: 13px; color: var(--w-ink-3); }

/* ── Scroll reveal — transform-only so content is NEVER opacity-gated ───── */
@media (prefers-reduced-motion: no-preference) {
  .w-reveal { transform: translateY(16px); transition: transform .6s cubic-bezier(.2,.7,.3,1); }
  .w-reveal.in { transform: none; }
}

@media (max-width: 880px) {
  .w-display { font-size: 38px; }
  .w-h2 { font-size: 29px; }
  .w-step { grid-template-columns: 1fr; gap: 24px; }
  .w-step:nth-child(even) .w-step-txt { order: 0; }
  .w-footer-grid { grid-template-columns: 1fr 1fr; }
  .w-nav-links { display: none; }
}

/* ── Specificity overrides — keep LAST in file. `.w-body a { color: inherit }`
   is (0,1,1) and silently beats single-class color rules on anchors. ────── */
.w-body a.w-btn-primary, .w-body button.w-btn-primary { color: #fff; }
.w-body .w-band a.w-btn-primary, .w-body .w-band button.w-btn-primary { color: var(--w-ink); }
.w-body a.w-link { color: var(--w-accent); }
.w-footer a.w-nav-brand { display: flex; }

/* ── Brand — arch mark + plain wordmark ────────────────────────────── */
.w-brandword { font-weight: 700; letter-spacing: -0.015em; font-size: 16px;
  color: var(--w-ink); line-height: 1; font-style: normal; }
.w-step p.w-step-n { color: var(--w-accent); }

/* ── Request early access · the single-CTA modal (shared, all pages) ─────── */
:root { --w-err: oklch(0.555 0.155 26); --w-err-tint: oklch(0.957 0.028 26); }
.ea-overlay { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center;
  justify-content: center; padding: 28px; background: oklch(0.30 0.018 55 / 0.42);
  backdrop-filter: blur(3px); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.ea-overlay.is-open { opacity: 1; pointer-events: auto; }
.ea-modal { position: relative; width: 100%; max-width: 452px; background: var(--w-surface);
  border: 1px solid var(--w-line-soft); border-radius: 20px; box-shadow: var(--w-shadow-lg);
  padding: 34px 34px 30px; max-height: calc(100vh - 56px); overflow-y: auto;
  transform: translateY(10px) scale(.985); transition: transform .24s cubic-bezier(.2,.7,.3,1); }
.ea-overlay.is-open .ea-modal { transform: none; }
.ea-grab { display: none; }
.ea-x { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border-radius: 9px;
  border: 0; background: transparent; color: var(--w-ink-3); display: flex; align-items: center;
  justify-content: center; cursor: pointer; transition: background .15s, color .15s; }
.ea-x:hover { background: var(--w-sunken); color: var(--w-ink); }
.ea-x i { width: 18px; height: 18px; }
.ea-h { font-family: var(--w-serif); font-weight: 500; font-size: 27px; letter-spacing: -0.012em; line-height: 1.1; }
.ea-sub { font-size: 14.5px; line-height: 1.6; color: var(--w-ink-2); margin-top: 11px; text-wrap: pretty; }
.ea-form { margin-top: 24px; }
.ea-form fieldset { border: 0; padding: 0; margin: 0; }
.ea-form .w-field { margin-bottom: 14px; }
.ea-form .w-field > span { font-size: 13px; }
.ea-form .w-input { height: 46px; font-size: 14.5px; }
.ea-modal .w-field.is-invalid .w-input { border-color: var(--w-err); }
.ea-modal .w-field.is-invalid .w-input:focus { box-shadow: 0 0 0 3px var(--w-err-tint); }
.ea-modal .w-field > .ea-fielderr { display: none; align-items: center; gap: 6px; margin-top: 8px;
  margin-bottom: 0; font-size: 12.5px; font-weight: 400; color: var(--w-err); }
.ea-fielderr i { width: 14px; height: 14px; flex: none; }
.ea-modal .w-field.is-invalid > .ea-fielderr { display: flex; }
.ea-hp { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.ea-banner { display: none; align-items: flex-start; gap: 9px; margin-bottom: 14px; padding: 11px 13px;
  border-radius: 10px; background: var(--w-err-tint); border: 1px solid oklch(0.555 0.155 26 / 0.22);
  color: var(--w-err); font-size: 13px; line-height: 1.45; }
.ea-banner i { width: 15px; height: 15px; flex: none; margin-top: 1px; }
.ea-modal.has-error .ea-banner { display: flex; }
.ea-submit { width: 100%; height: 47px; font-size: 15px; margin-top: 4px; gap: 9px; }
.ea-submit .spin { width: 16px; height: 16px; border-radius: 50%; border: 2px solid oklch(1 0 0 / 0.4);
  border-top-color: #fff; display: none; animation: ea-spin .7s linear infinite; }
@keyframes ea-spin { to { transform: rotate(360deg); } }
.ea-modal.is-submitting .ea-submit { pointer-events: none; opacity: .92; }
.ea-modal.is-submitting .ea-submit .spin { display: block; }
.ea-modal.is-submitting .ea-form fieldset { opacity: .55; pointer-events: none; }
.ea-foot { margin-top: 16px; display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--w-ink-3); line-height: 1.4; }
.ea-foot i { width: 14px; height: 14px; flex: none; color: var(--w-accent); }
.ea-success { display: none; }
.ea-modal.is-success .ea-form-wrap { display: none; }
.ea-modal.is-success .ea-success { display: block; }
.ea-check { width: 50px; height: 50px; border-radius: 14px; background: var(--w-accent-tint);
  color: var(--w-accent); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.ea-check i { width: 25px; height: 25px; }
.ea-success .ea-h { font-size: 25px; }
.ea-success p { font-size: 14.5px; line-height: 1.65; color: var(--w-ink-2); margin-top: 12px; text-wrap: pretty; }
.ea-success .w-btn { margin-top: 24px; }
@media (max-width: 600px) {
  .ea-overlay { padding: 0; align-items: flex-end; }
  .ea-modal { max-width: none; border-radius: 22px 22px 0 0; padding: 8px 22px 26px;
    max-height: 92vh; transform: translateY(100%); }
  .ea-overlay.is-open .ea-modal { transform: none; }
  .ea-grab { display: block; width: 38px; height: 4px; border-radius: 999px; background: var(--w-line); margin: 4px auto 14px; }
  .ea-x { top: 12px; right: 14px; }
}

/* ── Home hero · layered product composition ───────────────────────────── */
.hero-fit { position: relative; max-width: 960px; margin: 56px auto 0; }
.hero-stage { display: flex; align-items: flex-start; justify-content: center; transform-origin: top left; }
.hero-stage.is-stack { position: static !important; transform: none !important; width: auto !important;
  flex-direction: column; align-items: center; }
.hero-stage.is-stack .hw-win { width: 100%; max-width: 560px; }
.hero-stage.is-stack .hero-right { display: none; }
.hero-right { position: relative; z-index: 3; width: 330px; margin-left: -52px; margin-top: -14px;
  display: flex; flex-direction: column; }

.hw-win { position: relative; z-index: 1; width: 640px; flex: none; background: var(--w-surface);
  border: 1px solid var(--w-line); border-radius: 16px; box-shadow: var(--w-shadow-lg); overflow: hidden; }
.hw-bar { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 15px;
  background: var(--w-sunken); border-bottom: 1px solid var(--w-line-soft); }
.hw-bar .d { width: 9px; height: 9px; border-radius: 50%; background: var(--w-line); }
.hw-url { margin: 0 auto; font-size: 11.5px; color: var(--w-ink-3); background: var(--w-surface);
  border: 1px solid var(--w-line-soft); border-radius: 6px; padding: 4px 18px; letter-spacing: 0.01em; }
.hw-body { display: flex; height: 476px; }
.hw-rail { width: 56px; flex: none; border-right: 1px solid var(--w-line-soft); background: var(--w-bg);
  display: flex; flex-direction: column; align-items: center; padding: 14px 0; gap: 5px; }
.hw-rail .hw-mark { width: 28px; height: 28px; border-radius: 8px; background: var(--w-accent);
  display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.hw-rail .ni { width: 36px; height: 36px; border-radius: 9px; display: flex; align-items: center;
  justify-content: center; color: var(--w-ink-3); }
.hw-rail .ni.on { background: var(--w-accent-tint); color: var(--w-accent); }
.hw-rail .ni i { width: 18px; height: 18px; }
.hw-main { flex: 1; min-width: 0; padding: 22px 24px 0; position: relative; }
.hw-h { font-size: 19px; font-weight: 600; letter-spacing: -0.012em; }
.hw-meta { font-size: 12.5px; color: var(--w-ink-3); margin-top: 4px; }
.hw-seg { display: inline-flex; gap: 2px; margin-top: 16px; background: var(--w-sunken);
  border: 1px solid var(--w-line-soft); border-radius: 9px; padding: 3px; }
.hw-seg span { font-size: 12.5px; padding: 5px 11px; border-radius: 6px; color: var(--w-ink-2);
  font-weight: 500; display: inline-flex; gap: 6px; align-items: center; }
.hw-seg span .n { color: var(--w-ink-3); font-variant-numeric: tabular-nums; }
.hw-seg span.on { background: var(--w-surface); color: var(--w-ink); box-shadow: var(--w-shadow); }
.hw-seg span.on .n { color: var(--w-ink-2); }
.hw-cards { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; }
.hw-card { background: var(--w-surface); border: 1px solid var(--w-line); border-radius: 12px;
  box-shadow: var(--w-shadow); padding: 16px 18px 14px; display: flex; gap: 14px; }
.hw-rank { width: 26px; height: 26px; border-radius: 50%; background: var(--w-sunken); color: var(--w-ink-3);
  display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700;
  flex: none; margin-top: 1px; font-variant-numeric: tabular-nums; }
.hw-cmain { flex: 1; min-width: 0; }
.hw-ctop { display: flex; align-items: flex-start; gap: 10px; }
.hw-ctitle { font-size: 15px; font-weight: 600; letter-spacing: -0.01em; flex: 1; }
.hw-dots { color: var(--w-ink-3); margin-top: -2px; flex: none; }
.hw-dots i { width: 15px; height: 15px; display: block; }
.hw-why { font-size: 14px; color: var(--w-ink-2); margin-top: 3px; line-height: 1.5; }
.hw-ev { display: flex; flex-direction: column; gap: 6px; margin-top: 11px; }
.hw-ev span { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--w-ink-2); }
.hw-ev span i { width: 13px; height: 13px; color: var(--w-ink-3); flex: none; }
.hw-ev em { font-style: normal; color: var(--w-ink-3); }
.hw-act { margin-top: 13px; }
.hw-btn { height: 30px; padding: 0 12px; border-radius: 8px; font-size: 13px; font-weight: 500;
  display: inline-flex; align-items: center; gap: 7px; border: 0; cursor: pointer; }
.hw-btn i { width: 13px; height: 13px; }
.hw-btn.pri { background: var(--w-accent); color: #fff; box-shadow: var(--w-shadow); }
.hw-btn.sec { background: var(--w-surface); border: 1px solid var(--w-line); color: var(--w-ink); box-shadow: var(--w-shadow); }
.hw-fade { position: absolute; left: 0; right: 0; bottom: 0; height: 82px; pointer-events: none;
  background: linear-gradient(to bottom, transparent, var(--w-surface) 78%); }

.hw-cap { position: relative; z-index: 3; width: 330px; margin-top: 20px; background: var(--w-surface);
  border: 1px solid var(--w-line); border-radius: 14px; box-shadow: var(--w-shadow-lg); padding: 16px 17px; }
.hw-cap-head { display: flex; align-items: center; justify-content: space-between; }
.hw-rec { display: inline-flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 600;
  color: var(--w-ink-2); white-space: nowrap; }
.hw-rec .rdot { width: 8px; height: 8px; border-radius: 50%; background: oklch(0.62 0.19 25); position: relative; }
.hw-rec .rdot::after { content: ""; position: absolute; inset: -4px; border-radius: 50%;
  border: 2px solid oklch(0.62 0.19 25 / 0.3); }
.hw-time { font-size: 12px; color: var(--w-ink-3); font-variant-numeric: tabular-nums; }
.hw-wave { display: flex; align-items: center; gap: 3px; height: 24px; margin-top: 13px; }
.hw-wave i { width: 3px; border-radius: 2px; background: var(--w-accent); opacity: 0.45; }
.hw-transcript { font-size: 12.5px; line-height: 1.55; color: var(--w-ink-2); font-style: italic; margin-top: 13px; }
.hw-cap-div { display: flex; align-items: center; gap: 9px; margin: 14px 0 12px; }
.hw-cap-div span { font-size: 11.5px; font-weight: 600; color: var(--w-accent); display: inline-flex;
  align-items: center; gap: 6px; white-space: nowrap; }
.hw-cap-div span i { width: 13px; height: 13px; }
.hw-cap-div .ln { flex: 1; height: 1px; background: oklch(0.46 0.075 180 / 0.22); }
.hw-draft { background: var(--w-sunken); border: 1px solid var(--w-line-soft); border-radius: 10px; padding: 12px 13px; }
.hw-draft-t { font-size: 13.5px; font-weight: 600; letter-spacing: -0.01em; }
.hw-draft ol { margin: 9px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 7px; }
.hw-draft li { font-size: 12.5px; color: var(--w-ink-2); display: flex; gap: 9px; line-height: 1.4; }
.hw-draft li .sn { width: 16px; height: 16px; flex: none; border-radius: 5px; background: var(--w-surface);
  border: 1px solid var(--w-line-soft); color: var(--w-ink-3); font-size: 10px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; margin-top: 1px; }

.hw-ins { position: relative; z-index: 3; width: 212px; margin-left: auto; background: var(--w-surface);
  border: 1px solid var(--w-line); border-radius: 14px; box-shadow: var(--w-shadow-lg); padding: 14px 16px; }
.hw-ins-top { display: flex; align-items: center; justify-content: space-between; }
.hw-ins-label { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--w-ink-3); }
.hw-ins-delta { font-size: 11px; color: var(--w-ok); font-variant-numeric: tabular-nums; font-weight: 600;
  display: inline-flex; align-items: center; gap: 3px; }
.hw-ins-delta i { width: 12px; height: 12px; }
.hw-ins-mid { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 10px; }
.hw-ins-val { font-size: 30px; font-weight: 600; letter-spacing: -0.02em; line-height: 1; font-variant-numeric: tabular-nums; }
.hw-spark { display: flex; align-items: flex-end; gap: 2.5px; height: 28px; }
.hw-spark i { width: 4px; border-radius: 1.5px; background: var(--w-line); }
.hw-spark i.hi { background: var(--w-accent); }
.hw-ins-sub { font-size: 11.5px; color: var(--w-ink-3); margin-top: 9px; line-height: 1.4; }
@media (prefers-reduced-motion: no-preference) {
  .hw-rec .rdot::after { animation: hw-pulse 2.2s ease-out infinite; }
}
@keyframes hw-pulse { 0% { transform: scale(0.7); opacity: 0.9; } 100% { transform: scale(1.5); opacity: 0; } }
@media (max-width: 560px) {
  .hero-stage.is-stack .hw-rail { display: none; }
  .hero-stage.is-stack .hw-body { height: auto; }
  .hero-stage.is-stack .hw-main { padding-bottom: 22px; }
  .hero-stage.is-stack .hw-fade { display: none; }
}
