/* ============================================================================
   LinkedIn OS · page.css — product landing
   Same grammar as /video-engine: dark hero (proof fan) → light pain →
   dark stepped how-it-works → deliverables → compare → real outputs →
   FAQ → dark final CTA. Folio/masthead chrome kept; visual grammar is
   landing, not magazine chapters. LinkedIn-specific: post-card fan +
   dashboard step frames instead of phone video bezels.
   ========================================================================== */

body { font-feature-settings: "ss01" 1; }

/* ---------------------------------------------------------------- folio -- */
.folio {
  position: fixed;
  top: var(--sc-5);
  left: var(--sc-gutter);
  z-index: var(--sc-z-chrome);
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--sc-font-mono);
  font-size: var(--sc-t-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: color-mix(in oklab, var(--sc-ink-soft) 85%, transparent);
  pointer-events: none;
}
.folio__n {
  color: color-mix(in oklab, var(--sc-accent) 85%, var(--sc-ink));
  font-weight: 600;
}
.folio__t::before { content: "· "; }

/* -------------------------------------------------------------- masthead -- */
.masthead {
  position: fixed;
  right: var(--sc-gutter);
  bottom: var(--sc-5);
  z-index: var(--sc-z-chrome);
  text-align: right;
  pointer-events: none;
}
.masthead__label {
  font-family: var(--sc-font-mono);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: color-mix(in oklab, var(--sc-ink-soft) 60%, transparent);
  margin: 0 0 6px;
}
.masthead__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.masthead__list li {
  font-family: var(--sc-font-mono);
  font-size: var(--sc-t-xs);
  letter-spacing: 0.03em;
  color: var(--sc-ink);
  background: color-mix(in oklab, var(--sc-canvas) 55%, transparent);
  border: 1px solid var(--sc-hairline);
  border-right: 2px solid color-mix(in oklab, var(--sc-accent) 70%, transparent);
  padding: 3px 10px;
  border-radius: 3px;
}
@media (max-width: 700px) {
  .folio { display: none; }
  .masthead { left: var(--sc-gutter); right: var(--sc-gutter); text-align: left; bottom: var(--sc-3); }
  .masthead__list { flex-direction: row; flex-wrap: wrap; }
}

/* ------------------------------------------------------------- landing -- */
.lp { color: var(--sc-ink); }

.lp-eyebrow {
  margin: 0 0 var(--sc-4);
  font-family: var(--sc-font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: color-mix(in oklab, var(--sc-accent) 85%, var(--sc-ink));
}
.lp-eyebrow--hero {
  color: color-mix(in oklab, #f4f4f2 70%, transparent);
  letter-spacing: 0.18em;
}
.lp-eyebrow--dark {
  color: color-mix(in oklab, var(--sc-accent) 70%, #111);
}

.lp-h2 {
  margin: 0 0 var(--sc-4);
  font-family: var(--sc-font-display);
  font-weight: 700;
  letter-spacing: var(--sc-track-tight);
  font-size: clamp(1.8rem, 1.4rem + 2.2vw, 3.2rem);
  line-height: 1.08;
  color: var(--sc-ink);
}
.lp-h2--dark { color: #0f1111; }

.lp-section {
  padding-block: clamp(4rem, 3rem + 4vw, 7rem);
}
.lp-section--dark {
  background: #030305;
  color: #f4f4f2;
}
.lp-section--dark .lp-h2,
.lp-section--dark .lp-section__sub { color: #f4f4f2; }
.lp-section--light { background: #f3f3f0; color: #0f1111; }
.lp-section--surface { background: var(--sc-surface); }

.lp-section__head { max-width: 42rem; margin-bottom: var(--sc-7); }
.lp-section__sub {
  margin: 0;
  font-size: var(--sc-t-lg);
  line-height: 1.5;
  color: color-mix(in oklab, var(--sc-ink) 65%, transparent);
}
.lp-narrow { max-width: 44rem; }

/* ----------------------------------------------------------------- hero -- */
.lp-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #030305;
  color: #f4f4f2;
  padding-block: clamp(5.5rem, 4.5rem + 5vw, 8rem) clamp(2.5rem, 2rem + 2vw, 4rem);
  text-align: center;
}
.lp-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(color-mix(in oklab, #fff 4.5%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in oklab, #fff 4.5%, transparent) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 35%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 35%, #000 20%, transparent 75%);
}
.lp-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 52rem;
  margin-inline: auto;
}
.lp-hero__h {
  margin: 0 auto var(--sc-4);
  max-width: 22ch;
  font-family: var(--sc-font-display);
  font-weight: 700;
  letter-spacing: var(--sc-track-tight);
  font-size: clamp(2.25rem, 1.65rem + 3.4vw, 4.4rem);
  line-height: 1.02;
}
.lp-mark {
  color: var(--sc-accent);
}
.lp-hero__promise {
  margin: 0 auto var(--sc-4);
  max-width: 36ch;
  font-family: var(--sc-font-display);
  font-size: clamp(1.15rem, 1rem + 0.7vw, 1.55rem);
  font-weight: 600;
  line-height: 1.3;
  color: #f4f4f2;
}
.lp-hero__lede {
  margin: 0 auto var(--sc-6);
  max-width: 46ch;
  font-size: clamp(1.02rem, 0.95rem + 0.35vw, 1.18rem);
  line-height: 1.55;
  color: color-mix(in oklab, #f4f4f2 72%, transparent);
}
.lp-hero__cta {
  margin-bottom: var(--sc-7);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-hero__btn {
  min-width: min(100%, 280px);
  padding: 1.1rem 2rem !important;
  font-size: 1.05rem !important;
  border-radius: 12px !important;
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--accent) 40%, transparent),
    0 18px 40px -18px color-mix(in srgb, var(--accent) 55%, transparent) !important;
}
.lp-hero__micro {
  margin: var(--sc-3) 0 0;
  font-size: var(--sc-t-sm);
  font-style: italic;
  color: color-mix(in oklab, #f4f4f2 55%, transparent);
}

/* Hero proof fan — larger post-card frames */
.lp-hero-fan {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: clamp(0.5rem, 1.4vw, 1.25rem);
  min-height: clamp(320px, 48vw, 520px);
  margin: 0 auto;
  padding: 0 clamp(0.5rem, 2vw, 1.5rem);
  max-width: 1200px;
  perspective: 1400px;
}
.lp-hero-fan__phone {
  flex: 0 0 auto;
  width: clamp(148px, 17vw, 236px);
  margin: 0;
  z-index: var(--fan-z, 1);
  --fan-lift: 22px;
  transform: rotate(var(--fan-rot, 0deg)) translateY(var(--fan-lift));
  transition: transform 0.45s var(--ease-out-soft, cubic-bezier(0.22, 1, 0.36, 1));
  animation: lp-fan-rise 0.9s both;
}
.lp-hero-fan__phone:nth-child(1) { animation-delay: 0.05s; }
.lp-hero-fan__phone:nth-child(2) { animation-delay: 0.12s; }
.lp-hero-fan__phone:nth-child(3) { animation-delay: 0.18s; }
.lp-hero-fan__phone:nth-child(4) { animation-delay: 0.24s; }
.lp-hero-fan__phone:nth-child(5) { animation-delay: 0.3s; }
.lp-hero-fan__phone--featured {
  width: clamp(188px, 22vw, 300px);
  --fan-lift: 0px;
  transform: rotate(0deg) translateY(var(--fan-lift));
}
.lp-hero-fan__phone:hover {
  transform: rotate(var(--fan-rot, 0deg)) translateY(4px) scale(1.03);
  z-index: 8;
}
.lp-hero-fan__phone--featured:hover {
  transform: rotate(0deg) translateY(-6px) scale(1.04);
}
.lp-hero-fan__bezel {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid color-mix(in oklab, #fff 18%, transparent);
  background: #0a0a0c;
  box-shadow:
    0 32px 70px -28px rgba(0, 0, 0, 0.95),
    0 0 0 1px color-mix(in oklab, var(--sc-accent) 18%, transparent);
}
.lp-hero-fan__bezel video,
.lp-hero-fan__bezel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #0a0a0c;
}
.lp-hero-fan__label {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
  padding: 4px 8px;
  border-radius: 999px;
  background: color-mix(in oklab, #030305 72%, transparent);
  border: 1px solid color-mix(in oklab, #fff 14%, transparent);
  color: #f4f4f2;
  font-family: var(--sc-font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lp-hero-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sc-3);
  max-width: 42rem;
  margin: var(--sc-6) auto 0;
  padding-top: var(--sc-5);
  border-top: 1px solid color-mix(in oklab, #fff 10%, transparent);
}
.lp-hero-stat {
  text-align: center;
}
.lp-hero-stat__n {
  margin: 0 0 6px;
  font-family: var(--sc-font-display);
  font-size: clamp(1.35rem, 1.1rem + 1vw, 1.9rem);
  font-weight: 700;
  color: var(--sc-accent);
  line-height: 1;
}
.lp-hero-stat p:last-child {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: color-mix(in oklab, #f4f4f2 58%, transparent);
}

@keyframes lp-fan-rise {
  from {
    opacity: 0;
    transform: rotate(var(--fan-rot, 0deg)) translateY(calc(var(--fan-lift) + 22px));
  }
  to {
    opacity: 1;
    transform: rotate(var(--fan-rot, 0deg)) translateY(var(--fan-lift));
  }
}
@media (prefers-reduced-motion: reduce) {
  .lp-hero-fan__phone { animation: none; }
}

/* ----------------------------------------------------------------- pain -- */
.lp-pain-list {
  display: grid;
  gap: 10px;
  margin: var(--sc-6) 0;
}
.lp-pain-list p {
  margin: 0;
  padding: 14px 16px;
  border-left: 3px solid var(--sc-accent);
  background: #fff;
  color: #222;
  font-size: var(--sc-t-base);
  line-height: 1.45;
}
.lp-pain-close {
  margin: 0;
  font-family: var(--sc-font-display);
  font-size: var(--sc-t-xl);
  font-weight: 700;
  color: #0f1111;
}

/* ---------------------------------------------------------- how it works -- */
.lp-setup {
  margin-bottom: var(--sc-8);
  max-width: 36rem;
}
.lp-setup__badge {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--sc-accent);
  color: #030305;
  font-family: var(--sc-font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}
.lp-terminal {
  border: 1px solid color-mix(in oklab, #fff 14%, transparent);
  border-radius: 14px;
  background: #0b0b0e;
  padding: 18px 18px 16px;
  font-family: var(--sc-font-mono);
  font-size: 13px;
  line-height: 1.55;
}
.lp-terminal__line { margin: 0 0 4px; color: color-mix(in oklab, #f4f4f2 70%, transparent); }
.lp-terminal__line span { color: var(--sc-accent); margin-right: 6px; }
.lp-terminal__ans { margin: 0 0 12px; color: #f4f4f2; padding-left: 1em; }
.lp-terminal__ok { margin: 8px 0 0; color: var(--sc-accent); font-weight: 600; }

.lp-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--sc-6);
}
.lp-step {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: var(--sc-6);
  align-items: center;
  padding-bottom: var(--sc-6);
  border-bottom: 1px solid color-mix(in oklab, #fff 10%, transparent);
}
.lp-step:nth-child(even) {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}
.lp-step:nth-child(even) .lp-step__copy { order: 2; }
.lp-step:nth-child(even) .lp-dash { order: 1; }
.lp-step:last-child { border-bottom: 0; padding-bottom: 0; }
.lp-step__n {
  display: inline-block;
  margin-bottom: 10px;
  font-family: var(--sc-font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--sc-accent);
}
.lp-step__copy h3 {
  margin: 0 0 10px;
  font-family: var(--sc-font-display);
  font-size: clamp(1.25rem, 1.1rem + 0.8vw, 1.8rem);
  color: #f4f4f2;
}
.lp-step__copy p {
  margin: 0;
  color: color-mix(in oklab, #f4f4f2 68%, transparent);
  line-height: 1.55;
  max-width: 42ch;
}

.lp-dash { display: flex; justify-content: center; width: 100%; }
.lp-dash__frame {
  width: min(100%, 560px);
  border-radius: 18px;
  padding: 12px;
  background: linear-gradient(160deg, #2a2a30, #0c0c0f);
  border: 1px solid color-mix(in oklab, #fff 18%, transparent);
  box-shadow: 0 28px 60px -28px rgba(0,0,0,0.85);
}
.lp-dash__screen {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  overflow: hidden;
  background: #101014;
}
.lp-dash__screen img,
.lp-dash__screen video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #0b0b0e;
}
.lp-dash__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 14px 12px;
  background:
    linear-gradient(180deg, transparent 40%, color-mix(in oklab, #030305 88%, transparent) 100%);
}
.lp-dash__tag {
  align-self: flex-start;
  font-family: var(--sc-font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #030305;
  background: var(--sc-accent);
  padding: 4px 8px;
  border-radius: 999px;
  font-weight: 700;
}
.lp-dash__note {
  font-size: 12px;
  color: color-mix(in oklab, #f4f4f2 88%, transparent);
}
.lp-dash__checks {
  list-style: none;
  margin: 0;
  padding: 10px 12px;
  display: grid;
  gap: 4px;
  font-family: var(--sc-font-mono);
  font-size: 12px;
  color: #f4f4f2;
  background: color-mix(in oklab, #030305 72%, transparent);
  border: 1px solid color-mix(in oklab, #fff 14%, transparent);
  border-radius: 12px;
}
.lp-dash--gate .lp-dash__overlay {
  justify-content: center;
  background: color-mix(in oklab, #030305 55%, transparent);
}

.lp-mantra {
  margin-top: var(--sc-8);
  display: grid;
  gap: 4px;
}
.lp-mantra p {
  margin: 0;
  font-family: var(--sc-font-display);
  font-size: clamp(1.35rem, 1.1rem + 1vw, 2rem);
  font-weight: 700;
  color: #f4f4f2;
}

/* ----------------------------------------------------------- deliverables -- */
.lp-deliver {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--sc-4);
  margin-bottom: var(--sc-7);
}
.lp-deliver article {
  border: 1px solid var(--sc-hairline);
  border-radius: 14px;
  background: var(--sc-canvas);
  padding: var(--sc-5);
}
.lp-deliver h3 {
  margin: 0 0 8px;
  font-family: var(--sc-font-display);
  font-size: var(--sc-t-lg);
}
.lp-deliver p {
  margin: 0;
  font-size: var(--sc-t-sm);
  color: var(--sc-ink-soft);
  line-height: 1.5;
}

.lp-timeline {
  display: grid;
  gap: 8px;
  border-radius: 14px;
  border: 1px solid var(--sc-hairline);
  background: #0b0b0e;
  padding: 16px;
}
.lp-timeline__track {
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-family: var(--sc-font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #030305;
  font-weight: 700;
}
.lp-timeline__track--plan { background: color-mix(in oklab, #6ea8ff 80%, #fff); width: 88%; }
.lp-timeline__track--draft { background: var(--sc-accent); width: 74%; }
.lp-timeline__track--visual { background: color-mix(in oklab, #c4a1ff 80%, #fff); width: 82%; }
.lp-timeline__track--gate { background: color-mix(in oklab, #7dffb2 80%, #fff); width: 58%; }

/* -------------------------------------------------------------- compare -- */
.lp-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sc-4);
}
.lp-compare__card {
  border-radius: 16px;
  border: 1px solid #ddd;
  background: #fff;
  padding: var(--sc-5);
}
.lp-compare__card--accent {
  border-color: color-mix(in oklab, var(--sc-accent) 55%, #111);
  background: #0f1111;
  color: #f4f4f2;
}
.lp-compare__label {
  margin: 0 0 var(--sc-4);
  font-family: var(--sc-font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: color-mix(in oklab, var(--sc-accent) 80%, currentColor);
}
.lp-compare__card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.lp-compare__card li {
  font-size: var(--sc-t-sm);
  line-height: 1.45;
  padding-left: 1.1em;
  position: relative;
}
.lp-compare__card li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: color-mix(in oklab, var(--sc-accent) 80%, currentColor);
}
.lp-compare__card--accent li::before { content: "✓"; }

/* -------------------------------------------------------------- outputs -- */
.lp-proof {
  margin-top: var(--sc-6);
  display: grid;
  gap: var(--sc-7);
}
.lp-proof__video {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid color-mix(in oklab, #fff 12%, transparent);
  background: #0d0d14;
  box-shadow: 0 32px 70px -34px rgba(0, 0, 0, 0.9);
}
.lp-proof__video video,
.lp-proof__video img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(72vh, 720px);
  object-fit: contain;
  background: #0b0b0e;
}
.lp-proof__video figcaption {
  padding: 14px 18px;
  font-size: var(--sc-t-xs);
  color: color-mix(in oklab, #f4f4f2 58%, transparent);
  border-top: 1px solid color-mix(in oklab, #fff 10%, transparent);
}
.lp-agent-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--sc-4);
}
.lp-agent-grid figure {
  margin: 0;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid color-mix(in oklab, #fff 12%, transparent);
  background: #0b0b0e;
}
.lp-agent-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #0b0b0e;
}
.lp-agent-grid__label {
  margin: 0 0 var(--sc-4);
  font-family: var(--sc-font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sc-accent);
}

.lp-gate-strip {
  margin-top: var(--sc-7);
  border: 1px solid color-mix(in oklab, #fff 12%, transparent);
  border-radius: 14px;
  padding: var(--sc-5);
  background: #101014;
}
.lp-gate-strip__label {
  margin: 0 0 12px;
  font-family: var(--sc-font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sc-accent);
}
.lp-gate-strip ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.lp-gate-strip li {
  font-size: 12px;
  color: color-mix(in oklab, #f4f4f2 75%, transparent);
  border: 1px solid color-mix(in oklab, #fff 12%, transparent);
  border-radius: 999px;
  padding: 6px 10px;
}

/* ------------------------------------------------------------- fit / faq -- */
.lp-fit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sc-6);
  margin-bottom: var(--sc-8);
}
.lp-fit-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.lp-fit-list li {
  font-size: var(--sc-t-base);
  color: #222;
  padding-left: 1.1em;
  position: relative;
}
.lp-fit-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: color-mix(in oklab, var(--sc-accent) 70%, #111);
}
.lp-fit-list--muted li { color: #666; }
.lp-fit-list--muted li::before { content: "–"; color: #999; }

.lp-faq { max-width: 48rem; }
.lp-faq__item {
  border-top: 1px solid #ddd;
  padding: 14px 0;
}
.lp-faq__item:last-child { border-bottom: 1px solid #ddd; }
.lp-faq__item summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--sc-font-display);
  font-weight: 700;
  font-size: var(--sc-t-lg);
  color: #0f1111;
}
.lp-faq__item summary::-webkit-details-marker { display: none; }
.lp-faq__item summary::after {
  content: "+";
  float: right;
  color: color-mix(in oklab, var(--sc-accent) 70%, #111);
}
.lp-faq__item[open] summary::after { content: "–"; }
.lp-faq__item p {
  margin: 10px 0 0;
  font-size: var(--sc-t-sm);
  line-height: 1.55;
  color: #444;
  max-width: 56ch;
}

/* ------------------------------------------------------------- final cta -- */
/* Dark band + accent CTA — yellow-on-yellow was unreadable */
.lp-final {
  background: #030305;
  color: #f4f4f2;
  padding-block: clamp(4rem, 3rem + 4vw, 6.5rem);
  border-top: 1px solid color-mix(in oklab, var(--sc-accent) 35%, transparent);
  background-image:
    radial-gradient(ellipse 80% 60% at 50% 0%, color-mix(in oklab, var(--sc-accent) 14%, transparent), transparent 55%);
}
.lp-final__inner { max-width: 44rem; }
.lp-final__h {
  margin: 0 0 var(--sc-4);
  font-family: var(--sc-font-display);
  font-size: clamp(2rem, 1.6rem + 2vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: var(--sc-track-tight);
  color: #f4f4f2;
}
.lp-final__sub {
  margin: 0 0 var(--sc-5);
  font-size: var(--sc-t-lg);
  line-height: 1.5;
  max-width: 42ch;
  color: color-mix(in oklab, #f4f4f2 72%, transparent);
}
.lp-final__btn {
  border-radius: 12px !important;
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--accent) 35%, transparent),
    0 16px 36px -16px color-mix(in srgb, var(--accent) 50%, transparent) !important;
}
.lp-final__note {
  margin: var(--sc-4) 0 var(--sc-6);
  font-size: var(--sc-t-sm);
  color: color-mix(in oklab, #f4f4f2 58%, transparent);
}
.masthead-print { margin-bottom: var(--sc-5); }
.masthead-print .sc-label,
.lp-final__foot .sc-label {
  color: color-mix(in oklab, #f4f4f2 55%, transparent);
}
.lp-final__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--sc-3);
  padding-top: var(--sc-4);
  border-top: 1px solid color-mix(in oklab, #fff 12%, transparent);
}
.colophon__mark {
  font-family: var(--sc-font-display);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--sc-accent);
  text-decoration: none;
}
.colophon__mark:hover,
.colophon__mark:focus-visible { text-decoration: underline; }

/* ------------------------------------------------------- live LI feed -- */
.li-feed {
  margin-top: var(--sc-6);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid color-mix(in oklab, #fff 12%, transparent);
  background: #0b0b0e;
  box-shadow: 0 36px 80px -40px rgba(0, 0, 0, 0.9);
}
.li-feed__chrome {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: #141418;
  border-bottom: 1px solid color-mix(in oklab, #fff 8%, transparent);
}
.li-feed__dots {
  display: flex;
  gap: 6px;
}
.li-feed__dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3a3a40;
}
.li-feed__dots span:nth-child(1) { background: #ff5f57; }
.li-feed__dots span:nth-child(2) { background: #febc2e; }
.li-feed__dots span:nth-child(3) { background: #28c840; }
.li-feed__url {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: #0b0b0e;
  border: 1px solid color-mix(in oklab, #fff 8%, transparent);
  color: color-mix(in oklab, #f4f4f2 70%, transparent);
  font-family: var(--sc-font-mono);
  font-size: 11px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.li-feed__lock {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  border: 1.5px solid color-mix(in oklab, #f4f4f2 55%, transparent);
  position: relative;
  flex-shrink: 0;
}
.li-feed__lock::before {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: -4px;
  height: 4px;
  border: 1.5px solid color-mix(in oklab, #f4f4f2 55%, transparent);
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}
.li-feed__live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--sc-font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sc-accent);
  white-space: nowrap;
}
.li-feed__pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sc-accent);
  box-shadow: 0 0 0 0 color-mix(in oklab, var(--sc-accent) 55%, transparent);
  animation: li-pulse 1.8s ease-out infinite;
}
@keyframes li-pulse {
  0% { box-shadow: 0 0 0 0 color-mix(in oklab, var(--sc-accent) 55%, transparent); }
  70% { box-shadow: 0 0 0 8px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}
@media (prefers-reduced-motion: reduce) {
  .li-feed__pulse { animation: none; }
}

.li-feed__shell {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  min-height: clamp(520px, 72vh, 760px);
  background: #f3f2ef;
}
.li-feed__os {
  background: #0f1115;
  color: #f4f4f2;
  padding: 18px 16px;
  border-right: 1px solid color-mix(in oklab, #fff 8%, transparent);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.li-feed__os-brand {
  margin: 0;
  font-family: var(--sc-font-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--sc-accent);
}
.li-feed__os-sub {
  margin: -8px 0 0;
  font-size: 12px;
  color: color-mix(in oklab, #f4f4f2 55%, transparent);
}
.li-feed__meters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.li-feed__meters > div {
  text-align: center;
  padding: 10px 6px;
  border-radius: 10px;
  background: #16161c;
  border: 1px solid color-mix(in oklab, #fff 8%, transparent);
}
.li-feed__meter-n {
  display: block;
  font-family: var(--sc-font-display);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--sc-accent);
  line-height: 1;
}
.li-feed__meter-l {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: color-mix(in oklab, #f4f4f2 55%, transparent);
}
.li-feed__pipe {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.li-feed__pipe li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: color-mix(in oklab, #f4f4f2 62%, transparent);
}
.li-feed__pipe-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3a3a40;
  flex-shrink: 0;
}
.li-feed__pipe li[data-state="done"] { color: #f4f4f2; }
.li-feed__pipe li[data-state="done"] .li-feed__pipe-dot { background: var(--sc-accent); }
.li-feed__pipe li[data-state="active"] { color: #f4f4f2; font-weight: 600; }
.li-feed__pipe li[data-state="active"] .li-feed__pipe-dot {
  background: var(--sc-accent);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--sc-accent) 25%, transparent);
}
.li-feed__pipe li[data-state="wait"] .li-feed__pipe-dot {
  border: 1px solid color-mix(in oklab, #fff 30%, transparent);
  background: transparent;
}
.li-feed__gate {
  margin-top: auto;
  padding: 12px;
  border-radius: 12px;
  background: #16161c;
  border: 1px solid color-mix(in oklab, var(--sc-accent) 28%, transparent);
}
.li-feed__gate-label {
  margin: 0 0 6px;
  font-family: var(--sc-font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sc-accent);
}
.li-feed__gate-copy {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.45;
  color: color-mix(in oklab, #f4f4f2 68%, transparent);
}
.li-feed__gate-btn {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 0;
  background: color-mix(in oklab, var(--sc-accent) 35%, #2a2a30);
  color: color-mix(in oklab, #f4f4f2 55%, transparent);
  font-family: var(--sc-font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  cursor: not-allowed;
}

.li-feed__main {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #f3f2ef;
}
.li-feed__bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #fff;
  border-bottom: 1px solid #e6e4df;
}
.li-feed__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0f1115;
  color: var(--sc-accent);
  font-family: var(--sc-font-display);
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}
.li-feed__avatar--sm {
  width: 40px;
  height: 40px;
  font-size: 12px;
}
.li-feed__composer {
  flex: 1;
  min-width: 0;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #ddd;
  background: #f9f9f7;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.li-feed__composer span {
  font-size: 14px;
  color: #666;
}
.li-feed__composer em {
  font-style: normal;
  font-size: 11px;
  color: #999;
}

.li-feed__stream {
  flex: 1;
  overflow: auto;
  padding: 12px;
  display: grid;
  gap: 12px;
  scroll-behavior: smooth;
}
.li-feed__post {
  background: #fff;
  border: 1px solid #e6e4df;
  border-radius: 12px;
  padding: 14px 14px 10px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  outline: none;
}
.li-feed__post.is-active {
  border-color: color-mix(in oklab, var(--sc-accent) 55%, #111);
  box-shadow: 0 10px 28px -18px rgba(0, 0, 0, 0.35);
  transform: translateY(-1px);
}
.li-feed__post.is-queued {
  background: linear-gradient(180deg, #fff 70%, color-mix(in oklab, var(--sc-accent) 6%, #fff));
}
.li-feed__post-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: start;
  margin-bottom: 10px;
}
.li-feed__name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #111;
}
.li-feed__meta {
  margin: 2px 0 0;
  font-size: 12px;
  color: #666;
}
.li-feed__meta [data-status="live"] { color: #0a7c32; font-weight: 600; }
.li-feed__meta [data-status="queued"] { color: #9a6b00; font-weight: 600; }
.li-feed__badge {
  max-width: 140px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #0f1115;
  color: var(--sc-accent);
  font-family: var(--sc-font-mono);
  font-size: 9px;
  letter-spacing: 0.04em;
  text-align: right;
  line-height: 1.3;
}
.li-feed__hook {
  margin: 0 0 6px;
  font-family: var(--sc-font-display);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.25;
  color: #111;
}
.li-feed__body {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.li-feed__visual {
  margin: 0 0 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e6e4df;
  background: #0b0b0e;
  aspect-ratio: 16 / 9;
}
.li-feed__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.li-feed__actions {
  display: flex;
  justify-content: space-between;
  padding-top: 6px;
  border-top: 1px solid #eee;
  font-size: 12px;
  color: #666;
  font-weight: 600;
}
.li-feed__note {
  margin: 0;
  padding: 10px 14px;
  font-size: 11px;
  color: color-mix(in oklab, #f4f4f2 55%, transparent);
  background: #101014;
  border-top: 1px solid color-mix(in oklab, #fff 8%, transparent);
}

/* ----------------------------------------------------------- responsive -- */
@media (max-width: 900px) {
  .lp-step,
  .lp-step:nth-child(even) { grid-template-columns: 1fr; }
  .lp-step:nth-child(even) .lp-step__copy,
  .lp-step:nth-child(even) .lp-dash { order: initial; }
  .lp-deliver { grid-template-columns: 1fr 1fr; }
  .lp-compare,
  .lp-fit { grid-template-columns: 1fr; }
  .lp-agent-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lp-hero-fan {
    min-height: 300px;
  }
  .lp-hero-fan__phone:first-child,
  .lp-hero-fan__phone:last-child {
    display: none;
  }
  .li-feed__shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .li-feed__os {
    border-right: 0;
    border-bottom: 1px solid color-mix(in oklab, #fff 8%, transparent);
  }
  .li-feed__stream {
    max-height: 520px;
  }
  .li-feed__badge { display: none; }
}
@media (max-width: 560px) {
  .lp-deliver { grid-template-columns: 1fr; }
  .lp-hero__h {
    max-width: none;
    font-size: clamp(2rem, 1.55rem + 4.2vw, 2.9rem);
  }
  .lp-hero-stats { grid-template-columns: 1fr; gap: 14px; }
  .lp-hero-fan__phone:nth-child(2),
  .lp-hero-fan__phone:nth-child(4) {
    width: clamp(120px, 34vw, 150px);
  }
  .lp-agent-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .li-feed__live { display: none; }
  .li-feed__composer em { display: none; }
}
