/* ============================================================================
   Landing page — CoinLobster "character-forward" brand surface (2026-07-14).
   The lobster is the character. Deep brand blue + orange (lobster) + gold (BTC)
   + cream ink; mint = up, red = down. Tokens in brand-character.css (--cl-*).
   This is the ONE place with ambitious first-load motion. Voice: radar, not
   "receipts". Every .lp-* / .mo-* / #id here is consumed by landing.js +
   market-stream-client.js — preserved verbatim.
   ========================================================================== */
body { background: var(--cl-blue-900); }
.lp-main { position: relative; overflow-x: clip; font-family: var(--cl-sans); color: var(--cl-cream); background: var(--cl-blue-900); }
.lp-wrap { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* directional utilities (market-overview.css is not loaded here) */
.mo-up { color: var(--cl-mint); }
.mo-down { color: var(--cl-red); }
.mo-chg { font-family: var(--cl-mono); font-variant-numeric: tabular-nums; font-weight: 700; }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; }
.skip-link:focus { left: 12px; top: 12px; background: var(--cl-cream); color: var(--cl-deep-ink); padding: 10px 16px; border-radius: 8px; }

/* =============================== HERO =============================== */
.lp-hero { position: relative; min-height: 92vh; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding: 0 20px;
    background: radial-gradient(115% 90% at 84% 12%, rgba(47,177,230,0.16), transparent 46%),
                radial-gradient(90% 80% at 6% 98%, rgba(238,90,44,0.11), transparent 52%); }
.lp-bubbles { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.lp-bubbles span { position: absolute; border-radius: 50%; background: rgba(255,255,255,0.04); border: 1.5px solid rgba(255,255,255,0.07); }
.lp-hero-inner { position: relative; z-index: 2; max-width: 1200px; width: 100%; margin: 0 auto; padding: 0 8px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
.lp-hero-copy { min-width: 0; }
.lp-hero-kicker { display: inline-flex; align-items: center; gap: 8px; font-family: var(--cl-disp); font-size: 0.82rem; font-weight: 600; color: var(--cl-gold); background: rgba(247,193,30,0.13); border: 1.5px solid rgba(247,193,30,0.3); padding: 7px 15px; border-radius: 100px; margin-bottom: 24px; }
.lp-hero-h { font-family: var(--cl-disp); font-size: clamp(2.7rem, 6vw, 5rem); font-weight: 800; color: var(--cl-cream); letter-spacing: -0.04em; line-height: 0.94; margin: 0 0 22px; }
.lp-pop { color: var(--cl-orange); position: relative; white-space: nowrap; }
.lp-pop svg { position: absolute; left: -2%; right: -2%; bottom: -0.14em; width: 104%; height: 0.32em; }
.lp-sub { font-size: clamp(1.04rem, 1.5vw, 1.24rem); line-height: 1.55; color: var(--cl-cream-mut); margin: 0 0 30px; max-width: 34ch; text-wrap: pretty; }
.lp-sub b { color: var(--cl-cream); font-weight: 700; }
.lp-cta-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.lp-cta { font-family: var(--cl-disp); display: inline-flex; align-items: center; gap: 9px; background: var(--cl-orange); color: #2a0b04; font-weight: 700; font-size: 1rem; padding: 15px 28px; border-radius: 100px; text-decoration: none; box-shadow: 0 7px 0 var(--cl-orange-deep), 0 14px 24px rgba(238,90,44,0.26); transition: transform 0.12s var(--cl-ease), box-shadow 0.12s var(--cl-ease); }
.lp-cta:hover { transform: translateY(2px); box-shadow: 0 5px 0 var(--cl-orange-deep), 0 9px 16px rgba(238,90,44,0.26); color: #2a0b04; }
.lp-cta-sub { font-family: var(--cl-disp); font-size: 0.98rem; font-weight: 700; color: var(--cl-cream); text-decoration: none; display: inline-flex; align-items: center; padding: 14px 6px; box-shadow: inset 0 -2px 0 transparent; }
.lp-cta-sub:hover { color: var(--cl-cream); box-shadow: inset 0 -2px 0 var(--cl-sky); }
.lp-free-note { margin-top: 20px; font-family: var(--cl-mono); font-size: 0.76rem; color: var(--cl-cream-dim); }
.lp-free-note i { color: var(--cl-mint); }

/* Hero secondary path: the daily email. Strips the shared .nl-cta band frame
   down to a slim inline capture that sits quietly under the primary CTA. */
.lp-hero-nl.nl-cta {
  margin-top: 28px; padding: 16px 0 0; background: none; border: none; box-shadow: none;
  border-top: 1px solid rgba(255, 246, 234, 0.12); border-radius: 0; overflow: visible; max-width: 460px;
}
.lp-hero-nl .lp-hero-nl-lead { display: block; font-size: 0.84rem; color: var(--cl-cream-mut); margin-bottom: 10px; line-height: 1.4; }
.lp-hero-nl .lp-hero-nl-lead i { color: var(--cl-orange-light); margin-right: 2px; }
.lp-hero-nl .lp-hero-nl-lead b { color: var(--cl-cream); font-weight: 700; }
.lp-hero-nl .lp-hero-nl-form { display: flex; gap: 8px; }
.lp-hero-nl .nl-cta__input { flex: 1 1 auto; min-width: 0; background: var(--cl-blue-950); border: 1px solid rgba(255, 246, 234, 0.18); border-radius: 9px; color: var(--cl-cream); font-size: 0.86rem; padding: 10px 13px; }
.lp-hero-nl .nl-cta__input::placeholder { color: var(--cl-cream-dim); }
.lp-hero-nl .nl-cta__input:focus { outline: none; border-color: var(--cl-orange); }
.lp-hero-nl .lp-hero-nl-btn { flex: 0 0 auto; font-family: var(--cl-display); background: transparent; color: var(--cl-orange-light); font-weight: 700; font-size: 0.86rem; border: 1px solid var(--cl-orange); border-radius: 9px; padding: 10px 18px; cursor: pointer; box-shadow: none; transition: background 0.15s, color 0.15s; }
.lp-hero-nl .lp-hero-nl-btn:hover { background: var(--cl-orange); color: var(--cl-cream); transform: none; }
.lp-hero-nl .nl-cta__msg { font-size: 0.74rem; color: var(--cl-cream-mut); margin-top: 6px; }
.lp-hero-nl .nl-cta__msg.is-ok { color: var(--cl-mint); }
.lp-hero-nl .nl-cta__msg.is-err { color: var(--cl-red); }
.lp-anim .lp-hero .lp-hero-nl { animation: lpRise 0.7s var(--cl-ease) 0.58s both; }

/* hero character stage */
.lp-hero-stage { position: relative; display: flex; flex-direction: column; align-items: center; min-width: 0; }
.lp-lobster { width: min(88%, 400px); height: auto; filter: drop-shadow(0 26px 44px rgba(0,0,0,0.4)); animation: lpBob 5s ease-in-out infinite; }
@keyframes lpBob { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-14px) rotate(1deg); } }

/* hero "fresh catches" card, tucked under the lobster */
.lp-hero-feed-card { position: relative; z-index: 3; width: min(100%, 380px); margin-top: -18px; border: 1.5px solid var(--cl-hair); border-radius: 16px; background: var(--cl-blue-800); padding: 15px 16px 12px; box-shadow: 0 22px 50px rgba(0,0,0,0.34); }
.lp-hfeed-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 11px; margin-bottom: 4px; border-bottom: 1px solid var(--cl-hair-soft); }
.lp-hfeed-title { font-family: var(--cl-disp); font-size: 0.82rem; font-weight: 700; color: var(--cl-cream); }
.lp-hfeed { display: flex; flex-direction: column; }
.lp-hrow { display: grid; grid-template-columns: minmax(0,auto) 44px 1fr auto; align-items: center; gap: 10px; padding: 10px 2px; border-bottom: 1px solid var(--cl-hair-soft); }
.lp-hrow:last-child { border-bottom: none; }
.lp-hfeed-empty { padding: 30px 2px; text-align: center; color: var(--cl-cream-dim); font-size: 0.82rem; }
.lp-hfeed-more { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; font-family: var(--cl-disp); font-size: 0.8rem; font-weight: 700; color: var(--cl-sky); text-decoration: none; }
.lp-hfeed-more:hover { color: var(--cl-sky); text-decoration: underline; }

.lp-dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 8px currentColor; animation: lpPulse 1.8s ease-in-out infinite; }
@keyframes lpPulse { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }

/* scroll cue */
.lp-scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 24px; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid rgba(169,194,214,0.45); border-radius: 14px; display: block; }
.lp-scroll-cue span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: var(--cl-sky); animation: lpScroll 1.7s ease-in-out infinite; }
@keyframes lpScroll { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 80%,100% { opacity: 0; transform: translateY(14px); } }

/* Hero entrance choreography — opt-in via .lp-anim so content is ALWAYS visible
   by default (no-JS, headless, or a paused tab render the full hero). JS adds
   .lp-anim on load when motion is allowed. Never gate visibility on these. */
.lp-anim .lp-hero-kicker { animation: lpRise 0.6s var(--cl-ease) 0.1s both; }
.lp-anim .lp-hero-h { animation: lpRise 0.7s var(--cl-ease) 0.18s both; }
.lp-anim .lp-hero .lp-sub { animation: lpRise 0.7s var(--cl-ease) 0.3s both; }
.lp-anim .lp-hero .lp-cta-row { animation: lpRise 0.7s var(--cl-ease) 0.42s both; }
.lp-anim .lp-hero .lp-free-note { animation: lpRise 0.7s var(--cl-ease) 0.52s both; }
.lp-anim .lp-hero-stage { animation: lpPop 0.8s var(--cl-ease) 0.34s both; }
@keyframes lpRise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes lpPop { from { opacity: 0; transform: translateY(20px) scale(0.96); } to { opacity: 1; transform: none; } }

/* =============================== REVEALS =============================== */
[data-reveal] { opacity: 1; }
.lp-anim [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 0.6s var(--cl-ease), transform 0.6s var(--cl-ease); }
.lp-anim [data-reveal].is-in { opacity: 1; transform: none; }

/* ===================== LIVE FOLD: feed + numbers ===================== */
.lp-livefold { padding: 100px 0 20px; }
.lp-livefold-head { margin-bottom: 32px; }
.lp-h2 { font-family: var(--cl-disp); font-size: clamp(1.7rem, 3.6vw, 2.6rem); font-weight: 800; letter-spacing: -0.03em; color: var(--cl-cream); margin: 0 0 8px; text-wrap: balance; }
.lp-h2-sub { font-size: 1.02rem; color: var(--cl-cream-mut); margin: 0; }
.lp-livefold-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 26px; align-items: start; }

/* live feed: framed centerpiece */
.lp-stream { min-width: 0; border: 1.5px solid var(--cl-hair); border-radius: 16px; background: var(--cl-blue-800); padding: 14px 16px; box-shadow: 0 18px 44px rgba(0,0,0,0.3); }
.lp-tape-head { display: flex; justify-content: space-between; align-items: center; padding: 2px 2px 12px; border-bottom: 1px solid var(--cl-hair-soft); }
.lp-tape-title { font-family: var(--cl-disp); font-size: 0.85rem; font-weight: 700; color: var(--cl-cream); }
.lp-live { font-family: var(--cl-disp); font-size: 0.72rem; font-weight: 700; color: var(--cl-mint); display: inline-flex; align-items: center; gap: 6px; }
#lp-tape, #lp-hero-feed { min-height: 40px; }
.lp-row { display: grid; grid-template-columns: 66px 46px 1fr auto 40px; align-items: center; gap: 12px; padding: 10px 2px; font-size: 0.9rem; border-bottom: 1px solid var(--cl-hair-soft); }
.lp-row:last-child { border-bottom: none; }
.lp-coin { font-family: var(--cl-disp); font-weight: 700; color: var(--cl-cream); }
.lp-side { font-family: var(--cl-mono); font-size: 0.6rem; font-weight: 800; letter-spacing: 0.06em; padding: 2px 6px; border-radius: 5px; text-align: center; }
.lp-side-buy { color: var(--cl-mint); background: rgba(55,217,138,0.14); }
.lp-side-sell { color: var(--cl-red); background: rgba(250,87,114,0.14); }
.lp-usd { font-family: var(--cl-mono); font-weight: 700; font-size: 0.92rem; font-variant-numeric: tabular-nums; }
.lp-usd-buy { color: var(--cl-mint); }
.lp-usd-sell { color: var(--cl-red); }
.lp-venue { font-family: var(--cl-mono); font-size: 0.72rem; color: var(--cl-cream-mut); text-align: right; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lp-venue i { color: var(--cl-sky); }
.lp-ago { font-family: var(--cl-mono); font-size: 0.7rem; color: var(--cl-cream-dim); text-align: right; font-variant-numeric: tabular-nums; }
.lp-tape-empty { padding: 46px 2px; text-align: center; color: var(--cl-cream-dim); font-size: 0.82rem; }
.lp-row-new { animation: lpFlash 1.4s ease-out; }
@keyframes lpFlash { 0% { background: rgba(247,193,30,0.14); } 100% { background: transparent; } }

/* numbers column: stacked big stats */
.lp-strip { display: flex; flex-direction: column; border: 1.5px solid var(--cl-hair); border-radius: 16px; overflow: hidden; background: var(--cl-blue-850); }
.lp-strip-item { padding: 16px 20px; border-top: 1px solid var(--cl-hair-soft); }
.lp-strip-item:first-child { border-top: none; }
.lp-strip-item.lp-strip-on { background: linear-gradient(180deg, rgba(55,217,138,0.12), transparent); }
.lp-strip-item.lp-strip-off { background: linear-gradient(180deg, rgba(250,87,114,0.12), transparent); }
.lp-strip-label { display: block; font-family: var(--cl-disp); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--cl-cream-mut); margin-bottom: 5px; }
.lp-strip-value { display: inline-block; font-size: 1.55rem; font-weight: 800; font-family: var(--cl-mono); font-variant-numeric: tabular-nums; color: var(--cl-cream); line-height: 1.05; }
.lp-strip-delta { display: inline-block; margin-left: 10px; font-size: 0.74rem; font-weight: 700; font-family: var(--cl-mono); color: var(--cl-cream-mut); }

/* ===================== THE MARKET RIGHT NOW ===================== */
.lp-terminal { background: var(--cl-blue-850); border: 1.5px solid var(--cl-hair); border-radius: 18px; box-shadow: 0 18px 44px rgba(0,0,0,0.3); overflow: hidden; margin-top: 90px; }
.lp-term-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 14px 22px; background: linear-gradient(180deg, rgba(47,177,230,0.08), transparent); border-bottom: 1px solid var(--cl-hair-soft); }
.lp-term-title { font-family: var(--cl-disp); font-size: 0.85rem; font-weight: 700; color: var(--cl-cream); }
.lp-term-sub { font-family: var(--cl-mono); font-size: 0.68rem; color: var(--cl-cream-dim); }
.lp-term-grid { display: grid; grid-template-columns: 1.1fr 1.2fr 1fr; }
.lp-panel { display: block; padding: 20px; text-decoration: none; border-left: 1px solid var(--cl-hair-soft); transition: background-color 0.15s ease-out; }
.lp-panel:first-child { border-left: none; }
.lp-panel:hover { background: rgba(47,177,230,0.06); }
.lp-panel:focus-visible { outline: 2px solid var(--cl-sky); outline-offset: -2px; }
.lp-anim .lp-term-grid .lp-panel { opacity: 0; transform: translateY(18px); transition: opacity 0.6s var(--cl-ease), transform 0.6s var(--cl-ease); }
.lp-anim .lp-terminal.is-in .lp-term-grid .lp-panel { opacity: 1; transform: none; }
.lp-anim .lp-terminal.is-in .lp-term-grid .lp-panel:nth-child(2) { transition-delay: 0.1s; }
.lp-anim .lp-terminal.is-in .lp-term-grid .lp-panel:nth-child(3) { transition-delay: 0.2s; }
.lp-panel-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.lp-panel-head span:first-child { font-family: var(--cl-disp); font-size: 0.78rem; font-weight: 700; color: var(--cl-cream-mut); }
.lp-panel:hover .lp-panel-head span:first-child { color: var(--cl-sky); }
.lp-panel-sub { font-family: var(--cl-mono); font-size: 0.66rem; color: var(--cl-cream-dim); }
.lp-panel-empty { color: var(--cl-sky); font-family: var(--cl-disp); font-weight: 600; font-size: 0.82rem; padding: 18px 0; }

/* depth */
.lp-depth { display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; align-items: stretch; min-height: 128px; }
.lp-depth-side { display: flex; flex-direction: column; gap: 3px; justify-content: flex-end; position: relative; }
.lp-depth-bids { align-items: flex-end; }
.lp-depth-asks { align-items: flex-start; }
.lp-depth-bar { height: 6px; border-radius: 2px; min-width: 3%; }
.lp-depth-bid { background: rgba(55,217,138,0.3); border-right: 2px solid var(--cl-mint); }
.lp-depth-ask { background: rgba(250,87,114,0.3); border-left: 2px solid var(--cl-red); }
.lp-depth-mid { align-self: center; font-size: 0.82rem; font-weight: 700; color: var(--cl-cream); font-family: var(--cl-mono); font-variant-numeric: tabular-nums; padding: 0 4px; }
.lp-depth-total { font-size: 0.66rem; font-weight: 700; font-family: var(--cl-mono); margin-top: 6px; }

/* radar */
.lp-radar-row { display: grid; grid-template-columns: 56px 52px 1fr auto; gap: 8px; align-items: center; padding: 8px 0; font-size: 0.8rem; border-bottom: 1px solid var(--cl-hair-soft); }
.lp-radar-row:last-child { border-bottom: none; }
.lp-radar-dir { font-family: var(--cl-mono); font-size: 0.68rem; font-weight: 700; }
.lp-radar-usd { color: var(--cl-cream-mut); font-family: var(--cl-mono); font-variant-numeric: tabular-nums; text-align: right; }
.lp-radar-badge { font-family: var(--cl-mono); font-size: 0.6rem; color: var(--cl-cream-dim); background: rgba(23,70,107,0.6); padding: 2px 7px; border-radius: 100px; white-space: nowrap; }
.lp-radar-badge.lp-hot { color: var(--cl-gold); background: rgba(247,193,30,0.14); }

/* movers */
.lp-movers { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 16px; }
.lp-mover { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 6px 0; font-size: 0.8rem; }
.lp-mover-price { color: var(--cl-cream-mut); font-family: var(--cl-mono); font-variant-numeric: tabular-nums; margin-left: auto; }

/* ===================== THE PITCH ===================== */
.lp-pitch { text-align: center; padding: 120px 0 0; }
.lp-pitch-h { font-family: var(--cl-disp); font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.12; margin: 0 0 22px; color: var(--cl-cream); text-wrap: balance; }
.lp-pitch-dim { color: var(--cl-cream-dim); }
.lp-pitch-p { font-size: 1.12rem; line-height: 1.6; color: var(--cl-cream-mut); max-width: 54ch; margin: 0 auto; text-wrap: pretty; }
.lp-pitch-link { display: inline-flex; align-items: center; gap: 5px; font-family: var(--cl-disp); font-size: 1rem; font-weight: 700; color: var(--cl-sky); text-decoration: none; white-space: nowrap; }
.lp-pitch-link:hover { text-decoration: underline; color: var(--cl-sky); }
.lp-pitch-link:focus-visible { outline: 2px solid var(--cl-sky); outline-offset: 2px; border-radius: 3px; }

/* ===================== EVERYWHERE: coverage marquee ===================== */
.lp-marquee-sec { margin: 90px 0; }
.lp-marquee { position: relative; overflow: hidden; padding: 15px 0; border-top: 1px solid var(--cl-hair); border-bottom: 1px solid var(--cl-hair); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.lp-marquee-track { display: inline-flex; white-space: nowrap; will-change: transform; animation: lpMarquee 42s linear infinite; }
.lp-marquee-track span { flex: 0 0 auto; font-family: var(--cl-disp); font-size: 1.12rem; font-weight: 700; letter-spacing: 0.02em; color: var(--cl-cream-mut); padding: 0 1.5rem; }
.lp-marquee-track span.lp-mq-chain { color: var(--cl-orange); }
.lp-marquee-track span::after { content: '·'; color: var(--cl-blue-700); margin-left: 3rem; }
@keyframes lpMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.lp-marquee-note { text-align: center; margin: 22px 0 0; font-size: 1.04rem; color: var(--cl-cream-mut); }
.lp-marquee-note b { color: var(--cl-cream); font-weight: 700; }

/* ===================== THE SCORE (was "ledger") ===================== */
.lp-ledger { text-align: center; border-top: 1.5px solid rgba(238,90,44,0.24); border-bottom: 1.5px solid rgba(238,90,44,0.24); background: linear-gradient(180deg, rgba(238,90,44,0.04), transparent 50%, rgba(238,90,44,0.04)); padding: 40px 0; margin: 0 0 72px; }
.lp-ledger-line { font-family: var(--cl-disp); font-size: clamp(1.1rem, 2vw, 1.5rem); font-weight: 800; letter-spacing: -0.02em; color: var(--cl-cream); margin: 0 0 20px; text-wrap: balance; }
.lp-ledger-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 9px 10px; margin: 0 0 18px; }
.lp-outcome { font-family: var(--cl-mono); font-size: 0.78rem; font-variant-numeric: tabular-nums; padding: 5px 11px; border-radius: 7px; }
.lp-outcome b { font-weight: 700; }
.lp-outcome-up { color: var(--cl-mint); background: rgba(55,217,138,0.13); }
.lp-outcome-down { color: var(--cl-red); background: rgba(250,87,114,0.13); }
.lp-ledger-sum { flex-basis: 100%; font-size: 0.84rem; color: var(--cl-cream-mut); margin-top: 8px; }
.lp-ledger-sum b { color: var(--cl-cream); }
.lp-anim .lp-ledger .lp-outcome { opacity: 0; transform: translateY(10px) scale(0.96); transition: opacity 0.4s var(--cl-ease), transform 0.4s var(--cl-ease); }
.lp-anim .lp-ledger.is-in .lp-outcome { opacity: 1; transform: none; }
.lp-anim .lp-ledger.is-in .lp-outcome:nth-child(2) { transition-delay: 0.05s; }
.lp-anim .lp-ledger.is-in .lp-outcome:nth-child(3) { transition-delay: 0.1s; }
.lp-anim .lp-ledger.is-in .lp-outcome:nth-child(4) { transition-delay: 0.15s; }
.lp-anim .lp-ledger.is-in .lp-outcome:nth-child(5) { transition-delay: 0.2s; }
.lp-anim .lp-ledger.is-in .lp-outcome:nth-child(6) { transition-delay: 0.25s; }
.lp-anim .lp-ledger.is-in .lp-outcome:nth-child(n+7) { transition-delay: 0.3s; }

/* ===================== PRO ===================== */
.lp-pro { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px 40px; background: linear-gradient(180deg, rgba(247,193,30,0.08), rgba(247,193,30,0.02)); border: 1.5px solid rgba(247,193,30,0.3); border-radius: 18px; padding: 26px 30px; margin: 0 0 64px; }
.lp-pro-head { display: flex; align-items: baseline; gap: 10px; }
.lp-pro-name { font-family: var(--cl-disp); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--cl-gold); }
.lp-pro-price { font-size: 1.9rem; font-weight: 800; color: var(--cl-cream); font-family: var(--cl-mono); font-variant-numeric: tabular-nums; }
.lp-pro-per { font-size: 0.82rem; font-weight: 600; color: var(--cl-cream-mut); font-family: var(--cl-sans); }
.lp-pro-tag { font-size: 0.84rem; color: var(--cl-cream-mut); margin: 4px 0 0; }
.lp-pro-items { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 22px; }
.lp-pro-items span { font-size: 0.84rem; color: var(--cl-cream); }
.lp-pro-items i { color: var(--cl-gold); margin-right: 7px; }
.lp-pro-right { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.lp-pro-right .lp-cta { background: var(--cl-gold); color: var(--cl-deep-ink); box-shadow: 0 7px 0 #C99A0E, 0 14px 24px rgba(247,193,30,0.22); }
.lp-pro-right .lp-cta:hover { box-shadow: 0 5px 0 #C99A0E, 0 9px 16px rgba(247,193,30,0.22); color: var(--cl-deep-ink); }
.lp-pro-fine { font-size: 0.7rem; color: var(--cl-cream-dim); }

/* ===================== MOTION HONESTY ===================== */
@media (prefers-reduced-motion: reduce) {
    .lp-dot, .lp-row-new, .lp-scroll-cue span, .lp-marquee-track, .lp-lobster,
    .lp-hero-kicker, .lp-hero-h, .lp-hero .lp-sub, .lp-hero .lp-cta-row,
    .lp-hero .lp-free-note, .lp-scroll-cue, .lp-hero-stage { animation: none; }
    .lp-anim [data-reveal], .lp-anim .lp-term-grid .lp-panel, .lp-anim .lp-ledger .lp-outcome { opacity: 1; transform: none; transition: none; }
    .lp-cta, .lp-panel { transition: none; }
    .lp-cta:hover, .lp-cta:active { transform: none; }
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 900px) {
    .lp-hero { min-height: auto; padding-top: 96px; padding-bottom: 52px; }
    .lp-hero-inner { grid-template-columns: 1fr; gap: 26px; align-items: start; }
    .lp-hero-stage { order: -1; }
    .lp-lobster { width: min(76%, 320px); }
    .lp-hero-h { font-size: clamp(2.5rem, 11vw, 3.6rem); }
    .lp-hero-feed-card { max-width: 460px; margin-top: -10px; }
    .lp-livefold { padding-top: 68px; }
    .lp-livefold-grid { grid-template-columns: 1fr; gap: 20px; }
    #lp-tape { max-height: 360px; overflow: hidden; }
    .lp-strip { flex-direction: row; flex-wrap: wrap; }
    .lp-strip-item { flex: 1 1 45%; border-top: 1px solid var(--cl-hair-soft); }
    .lp-strip-item:first-child { flex-basis: 100%; }
    .lp-strip-value { font-size: 1.3rem; }
    .lp-terminal { margin-top: 60px; }
    .lp-term-grid { grid-template-columns: 1fr; }
    .lp-panel { border-left: none; border-top: 1px solid var(--cl-hair-soft); }
    .lp-panel:first-child { border-top: none; }
    .lp-pitch { padding-top: 84px; }
    .lp-marquee-sec { margin: 68px 0; }
    .lp-marquee-track span { font-size: 1rem; }
    .lp-pro { grid-template-columns: 1fr; }
    .lp-pro-items { grid-template-columns: 1fr; }
    .lp-pro-right { align-items: flex-start; }
}
