/* ════════════════════════════════════════════════════════════════════
   ZIION — LANDING (public front door)
   Standalone marketing scroll page. No app shell, no router.
   Layout only — every color / space / radius / type pulls from tokens.css.
   Philosophy: Ma (whitespace), Kanso (one number per block), institution
   over community. Black canvas, single accent, the gold reserved for capital.
   ════════════════════════════════════════════════════════════════════ */

.lp {
  background: var(--bg-0);
  color: var(--ink);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.lp ::selection { background: var(--accent); color: var(--accent-on); }

.lp-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding-inline: var(--s-7);
}

.lp .lp-wordmark {
  font-weight: 800;
  letter-spacing: 6px;
  font-size: 17px;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
}
.lp .lp-wordmark .dot {
  width: 6px; height: 6px;
  background: var(--accent);
  border-radius: 50%;
  display: inline-block;
  margin-left: 8px;
  box-shadow: 0 0 12px var(--accent-glow);
}

.lp-eyebrow {
  font-family: var(--font-mono);
  font-size: var(--t-mono);
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--s-4);
}

.lp-h2 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: -.02em;
  color: var(--ink);
}

.lp-accent-ink { color: var(--accent); }
.lp-gold { color: var(--gold); }

.lp-section-lead {
  font-size: var(--t-lead);
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 60ch;
  margin-top: var(--s-4);
}

/* ── Section rhythm — generous vertical pause ──────────────────── */
.lp-section {
  position: relative;
  padding-block: clamp(72px, 11vw, 140px);
  border-top: 1px solid var(--line);
}
.lp-section-quiet { background: var(--bg-1); }

.lp-section-head { margin-bottom: var(--s-9); max-width: 760px; }
.lp-section-head-center { margin-inline: auto; text-align: center; }
.lp-section-head-center .lp-section-lead { margin-inline: auto; }

/* ════════════════════════════════════════════════════════════════════
   1 · NAV — sticky, translucent, condenses on scroll
   ════════════════════════════════════════════════════════════════════ */
.lp-nav {
  position: sticky; top: 0; z-index: var(--z-nav);
  transition: background var(--t-base) var(--ease), border-color var(--t-base) var(--ease), backdrop-filter var(--t-base) var(--ease);
  border-bottom: 1px solid transparent;
}
.lp-nav.is-scrolled {
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom-color: var(--line);
}
.lp-nav-inner {
  max-width: 1160px; margin: 0 auto;
  height: 66px; padding-inline: var(--s-7);
  display: flex; align-items: center; gap: var(--s-6);
}
.lp-nav-links {
  display: flex; align-items: center; gap: var(--s-6);
  margin-left: var(--s-5);
}
.lp-nav-links a {
  font-size: var(--t-body);
  color: var(--ink-2);
  transition: color var(--t-base) var(--ease);
}
.lp-nav-links a:hover { color: var(--ink); }
.lp-nav-cta { margin-left: auto; display: flex; align-items: center; gap: var(--s-2); }

/* ════════════════════════════════════════════════════════════════════
   2 · HERO — cinematic, radial accent glow, deep black
   ════════════════════════════════════════════════════════════════════ */
.lp-hero {
  position: relative;
  min-height: min(92vh, 880px);
  display: flex; align-items: center;
  padding-block: clamp(80px, 12vh, 160px);
  overflow: hidden;
}
.lp-hero-glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(900px 540px at 50% 8%, var(--accent-glow), transparent 62%),
    radial-gradient(640px 420px at 84% 78%, var(--accent-tint-1), transparent 70%);
  pointer-events: none;
}
.lp-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(720px 520px at 50% 30%, #000, transparent 78%);
  -webkit-mask-image: radial-gradient(720px 520px at 50% 30%, #000, transparent 78%);
  opacity: .6;
  pointer-events: none;
}
.lp-hero-inner { position: relative; text-align: center; }

.lp-hero .lp-eyebrow { display: inline-block; }

.lp-hero-title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(40px, 7.4vw, 92px);
  line-height: 1.02;
  letter-spacing: -.03em;
  color: var(--ink);
  margin-bottom: var(--s-6);
}
.lp-hero-sub {
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 56ch;
  margin: 0 auto var(--s-8);
}
.lp-hero-actions {
  display: flex; justify-content: center; gap: var(--s-3); flex-wrap: wrap;
  margin-bottom: var(--s-9);
}

/* The ladder, spelled out under the fold */
.lp-hero-ladder {
  display: inline-flex; align-items: center; flex-wrap: wrap;
  justify-content: center; gap: var(--s-3);
  padding: var(--s-3) var(--s-5);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  background: rgba(0,0,0,0.4);
  font-family: var(--font-mono);
  font-size: var(--t-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.lp-hero-ladder span { color: var(--ink-2); }
.lp-hero-ladder span.is-end { color: var(--gold); }
.lp-hero-ladder i { color: var(--ink-4); font-style: normal; }

/* ════════════════════════════════════════════════════════════════════
   3 · THE PROBLEM — has / lacks
   ════════════════════════════════════════════════════════════════════ */
.lp-problem-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: var(--s-7);
  align-items: stretch;
}
.lp-problem {
  border: 1px solid var(--line);
  border-radius: var(--r-4);
  padding: var(--s-8) var(--s-7);
  background: var(--bg-2);
}
.lp-problem-label {
  font-family: var(--font-mono);
  font-size: var(--t-mono);
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: var(--s-6);
}
.lp-problem-label.has { color: var(--accent); }
.lp-problem-label.lacks { color: var(--ink-3); }

.lp-list { list-style: none; display: flex; flex-direction: column; gap: var(--s-4); }
.lp-list li {
  font-size: var(--t-lead);
  color: var(--ink);
  padding-left: var(--s-5);
  position: relative;
}
.lp-list li::before {
  content: ''; position: absolute; left: 0; top: .62em;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent);
}
.lp-list-lacks li { color: var(--ink-2); }
.lp-list-lacks li::before {
  background: transparent;
  border: 1px solid var(--ink-4);
}

.lp-problem-divider {
  display: grid; place-items: center;
  width: 1px; background: var(--line);
  margin-inline: auto;
  position: relative;
}
.lp-divider-mark {
  font-family: var(--font-mono);
  font-size: var(--t-meta);
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--ink-3);
  background: var(--bg-0);
  padding: var(--s-2) 0;
}

.lp-close-line {
  margin-top: var(--s-9);
  font-family: var(--font-serif);
  font-size: clamp(20px, 2.6vw, 30px);
  line-height: 1.35;
  letter-spacing: -.01em;
  color: var(--ink);
  text-align: center;
  max-width: 24ch;
  margin-inline: auto;
}

/* ════════════════════════════════════════════════════════════════════
   4 · THE SOLUTION — seven layers
   ════════════════════════════════════════════════════════════════════ */
.lp-layers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--s-3);
}
.lp-layer {
  display: flex; align-items: flex-start; gap: var(--s-5);
  padding: var(--s-5) var(--s-6);
  border: 1px solid var(--line);
  border-radius: var(--r-3);
  background: var(--bg-2);
  transition: border-color var(--t-base) var(--ease), transform var(--t-base) var(--ease);
}
.lp-layer:hover { border-color: var(--line-2); transform: translateY(-2px); }
.lp-layer-n {
  font-family: var(--font-mono);
  font-size: var(--t-h3);
  font-weight: 500;
  color: var(--accent);
  line-height: 1;
  min-width: 34px;
}
.lp-layer h3 { font-size: var(--t-h3); font-weight: 600; margin-bottom: 2px; }
.lp-layer p { font-size: var(--t-meta); color: var(--ink-2); }
.lp-layer-gold { grid-column: 1 / -1; border-color: rgba(229,184,92,0.25); background: rgba(229,184,92,0.05); }
.lp-layer-gold .lp-layer-n { color: var(--gold); }

/* ════════════════════════════════════════════════════════════════════
   5 · BUILDER PASSPORT — copy + mockup card
   ════════════════════════════════════════════════════════════════════ */
.lp-passport-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}
.lp-passport-copy .lp-h2 { margin-bottom: 0; }
.lp-check-list {
  list-style: none;
  margin: var(--s-6) 0 var(--s-8);
  display: flex; flex-direction: column; gap: var(--s-3);
}
.lp-check-list li {
  position: relative; padding-left: var(--s-6);
  font-size: var(--t-body); color: var(--ink-2); line-height: 1.5;
}
.lp-check-list li::before {
  content: ''; position: absolute; left: 0; top: 3px;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--accent-tint-3);
  box-shadow: inset 0 0 0 1px var(--accent-tint-4);
}
.lp-check-list li::after {
  content: ''; position: absolute; left: 5px; top: 7px;
  width: 5px; height: 8px;
  border: solid var(--accent); border-width: 0 1.5px 1.5px 0;
  transform: rotate(40deg);
}

/* ── The passport card mockup ─────────────────────────────────── */
.lp-passport-card {
  position: relative;
  border-radius: var(--r-4);
  border: 1px solid var(--line-2);
  background:
    radial-gradient(120% 80% at 0% 0%, var(--accent-tint-2), transparent 55%),
    linear-gradient(160deg, var(--bg-3), var(--bg-2));
  padding: var(--s-6);
  box-shadow: var(--shadow-2), 0 0 0 1px rgba(0,0,0,0.4);
  overflow: hidden;
}
.lp-pp-sheen {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.06), transparent 38%);
  pointer-events: none;
}
.lp-pp-head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: var(--s-5);
  border-bottom: 1px solid var(--line);
  position: relative;
}
.lp-pp-mark {
  display: flex; align-items: center;
  font-weight: 800; letter-spacing: 4px; font-size: 13px; color: var(--ink);
}
.lp-pp-mark .dot { width: 5px; height: 5px; background: var(--accent); border-radius: 50%; margin-inline: 7px 10px; }
.lp-pp-mark-sub {
  font-family: var(--font-mono); font-size: 9px;
  letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3);
}
.lp-pp-verified {
  font-family: var(--font-mono); font-size: 9px;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent);
  border: 1px solid var(--accent-tint-4);
  background: var(--accent-tint-1);
  border-radius: var(--r-pill);
  padding: 3px 9px;
}

.lp-pp-identity {
  display: flex; align-items: center; gap: var(--s-5);
  padding: var(--s-6) 0;
  position: relative;
}
.lp-pp-ring {
  --p: 0.55;
  width: 84px; height: 84px; flex-shrink: 0;
  border-radius: 50%;
  background:
    conic-gradient(var(--accent) calc(var(--p) * 360deg), var(--bg-4) 0);
  display: grid; place-items: center;
  box-shadow: 0 0 24px var(--accent-glow);
}
.lp-pp-ring-core {
  width: 66px; height: 66px; border-radius: 50%;
  background: var(--bg-2);
  display: grid; place-items: center; align-content: center;
  border: 1px solid var(--line);
}
.lp-pp-ring-lvl {
  font-family: var(--font-serif); font-size: 24px; line-height: 1; color: var(--ink);
}
.lp-pp-ring-cap {
  font-family: var(--font-mono); font-size: 8px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--ink-3); margin-top: 3px;
}
.lp-pp-who { min-width: 0; }
.lp-pp-name {
  font-family: var(--font-serif); font-size: 26px; line-height: 1.1;
  color: var(--ink); margin-bottom: 4px;
}
.lp-pp-level {
  font-family: var(--font-mono); font-size: var(--t-mono);
  letter-spacing: .12em; text-transform: uppercase; color: var(--accent);
}
.lp-pp-trust { display: flex; align-items: baseline; gap: var(--s-2); margin-top: var(--s-3); }
.lp-pp-trust-num {
  font-size: 22px; font-weight: 700; color: var(--ink);
  font-variant-numeric: tabular-nums; letter-spacing: -.02em;
}
.lp-pp-trust-cap {
  font-family: var(--font-mono); font-size: 9px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ink-3);
}

/* dimension rows */
.lp-pp-rows {
  display: flex; flex-direction: column;
  border-top: 1px solid var(--line);
  margin-top: var(--s-2);
}
.lp-pp-row {
  display: grid;
  grid-template-columns: 1fr auto 12px;
  align-items: center; gap: var(--s-3);
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}
.lp-pp-row-k { font-size: var(--t-body); color: var(--ink); }
.lp-pp-row-v {
  font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: .04em; color: var(--ink-2);
}
.lp-pp-row.is-locked .lp-pp-row-k,
.lp-pp-row.is-locked .lp-pp-row-v { color: var(--ink-4); }

/* status dots */
.lp-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.lp-dot.on { background: var(--accent); box-shadow: 0 0 8px var(--accent-glow); }
.lp-dot.pending { background: transparent; box-shadow: inset 0 0 0 1.5px var(--gold); }
.lp-dot.off { background: transparent; box-shadow: inset 0 0 0 1.5px var(--ink-4); }

.lp-pp-foot { padding-top: var(--s-5); }
.lp-pp-next {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: var(--s-3);
}
.lp-pp-next-cap {
  font-family: var(--font-mono); font-size: 9px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ink-3);
}
.lp-pp-next-val { font-size: var(--t-meta); color: var(--ink); }
.lp-pp-bar {
  height: 5px; border-radius: var(--r-pill);
  background: var(--bg-4); overflow: hidden;
}
.lp-pp-bar > span {
  display: block; height: 100%;
  background: linear-gradient(90deg, var(--accent-2), var(--accent));
  border-radius: var(--r-pill);
}
.lp-pp-legend {
  display: flex; gap: var(--s-5); margin-top: var(--s-4);
}
.lp-pp-legend span {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono); font-size: 9px;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3);
}
.lp-pp-legend .lp-dot { width: 7px; height: 7px; }

/* ════════════════════════════════════════════════════════════════════
   6 · READINESS LADDER — climbing visual
   ════════════════════════════════════════════════════════════════════ */
.lp-ladder {
  list-style: none;
  display: flex; flex-direction: column;
  position: relative;
}
.lp-ladder::before {
  content: ''; position: absolute;
  left: 23px; top: 24px; bottom: 24px; width: 1px;
  background: linear-gradient(var(--line), var(--accent-tint-4), var(--gold));
}
.lp-rung {
  display: flex; align-items: center; gap: var(--s-5);
  padding: var(--s-4) var(--s-5);
  /* the climb: each rung steps in to read as ascent */
  margin-left: calc((var(--i) - 1) * 18px);
  border: 1px solid var(--line);
  border-radius: var(--r-3);
  background: var(--bg-2);
  margin-bottom: var(--s-3);
  position: relative;
  transition: border-color var(--t-base) var(--ease), transform var(--t-base) var(--ease);
}
.lp-rung:hover { border-color: var(--line-2); transform: translateX(2px); }
.lp-rung-n {
  width: 30px; height: 30px; flex-shrink: 0;
  display: grid; place-items: center;
  border-radius: 50%;
  font-family: var(--font-mono); font-size: 12px; color: var(--ink);
  border: 1px solid var(--line-2);
  background: var(--bg-3);
  position: relative; z-index: 1;
}
.lp-rung-body h3 { font-size: var(--t-h3); font-weight: 600; line-height: 1.2; }
.lp-rung-body p {
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3);
  margin-top: 3px;
}
.lp-rung-gold { border-color: rgba(229,184,92,0.22); background: rgba(229,184,92,0.05); }
.lp-rung-gold .lp-rung-n { border-color: rgba(229,184,92,0.4); color: var(--gold); background: rgba(229,184,92,0.08); }
.lp-rung.is-peak {
  border-color: rgba(229,184,92,0.4);
  background: rgba(229,184,92,0.09);
  box-shadow: 0 0 28px rgba(229,184,92,0.08);
}
.lp-rung.is-peak .lp-rung-body h3 { color: var(--gold); }

/* ════════════════════════════════════════════════════════════════════
   7 · HIGH LVL NATION — feature band
   ════════════════════════════════════════════════════════════════════ */
.lp-band {
  position: relative;
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  padding: clamp(40px, 5vw, 72px);
  border: 1px solid var(--line);
  border-radius: var(--r-4);
  background: linear-gradient(150deg, var(--bg-2), var(--bg-1));
  overflow: hidden;
}
.lp-band-glow {
  position: absolute; inset: 0;
  background: radial-gradient(560px 380px at 92% 12%, var(--accent-tint-2), transparent 64%);
  pointer-events: none;
}
.lp-band-copy { position: relative; }
.lp-band-copy .lp-section-lead { margin-bottom: var(--s-7); }
.lp-band-stats {
  position: relative;
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-3);
}
.lp-band-stat {
  border: 1px solid var(--line);
  border-radius: var(--r-3);
  padding: var(--s-5);
  background: rgba(0,0,0,0.35);
}
.lp-band-num {
  display: block;
  font-size: 34px; font-weight: 700; letter-spacing: -.02em; line-height: 1;
  color: var(--ink); font-variant-numeric: tabular-nums;
}
.lp-band-cap {
  display: block; margin-top: var(--s-2);
  font-family: var(--font-mono); font-size: 9.5px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3);
}

/* ════════════════════════════════════════════════════════════════════
   8 · CREDIT READINESS — quote pull
   ════════════════════════════════════════════════════════════════════ */
.lp-credit {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}
.lp-credit-copy .lp-h2 { margin-bottom: var(--s-7); }
.lp-quote {
  position: relative;
  border: 1px solid var(--line-2);
  border-radius: var(--r-4);
  padding: var(--s-8) var(--s-7);
  background:
    radial-gradient(110% 80% at 100% 0%, var(--accent-tint-1), transparent 60%),
    var(--bg-2);
}
.lp-quote-tag {
  font-family: var(--font-mono); font-size: var(--t-mono);
  letter-spacing: .16em; text-transform: uppercase; color: var(--accent);
  margin-bottom: var(--s-5);
}
.lp-quote blockquote {
  font-family: var(--font-serif);
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.3;
  letter-spacing: -.01em;
  color: var(--ink);
}
.lp-quote figcaption {
  margin-top: var(--s-6);
  padding-top: var(--s-5);
  border-top: 1px solid var(--line);
  font-size: var(--t-meta);
  color: var(--ink-3);
}

/* ════════════════════════════════════════════════════════════════════
   9 · MEMBERSHIP — pricing grid
   ════════════════════════════════════════════════════════════════════ */
.lp-pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-4);
}
.lp-price {
  position: relative;
  display: flex; flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--r-4);
  padding: var(--s-7) var(--s-6);
  background: var(--bg-2);
  transition: border-color var(--t-base) var(--ease), transform var(--t-base) var(--ease);
}
.lp-price:hover { border-color: var(--line-2); transform: translateY(-3px); }
.lp-price.is-popular {
  border-color: var(--accent);
  background: linear-gradient(180deg, var(--accent-tint-1), var(--bg-2));
  box-shadow: 0 0 0 1px var(--accent-tint-3), 0 0 40px var(--accent-glow);
}
.lp-price-gold { border-color: rgba(229,184,92,0.22); }
.lp-price-flag {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  font-family: var(--font-mono); font-size: 9px;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent-on); background: var(--accent);
  border-radius: var(--r-pill); padding: 4px 12px; white-space: nowrap;
}
.lp-price-name {
  font-family: var(--font-mono); font-size: var(--t-mono);
  letter-spacing: .14em; text-transform: uppercase; color: var(--ink-2);
  margin-bottom: var(--s-4);
}
.lp-price-gold .lp-price-name { color: var(--gold); }
.lp-price-fig { display: flex; align-items: baseline; gap: 4px; margin-bottom: var(--s-2); }
.lp-price-amt {
  font-family: var(--font-serif); font-size: 36px; line-height: 1; color: var(--ink);
  letter-spacing: -.01em;
}
.lp-price-cad { font-size: var(--t-meta); color: var(--ink-3); }
.lp-price-purpose {
  font-size: var(--t-meta); color: var(--ink-2);
  padding-bottom: var(--s-5);
  border-bottom: 1px solid var(--line);
  margin-bottom: var(--s-5);
}
.lp-price-feats {
  list-style: none; display: flex; flex-direction: column; gap: var(--s-3);
  margin-bottom: var(--s-6); flex: 1;
}
.lp-price-feats li {
  position: relative; padding-left: var(--s-5);
  font-size: var(--t-body); color: var(--ink-2); line-height: 1.4;
}
.lp-price-feats li::before {
  content: ''; position: absolute; left: 0; top: 7px;
  width: 5px; height: 9px;
  border: solid var(--accent); border-width: 0 1.5px 1.5px 0;
  transform: rotate(40deg);
}
.lp-price .btn { width: 100%; justify-content: center; }

/* ════════════════════════════════════════════════════════════════════
   10 · PARTNERS — band
   ════════════════════════════════════════════════════════════════════ */
.lp-partners {
  text-align: center; max-width: 720px; margin-inline: auto;
}
.lp-partners .lp-eyebrow { display: inline-block; }
.lp-partners .lp-section-lead { margin-inline: auto; margin-bottom: var(--s-7); }
.lp-partner-tags {
  display: flex; flex-wrap: wrap; justify-content: center; gap: var(--s-2);
  margin-bottom: var(--s-8);
}
.lp-tag {
  font-family: var(--font-mono); font-size: var(--t-meta);
  letter-spacing: .08em; color: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 7px var(--s-4);
  background: var(--bg-2);
}

/* ════════════════════════════════════════════════════════════════════
   11 · FINAL CTA
   ════════════════════════════════════════════════════════════════════ */
.lp-final {
  position: relative;
  padding-block: clamp(96px, 14vw, 180px);
  border-top: 1px solid var(--line);
  overflow: hidden;
  text-align: center;
}
.lp-final-glow {
  position: absolute; inset: 0;
  background: radial-gradient(700px 460px at 50% 50%, var(--accent-glow), transparent 64%);
  pointer-events: none;
}
.lp-final-inner { position: relative; }
.lp-final-title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(32px, 5.6vw, 68px);
  line-height: 1.08;
  letter-spacing: -.025em;
  color: var(--ink);
  margin-bottom: var(--s-8);
}

/* ════════════════════════════════════════════════════════════════════
   12 · FOOTER
   ════════════════════════════════════════════════════════════════════ */
.lp-footer { border-top: 1px solid var(--line); background: var(--bg-1); padding-block: var(--s-9) var(--s-6); }
.lp-footer-inner {
  display: flex; justify-content: space-between; gap: var(--s-8);
  flex-wrap: wrap;
  padding-bottom: var(--s-8);
  border-bottom: 1px solid var(--line);
}
.lp-footer-brand { max-width: 360px; }
.lp-footer-line {
  margin-top: var(--s-4);
  font-family: var(--font-serif);
  font-size: var(--t-lead);
  line-height: 1.4;
  color: var(--ink-2);
}
.lp-footer-org {
  margin-top: var(--s-3);
  font-family: var(--font-mono); font-size: var(--t-meta);
  letter-spacing: .08em; color: var(--ink-3);
}
.lp-footer-links { display: flex; flex-wrap: wrap; gap: var(--s-5); align-content: flex-start; }
.lp-footer-links a {
  font-size: var(--t-body); color: var(--ink-2);
  transition: color var(--t-base) var(--ease);
}
.lp-footer-links a:hover { color: var(--ink); }
.lp-footer-base {
  max-width: 1160px; margin: 0 auto;
  padding: var(--s-5) var(--s-7) 0;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: var(--s-3);
  font-family: var(--font-mono); font-size: var(--t-mono);
  letter-spacing: .08em; color: var(--ink-3);
}

/* ════════════════════════════════════════════════════════════════════
   RESPONSIVE — <= 880px collapse
   ════════════════════════════════════════════════════════════════════ */
@media (max-width: 1040px) {
  .lp-pricing { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 880px) {
  .lp-container { padding-inline: var(--s-4); }
  .lp-nav-inner { padding-inline: var(--s-4); gap: var(--s-3); }
  .lp-nav-links { display: none; }

  .lp-hero { min-height: auto; }

  .lp-problem-grid { grid-template-columns: 1fr; gap: var(--s-4); }
  .lp-problem-divider { width: auto; height: 1px; }
  .lp-divider-mark { padding: 0 var(--s-3); }

  .lp-layers { grid-template-columns: 1fr; }

  .lp-passport-wrap { grid-template-columns: 1fr; }
  .lp-passport-card { order: 2; }

  .lp-rung { margin-left: 0 !important; }
  .lp-ladder::before { left: 18px; }

  .lp-band { grid-template-columns: 1fr; }

  .lp-credit { grid-template-columns: 1fr; }

  .lp-pricing { grid-template-columns: 1fr; }

  .lp-footer-base { padding-inline: var(--s-4); }
}
@media (max-width: 520px) {
  .lp-nav-cta .btn-ghost { display: none; }
  .lp-band-stats { grid-template-columns: 1fr 1fr; }
  .lp-hero-ladder { gap: var(--s-2); font-size: 9px; }
}

/* Honor reduced-motion: nothing here animates on a loop, but disable hover-lift transforms */
@media (prefers-reduced-motion: reduce) {
  .lp * { transition: none !important; }
}

/* ════════════════════════════════════════════════════════════════════
   ZIION CREATOR PASS — final visual language override
   Reference: numbered gradient pass, outside-Babylon mythology,
   anti-atomization as charged alignment.
   ════════════════════════════════════════════════════════════════════ */
body.lp {
  background: var(--landscape);
  background-size: auto, 72px 72px, 72px 72px, auto;
  background-attachment: fixed;
}
body.lp::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .024;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.lp main,
.lp-nav,
.lp-footer {
  position: relative;
  z-index: 1;
}
.lp .lp-eyebrow {
  font-family: var(--font-label);
  font-weight: 700;
  color: var(--accent);
}
.lp-nav,
.lp-nav.is-scrolled {
  background: rgba(252,252,248,0.82);
  -webkit-backdrop-filter: var(--blur);
  backdrop-filter: var(--blur);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}
.lp-hero {
  min-height: min(90dvh, 860px);
  align-items: center;
  padding-block: clamp(96px, 13vh, 148px);
  background:
    radial-gradient(760px 460px at 82% 34%, rgba(var(--accent-rgb),0.12), transparent 68%),
    radial-gradient(680px 420px at 8% 10%, rgba(255,205,104,0.16), transparent 70%),
    var(--landscape) !important;
}
.lp-hero-glow {
  background:
    radial-gradient(620px 360px at 76% 36%, rgba(255,221,108,0.18), transparent 68%),
    radial-gradient(520px 320px at 20% 76%, rgba(var(--accent-rgb),0.08), transparent 70%);
  mix-blend-mode: normal;
  opacity: 1;
}
.lp-hero-grid {
  opacity: .42;
  mask-image: linear-gradient(90deg, #000 0%, #000 62%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 62%, transparent 100%);
}
.lp-hero-inner {
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 1160px;
}
.lp-hero .lp-eyebrow {
  display: block;
}
.lp-hero-title {
  max-width: 8.8ch;
  font-size: clamp(54px, 9vw, 118px);
  line-height: .92;
  letter-spacing: -.045em;
  margin-bottom: var(--s-6);
}
.lp-hero-sub {
  max-width: 46ch;
  margin: 0 0 var(--s-7);
  color: var(--ink-2);
}
.lp-hero-actions {
  justify-content: flex-start;
  margin-bottom: var(--s-7);
}
.lp-hero-ladder {
  justify-content: flex-start;
  background: rgba(17,21,16,0.78);
  border-color: rgba(255,255,255,0.14);
  color: rgba(255,253,244,0.56);
  max-width: 620px;
  gap: 10px;
}
.lp-hero-ladder span {
  color: rgba(255,253,244,0.82);
}
.lp-hero-ladder span.is-end {
  color: #FFD66B;
}
.lp-hero-pass {
  position: absolute;
  z-index: 1;
  right: clamp(28px, 7vw, 118px);
  top: 20%;
  width: clamp(360px, 34vw, 540px);
  transform: rotate(-4deg);
  pointer-events: none;
}
.lp-hero-pass .zi-pass-frame {
  box-shadow: 0 36px 90px rgba(17,21,16,0.28);
}
.lp .lp-passport-card.zi-pass-wrap {
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.lp-passport-wrap {
  align-items: center;
}
.lp-passport-copy {
  max-width: 560px;
}
.lp-band {
  background:
    linear-gradient(135deg, rgba(16,22,18,0.94), rgba(28,46,33,0.88)),
    var(--landscape) !important;
  border-color: rgba(255,255,255,0.12);
}
.lp-final {
  background:
    radial-gradient(760px 420px at 50% 20%, rgba(255,214,107,0.14), transparent 66%),
    var(--landscape) !important;
}
.lp-final-title {
  max-width: 900px;
  margin-inline: auto;
}

@media (max-width: 1080px) {
  .lp-hero-pass {
    right: -120px;
    top: 22%;
    width: 460px;
    opacity: .32;
  }
  .lp-hero-title {
    max-width: 9.5ch;
  }
}
@media (max-width: 700px) {
  .lp-hero {
    display: block;
    min-height: 0;
    padding-top: 86px;
    padding-bottom: 18px;
    background: var(--landscape) !important;
  }
  .lp-hero-pass {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: min(80vw, 310px);
    margin: 26px auto 0;
    opacity: .92;
    transform: rotate(-2deg);
  }
  .lp-hero-pass .zi-pass-card {
    min-height: 176px;
  }
  .lp-hero-ladder {
    display: none;
  }
  .lp-hero-title {
    font-size: clamp(48px, 16vw, 72px);
  }
  .lp-hero-ladder {
    font-size: 8.5px;
    padding-inline: var(--s-3);
  }
}
