/* ================================================================
   Proofline · Landing page section variants
   Production styles for the max-conversion variants.
   Loads after styles.css; uses Proofline tokens only.
   All section classes prefixed with `ls-` to avoid collisions.
   ================================================================ */

/* Caveat font for handwritten signature in guarantee */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500;600&display=swap');

/* Shared kicker — small label above section heads */
.ls-kicker {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-ink-quiet);
  margin: 0;
}

/* ================================================================
   1B · HERO — Phone → PDF (diagonal split)
   ================================================================ */
.hero.ls-hero { padding-top: 96px; padding-bottom: 96px; }

.ls-h1b {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  align-items: center;
}
.ls-h1b-copy h1 {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.022em;
  color: var(--pl-ink);
  margin: 14px 0 0;
  text-wrap: pretty;
  max-width: 16ch;
}
.ls-h1b-copy .hero-lead {
  margin-top: 24px;
}
.ls-h1b-copy .hero-aside { margin-top: 14px; }
.ls-h1b-copy .hero-actions { margin-top: 28px; }
.ls-h1b-copy .hero-proof {
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid var(--pl-line);
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.ls-h1b-copy .hero-proof span {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--pl-ink-quiet);
}
.ls-h1b-copy .hero-proof span + span::before {
  content: '·';
  margin-right: 22px;
  color: var(--pl-line);
}

.ls-h1b-split {
  position: relative;
  aspect-ratio: 5/4;
  background: var(--pl-ivory-deep);
  border: 1px solid var(--pl-line);
  overflow: hidden;
}
.ls-h1b-split::before {
  content: '';
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: 50%;
  width: 1px;
  background: var(--pl-ink-quiet);
  transform: rotate(14deg);
  transform-origin: top center;
  opacity: 0.4;
}

.ls-h1b-arrow {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%) rotate(14deg);
  background: var(--pl-paper);
  border: 1px solid var(--pl-bronze);
  padding: 7px 14px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--pl-bronze);
  white-space: nowrap;
  z-index: 5;
}

.ls-h1b-before {
  position: absolute;
  top: 6%;
  left: 6%;
  width: 38%;
  display: flex; flex-direction: column;
  gap: 10px;
  z-index: 1;
}
.ls-h1b-before .label-row,
.ls-h1b-after  .label-row {
  display: flex; justify-content: space-between; align-items: baseline;
}
.ls-h1b-before .label-row .mk-label,
.ls-h1b-after  .label-row .mk-label {
  font-family: var(--font-sans); font-weight: 500;
  font-size: 10px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--pl-ink-quiet);
}
.ls-h1b-before .label-row .mk-meta,
.ls-h1b-after  .label-row .mk-meta {
  font-family: var(--font-mono); font-size: 10px;
  color: var(--pl-ink-quiet); letter-spacing: 0.04em;
}

.ls-mini-phone {
  background: #0d0d0b;
  border-radius: 22px;
  padding: 4px;
  transform: rotate(-6deg);
  box-shadow:
    0 22px 36px -20px rgba(13,13,11,0.5),
    0 1px 0 rgba(13,13,11,0.06);
}
.ls-mini-phone .scr {
  background: #1c1c1e;
  border-radius: 18px;
  padding: 14px 10px 10px;
  position: relative;
}
.ls-mini-phone .scr .top-bar {
  display: flex; justify-content: space-between;
  color: #f2f2f7;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
  font-size: 10px; padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.ls-mini-phone .scr .top-bar .ttl {
  font-weight: 600; color: white;
}
.ls-mini-phone .scr .day-lbl {
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding: 8px 0 4px;
}
.ls-mini-phone .scr .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5px;
}
.ls-mini-phone .scr .grid .t {
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
}

.ls-h1b-after {
  position: absolute;
  bottom: 6%;
  right: 6%;
  width: 44%;
  display: flex; flex-direction: column;
  gap: 10px;
  z-index: 2;
}

.ls-pdf-sheet {
  background: var(--pl-paper);
  padding: 20px 22px 24px;
  border: 1px solid var(--pl-line);
  position: relative;
  transform: rotate(4deg);
  box-shadow:
    0 1px 0 rgba(13,13,11,0.05),
    0 28px 50px -22px rgba(13,13,11,0.4);
  display: flex; flex-direction: column; gap: 12px;
}
.ls-pdf-sheet::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  border-top: 20px solid var(--pl-ivory-deep);
  border-left: 20px solid transparent;
}
.ls-pdf-sheet .top {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--pl-line-soft);
}
.ls-pdf-sheet .top .mark {
  font-family: var(--font-sans); font-weight: 500;
  font-size: 10px; letter-spacing: 0.34em;
  text-transform: uppercase; color: var(--pl-ink);
}
.ls-pdf-sheet .top .mk-meta {
  font-family: var(--font-mono); font-size: 11px;
  color: var(--pl-ink-quiet); letter-spacing: 0.04em;
}
.ls-pdf-sheet .ttl {
  font-family: var(--font-serif); font-size: 24px;
  color: var(--pl-ink); line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0;
}
.ls-pdf-sheet .img {
  width: 100%;
  aspect-ratio: 5/3;
  background-size: cover;
  background-position: center;
  filter: saturate(0.86);
}
.ls-pdf-sheet .spec {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 6px 14px;
  margin: 0;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--pl-ink);
  letter-spacing: 0.02em;
}
.ls-pdf-sheet .spec dt {
  font-family: var(--font-sans); font-weight: 500;
  font-size: 9px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--pl-ink-quiet);
}
.ls-pdf-sheet .spec dd { margin: 0; }

/* ================================================================
   2A · PROBLEM — Two phones, same buyer
   ================================================================ */
.ls-prob-head { margin-bottom: 56px; max-width: 56ch; }
.ls-prob-head h2 {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.018em;
  color: var(--pl-ink);
  margin: 14px 0 0;
  text-wrap: pretty;
}
.ls-prob-head .lead {
  margin: 22px 0 0;
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.55;
  color: var(--pl-ink-soft);
  max-width: 56ch;
}

.ls-prob-pair {
  position: relative;
  background: var(--pl-ivory-deep);
  border: 1px solid var(--pl-line);
  padding: 64px 64px 72px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  overflow: hidden;
}
.ls-prob-pair::before {
  content: '';
  position: absolute;
  left: 50%; top: 40px; bottom: 40px;
  width: 1px;
  background: var(--pl-line);
}
.ls-prob-pair::after {
  content: 'BEFORE PROOFLINE  ·  AFTER PROOFLINE';
  position: absolute;
  left: 50%; top: 22px;
  transform: translateX(-50%);
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 0.32em;
  color: var(--pl-bronze);
  background: var(--pl-ivory-deep);
  padding: 0 16px;
}
.ls-prob-pair .side {
  display: flex; flex-direction: column; align-items: center;
  gap: 18px;
  padding-top: 14px;
}
.ls-prob-pair .side .caption {
  font-family: var(--font-serif);
  font-size: 22px;
  color: var(--pl-ink);
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-align: center;
  margin: 8px 0 0;
}
.ls-prob-pair .side .sub {
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--pl-ink-quiet);
  margin: 0;
  text-align: center;
  letter-spacing: 0.04em;
  max-width: 36ch;
}

/* Shared iPhone email frame ------------------------------------- */
.ls-phone-frame {
  background: #0d0d0b;
  border-radius: 38px;
  padding: 6px;
  position: relative;
  max-width: 280px;
  width: 100%;
  box-shadow:
    0 1px 0 rgba(13,13,11,0.06),
    0 30px 60px -30px rgba(13,13,11,0.4);
  display: flex; flex-direction: column;
}
.ls-phone-frame::before {
  content: '';
  position: absolute;
  top: 14px; left: 50%; transform: translateX(-50%);
  width: 84px; height: 24px;
  background: #0d0d0b; border-radius: 14px;
  z-index: 3;
}
.ls-phone-frame .scr {
  background: var(--pl-paper);
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  display: flex; flex-direction: column;
  aspect-ratio: 9/19;
}
.ls-phone-frame .status {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 26px 8px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
  font-size: 14px; font-weight: 600; color: var(--pl-ink);
}
.ls-phone-frame .status .dots {
  display: flex; gap: 4px;
}
.ls-phone-frame .status .dots span {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--pl-ink);
}
.ls-mail-head {
  padding: 10px 22px 14px;
  border-bottom: 1px solid var(--pl-line-soft);
  display: flex; justify-content: space-between; align-items: center;
}
.ls-mail-head .back {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  color: var(--pl-bronze);
}
.ls-mail-head .star {
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--pl-ink-quiet);
}
.ls-mail-meta {
  padding: 14px 22px;
  display: flex; flex-direction: column; gap: 4px;
  border-bottom: 1px solid var(--pl-line-soft);
}
.ls-mail-meta .from {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  color: var(--pl-ink-quiet);
}
.ls-mail-meta .subj {
  font-family: var(--font-serif);
  font-size: 17px;
  color: var(--pl-ink);
  line-height: 1.18;
  letter-spacing: -0.01em;
  margin: 2px 0 0;
}
.ls-mail-meta .when {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--pl-ink-quiet);
}
.ls-mail-body {
  padding: 14px 22px 18px;
  display: flex; flex-direction: column; gap: 8px;
  flex: 1;
}
.ls-mail-body .ln {
  height: 4px;
  background: var(--pl-line-soft);
}
.ls-mail-body .ln.s { width: 60%; }
.ls-mail-body .ln.m { width: 85%; }
.ls-mail-body .ln.l { width: 100%; }

.ls-mail-attach {
  margin: 4px 22px 18px;
  border: 1px solid var(--pl-line);
  background: var(--pl-paper);
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  padding: 8px;
  align-items: stretch;
}
.ls-mail-attach .thumb {
  width: 56px;
  aspect-ratio: 3/4;
  background-size: cover;
  background-position: center;
  filter: saturate(0.86);
}
.ls-mail-attach .info {
  display: flex; flex-direction: column; gap: 4px;
  justify-content: center;
  min-width: 0;
}
.ls-mail-attach .info .badge {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 8px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-bronze);
}
.ls-mail-attach .info .nm {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--pl-ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ls-mail-attach .info .meta {
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--pl-ink-quiet);
}

/* ================================================================
   5A · SYSTEM — Production line
   ================================================================ */
.ls-prodline-head { margin-bottom: 48px; }
.ls-prodline-head h2 {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(34px, 3.6vw, 50px);
  line-height: 1.04;
  letter-spacing: -0.018em;
  color: var(--pl-ink);
  margin: 14px 0 0;
  text-wrap: pretty;
  max-width: 22ch;
}
.ls-prodline-head .lead {
  margin: 20px 0 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  color: var(--pl-ink-soft);
  max-width: 56ch;
}

.ls-prodline {
  display: grid;
  grid-template-columns: 0.85fr 18px repeat(4, 1fr) 18px 0.85fr;
  gap: 12px;
  align-items: stretch;
  position: relative;
}
.ls-prodline::before {
  content: '';
  position: absolute;
  top: 50%; left: 0; right: 0;
  height: 1px;
  background: var(--pl-line);
  z-index: 0;
}

.ls-prodline .step,
.ls-prodline .start,
.ls-prodline .end {
  position: relative;
  z-index: 1;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  padding: 22px 18px;
  display: flex; flex-direction: column; gap: 10px;
}
.ls-prodline .step .n {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--pl-bronze);
}
.ls-prodline .step .nm {
  font-family: var(--font-serif);
  font-size: 20px;
  color: var(--pl-ink);
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.ls-prodline .step .desc {
  font-family: var(--font-sans);
  font-size: 12px;
  line-height: 1.5;
  color: var(--pl-ink-soft);
}
.ls-prodline .step .art {
  margin-top: 14px;
  aspect-ratio: 5/4;
  background: var(--pl-ivory);
  border: 1px solid var(--pl-line-soft);
  position: relative;
  overflow: hidden;
}
.ls-prodline .step .art .blur {
  position: absolute; inset: 8px;
  background-size: cover; background-position: center;
  filter: saturate(0.6) blur(1.5px) brightness(0.9);
}
.ls-prodline .step .art .sharp {
  position: absolute; right: 8px; bottom: 8px;
  width: 56%; aspect-ratio: 5/3;
  background-size: cover; background-position: center;
  filter: saturate(0.86);
  border: 1px solid var(--pl-paper);
  box-shadow: 0 8px 16px -10px rgba(0,0,0,0.25);
}
.ls-prodline .step .art .lines {
  padding: 14px;
  display: flex; flex-direction: column; gap: 6px;
}
.ls-prodline .step .art .lines .ln {
  height: 3px; background: var(--pl-line-soft);
}
.ls-prodline .step .art .lines .ln.s { width: 50%; }
.ls-prodline .step .art .lines .ln.m { width: 80%; }
.ls-prodline .step .art .lines .ln.dark {
  background: var(--pl-ink);
  width: 35%;
}
.ls-prodline .step .art .stack {
  position: absolute; inset: 14px;
  display: grid; grid-template-rows: repeat(4, minmax(0, 1fr)); gap: 4px;
}
.ls-prodline .step .art .stack .s {
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  display: flex; align-items: center; gap: 8px;
  padding: 0 10px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-ink-quiet);
}
.ls-prodline .step .art .stack .s .num {
  font-family: var(--font-mono);
  color: var(--pl-bronze);
}
.ls-prodline .step .art .privacy {
  position: absolute; inset: 14px;
  background-size: cover;
  background-position: center;
  filter: saturate(0.86);
}
.ls-prodline .step .art .privacy::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg,
    transparent 22%,
    rgba(13,13,11,0.85) 22% 36%,
    transparent 36% 60%,
    rgba(13,13,11,0.85) 60% 80%,
    transparent 80%);
}
.ls-prodline .step .art .privacy .stamp {
  position: absolute;
  left: 50%; bottom: 10px;
  transform: translateX(-50%);
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-paper);
  background: var(--pl-ink);
  padding: 3px 8px;
  z-index: 1;
}

.ls-prodline .arrow-cell {
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono);
  font-size: 16px;
  color: var(--pl-bronze);
  z-index: 2;
}

.ls-prodline .start .lbl,
.ls-prodline .end .lbl {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--pl-ink-quiet);
}
.ls-prodline .start .nm {
  font-family: var(--font-serif);
  font-size: 20px;
  color: var(--pl-ink);
  line-height: 1.15;
}
.ls-prodline .start .art {
  margin-top: auto;
  align-self: center;
  width: 70%;
  aspect-ratio: 9/16;
  background: #1c1c1e;
  border-radius: 14px;
  padding: 4px;
}
.ls-prodline .start .art .scr {
  background: #1c1c1e;
  height: 100%;
  border-radius: 10px;
  padding: 6px 4px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5px;
}
.ls-prodline .start .art .scr .t {
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
}

.ls-prodline .end {
  background: var(--pl-ink);
  color: var(--pl-paper);
}
.ls-prodline .end .lbl {
  color: var(--pl-bronze-soft);
}
.ls-prodline .end .nm {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--pl-paper);
}
.ls-prodline .end .art {
  margin-top: auto;
  aspect-ratio: 4/5;
  position: relative;
  background: rgba(251,248,241,0.04);
  padding: 14px;
}
.ls-prodline .end .art .sheet {
  background: var(--pl-paper);
  padding: 6px 10px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 8px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-ink);
  position: absolute;
  left: 18px; right: 18px;
  display: flex; justify-content: space-between;
}
.ls-prodline .end .art .sheet:nth-of-type(1) { top: 10%; transform: rotate(-2deg); }
.ls-prodline .end .art .sheet:nth-of-type(2) { top: 23%; transform: rotate(1deg); }
.ls-prodline .end .art .sheet:nth-of-type(3) { top: 36%; transform: rotate(-1deg); }
.ls-prodline .end .art .sheet:nth-of-type(4) { top: 49%; transform: rotate(2deg); }
.ls-prodline .end .art .sheet:nth-of-type(5) { top: 62%; transform: rotate(-2deg); }
.ls-prodline .end .art .sheet:nth-of-type(6) { top: 75%; transform: rotate(0deg); }
.ls-prodline .end .art .sheet:nth-of-type(7) { top: 88%; transform: rotate(-1deg); }

/* Rescue note (kept under the prodline) */
.ls-rescue-note {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 32px;
  border-top: 1px solid var(--pl-line);
  padding-top: 28px;
  align-items: start;
}
.ls-rescue-note .lbl {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-bronze);
}
.ls-rescue-note p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.6;
  color: var(--pl-ink-soft);
  max-width: 64ch;
}

/* ================================================================
   6A · OFFER — Phone Files view
   ================================================================ */
.ls-files-stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.ls-files-copy h2 {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(34px, 3.6vw, 50px);
  line-height: 1.04;
  letter-spacing: -0.018em;
  color: var(--pl-ink);
  margin: 14px 0 0;
  text-wrap: pretty;
  max-width: 18ch;
}
.ls-files-copy .lead {
  margin: 22px 0 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--pl-ink-soft);
  max-width: 44ch;
}
.ls-files-copy .legend {
  margin-top: 36px;
  padding-top: 26px;
  border-top: 1px solid var(--pl-line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 32px;
}
.ls-files-copy .legend .row {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: baseline;
}
.ls-files-copy .legend .row .n {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--pl-bronze);
}
.ls-files-copy .legend .row .nm {
  font-family: var(--font-serif);
  font-size: 17px;
  color: var(--pl-ink);
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.ls-files-copy .legend .row .meta {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--pl-ink-quiet);
  display: block;
  margin-top: 3px;
}

.ls-files-stage-right {
  position: relative;
  background: var(--pl-ivory-deep);
  border: 1px solid var(--pl-line);
  padding: 56px 40px;
  display: flex; align-items: center; justify-content: center;
  min-height: 720px;
}
.ls-files-stage-right::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(700px 500px at 30% 30%, rgba(251,248,241,0.55), transparent 65%),
    radial-gradient(500px 400px at 80% 80%, rgba(13,13,11,0.08), transparent 65%);
  pointer-events: none;
}

.ls-big-phone {
  background: #0d0d0b;
  border-radius: 48px;
  padding: 7px;
  width: 340px;
  position: relative;
  z-index: 1;
  box-shadow:
    0 1px 0 rgba(13,13,11,0.08),
    0 40px 70px -30px rgba(13,13,11,0.5);
}
.ls-big-phone::before {
  content: '';
  position: absolute;
  top: 16px; left: 50%; transform: translateX(-50%);
  width: 102px; height: 28px;
  background: #0d0d0b; border-radius: 16px;
  z-index: 3;
}
.ls-big-phone .scr {
  background: var(--pl-paper);
  border-radius: 41px;
  overflow: hidden;
  aspect-ratio: 9/19;
  display: flex; flex-direction: column;
}
.ls-big-phone .status {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 30px 6px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
  font-size: 14px; font-weight: 600; color: var(--pl-ink);
}
.ls-big-phone .status .icons {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
}
.ls-big-phone .files-nav {
  padding: 38px 28px 14px;
  display: flex; flex-direction: column; gap: 4px;
}
.ls-big-phone .files-nav .crumb {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  color: var(--pl-bronze);
}
.ls-big-phone .files-nav .ttl {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 28px; font-weight: 700;
  color: var(--pl-ink);
  letter-spacing: -0.02em;
}
.ls-big-phone .files-meta {
  padding: 0 28px 12px;
  display: flex; justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--pl-ink-quiet);
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--pl-line-soft);
}
.ls-big-phone .files-list { flex: 1; }
.ls-big-phone .files-list .row {
  display: grid;
  grid-template-columns: 22px 38px 1fr auto;
  gap: 10px; align-items: center;
  padding: 12px 28px;
  border-bottom: 1px solid var(--pl-line-soft);
}
.ls-big-phone .files-list .row:last-child { border-bottom: none; }
.ls-big-phone .files-list .row .num {
  font-family: var(--font-mono); font-size: 10px;
  color: var(--pl-bronze);
}
.ls-big-phone .files-list .row .icon {
  width: 38px;
  aspect-ratio: 3/4;
  background-size: cover; background-position: center;
  filter: saturate(0.86);
  border: 1px solid var(--pl-line);
}
.ls-big-phone .files-list .row .icon.txt {
  background: var(--pl-paper);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-size: 12px; color: var(--pl-ink);
}
.ls-big-phone .files-list .row .info {
  display: flex; flex-direction: column; gap: 1px; min-width: 0;
}
.ls-big-phone .files-list .row .info .nm {
  font-family: -apple-system, sans-serif;
  font-size: 13px; font-weight: 500;
  color: var(--pl-ink);
  letter-spacing: -0.005em;
  white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis;
}
.ls-big-phone .files-list .row .info .sub {
  font-family: -apple-system, sans-serif;
  font-size: 11px;
  color: var(--pl-ink-quiet);
}
.ls-big-phone .files-list .row .right {
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--pl-ink-quiet);
}

/* ================================================================
   7A · PRICING — Sleeves + pilot stamp
   ================================================================ */
.ls-tiers {
  display: grid;
  grid-template-columns: 1fr 1.05fr 1fr;
  gap: 36px;
  align-items: stretch;
  margin-top: 56px;
}
.ls-tier {
  display: flex; flex-direction: column; gap: 14px;
  position: relative;
}
.ls-tier .head-row {
  display: flex; justify-content: space-between; align-items: baseline;
}
.ls-tier .head-row .mk-label {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-ink-quiet);
}
.ls-tier .head-row .mk-meta {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--pl-ink-quiet);
}
.ls-tier .name {
  font-family: var(--font-serif);
  font-size: 26px;
  color: var(--pl-ink);
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.ls-tier .price {
  font-family: var(--font-serif);
  font-size: 44px;
  color: var(--pl-ink);
  line-height: 1;
  letter-spacing: -0.01em;
}
.ls-tier .price small {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 400;
  color: var(--pl-ink-quiet);
  margin-left: 8px;
}
.ls-tier .desc {
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.55;
  color: var(--pl-ink-soft);
  border-bottom: 1px solid var(--pl-line);
  padding-bottom: 18px;
  margin: 0;
}
.ls-tier .body {
  flex: 1;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  padding: 22px 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.ls-tier.featured .body {
  background: var(--pl-ink);
  color: var(--pl-paper);
}
.ls-tier .lst {
  display: flex; flex-direction: column; gap: 7px;
}
.ls-tier .lst .li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px; align-items: baseline;
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--pl-ink-soft);
  line-height: 1.5;
}
.ls-tier .lst .li .n {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--pl-bronze);
}
.ls-tier.featured .lst .li { color: rgba(251,248,241,0.85); }
.ls-tier.featured .lst .li .n { color: var(--pl-bronze-soft); }

.ls-pilot-stamp {
  position: absolute;
  top: -22px; right: -12px;
  background: var(--pl-paper);
  border: 1.5px solid var(--pl-bronze);
  color: var(--pl-bronze);
  padding: 8px 14px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  transform: rotate(7deg);
  z-index: 2;
  box-shadow: 0 8px 16px -10px rgba(13,13,11,0.25);
  white-space: nowrap;
}
.ls-pilot-stamp .small {
  display: block;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.04em;
  margin-top: 3px;
  text-transform: none;
  color: var(--pl-bronze);
}

.ls-pay-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--pl-bronze-soft);
  background: rgba(217,200,165,0.18);
}
.ls-pay-split .col {
  padding: 12px 14px;
  display: flex; flex-direction: column; gap: 3px;
}
.ls-pay-split .col + .col {
  border-left: 1px solid var(--pl-bronze-soft);
}
.ls-pay-split .col .lbl {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-bronze);
}
.ls-pay-split .col .v {
  font-family: var(--font-serif);
  font-size: 24px;
  color: var(--pl-ink);
  letter-spacing: -0.01em;
}
.ls-pay-split .col .when {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--pl-ink-quiet);
}
.ls-tier.featured .ls-pay-split {
  background: rgba(251,248,241,0.08);
  border-color: var(--pl-bronze-soft);
}
.ls-tier.featured .ls-pay-split .col + .col {
  border-left-color: rgba(251,248,241,0.15);
}
.ls-tier.featured .ls-pay-split .v { color: var(--pl-paper); }
.ls-tier.featured .ls-pay-split .when { color: rgba(251,248,241,0.6); }
.ls-tier.featured .ls-pay-split .lbl { color: var(--pl-bronze-soft); }

.ls-tier .cta {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  background: var(--pl-ink);
  color: var(--pl-paper);
  border: 1px solid var(--pl-ink);
  transition: background var(--t-fast, 180ms) ease;
}
.ls-tier .cta:hover { background: #1c1b18; }
.ls-tier.featured .cta {
  background: var(--pl-paper);
  color: var(--pl-ink);
  border-color: var(--pl-paper);
}
.ls-tier.featured .cta:hover { background: var(--pl-ivory); }
.ls-tier.outline .cta {
  background: transparent;
  color: var(--pl-ink);
  border: 1px solid var(--pl-ink);
}
.ls-tier.outline .cta:hover {
  background: var(--pl-ivory-deep);
}

/* ================================================================
   9 · GUARANTEE — Compact stamped seal (NEW tightened version)
   ================================================================ */
.ls-guarantee {
  background: var(--pl-ivory);
}
.ls-guar-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  padding: 56px 56px;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  position: relative;
  overflow: hidden;
}
.ls-guar-shell::before {
  /* Faint PL watermark in background */
  content: 'PL';
  position: absolute;
  right: -40px; top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 380px;
  line-height: 1;
  color: rgba(13,13,11,0.03);
  pointer-events: none;
}

.ls-guar-body { position: relative; z-index: 1; }
.ls-guar-body .kicker {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-bronze);
  margin: 0;
}
.ls-guar-body h2 {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.018em;
  color: var(--pl-ink);
  margin: 14px 0 0;
  text-wrap: pretty;
  max-width: 24ch;
}
.ls-guar-terms {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--pl-line);
}
.ls-guar-terms .cell {
  padding: 16px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.ls-guar-terms .cell + .cell {
  border-left: 1px solid var(--pl-line);
}
.ls-guar-terms .cell .lbl {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-bronze);
}
.ls-guar-terms .cell .v {
  font-family: var(--font-serif);
  font-size: 28px;
  color: var(--pl-ink);
  letter-spacing: -0.01em;
  line-height: 1;
  margin-top: 2px;
}
.ls-guar-terms .cell .when {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--pl-ink-quiet);
  letter-spacing: 0.04em;
  margin-top: 2px;
}

/* Circular stamped seal */
.ls-guar-seal {
  position: relative;
  z-index: 1;
  width: 220px;
  height: 220px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ls-guar-seal svg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
}
.ls-guar-seal .center {
  position: relative;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  font-family: var(--font-serif);
  color: var(--pl-bronze);
  text-align: center;
}
.ls-guar-seal .center .num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--pl-bronze);
}
.ls-guar-seal .center .v {
  font-family: var(--font-serif);
  font-size: 38px;
  color: var(--pl-ink);
  line-height: 1;
  letter-spacing: -0.01em;
}
.ls-guar-seal .center .by {
  font-family: 'Caveat', cursive;
  font-size: 22px;
  color: var(--pl-ink);
  line-height: 1;
  margin-top: 4px;
}

/* ================================================================
   11A · OPTIONS — Two paths
   ================================================================ */
.ls-paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 48px;
}
.ls-path {
  position: relative;
  display: flex; flex-direction: column;
  gap: 14px;
  padding: 32px 34px 34px;
  border: 1px solid var(--pl-line);
  background: var(--pl-paper);
  overflow: hidden;
}
.ls-path.dim {
  background: var(--pl-ivory);
}
.ls-path.bright {
  background: var(--pl-ink);
  color: var(--pl-paper);
}
.ls-path .corner-badge {
  position: absolute;
  top: 22px; right: 22px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.04em;
  color: var(--pl-ink-quiet);
}
.ls-path.bright .corner-badge { color: var(--pl-bronze-soft); }
.ls-path .lbl {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--pl-ink-quiet);
}
.ls-path.bright .lbl { color: var(--pl-bronze-soft); }
.ls-path .ttl {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.018em;
  margin: 4px 0 0;
  color: var(--pl-ink);
  text-wrap: pretty;
}
.ls-path.dim .ttl { opacity: 0.6; }
.ls-path.bright .ttl { color: var(--pl-paper); }
.ls-path .timeline {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 0 16px;
  align-items: baseline;
}
.ls-path .timeline .week {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  padding: 12px 0;
  color: var(--pl-ink-quiet);
}
.ls-path.bright .timeline .week { color: var(--pl-bronze-soft); }
.ls-path .timeline .what {
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.5;
  padding: 12px 0;
  border-top: 1px solid var(--pl-line-soft);
  color: var(--pl-ink-soft);
}
.ls-path.dim .timeline .what {
  color: var(--pl-ink-quiet);
  border-top-color: var(--pl-line);
}
.ls-path.bright .timeline .what {
  color: rgba(251,248,241,0.85);
  border-top-color: rgba(251,248,241,0.15);
}
.ls-path.bright .timeline .what.strong {
  color: var(--pl-paper);
  font-weight: 500;
}

.ls-path .outcome {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--pl-line-soft);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.ls-path.bright .outcome { border-top-color: rgba(251,248,241,0.15); }
.ls-path .outcome .key {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-ink-quiet);
}
.ls-path.bright .outcome .key { color: var(--pl-bronze-soft); }
.ls-path .outcome .v {
  font-family: var(--font-serif);
  font-size: 18px;
  letter-spacing: -0.01em;
  max-width: 28ch;
  text-align: right;
  text-wrap: pretty;
}
.ls-path.dim .outcome .v { opacity: 0.55; color: var(--pl-ink); }
.ls-path.bright .outcome .v { color: var(--pl-paper); }

.ls-path .cta {
  margin-top: 22px;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  background: var(--pl-paper);
  color: var(--pl-ink);
  border: 1px solid var(--pl-paper);
  transition: background var(--t-fast, 180ms) ease;
}
.ls-path .cta:hover { background: var(--pl-ivory); }

/* ================================================================
   12A · CLOSE — Lock-screen notification
   ================================================================ */
.ls-close-stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: stretch;
}
.ls-close-copy {
  align-self: center;
  display: flex; flex-direction: column; gap: 22px;
}
.ls-close-copy .kicker {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-ink-quiet);
  margin: 0;
}
.ls-close-copy h2 {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(34px, 3.8vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--pl-ink);
  margin: 12px 0 0;
  text-wrap: pretty;
  max-width: 18ch;
}
.ls-close-copy .lead {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--pl-ink-soft);
  margin: 0;
  max-width: 44ch;
}
.ls-close-copy .actions {
  display: flex;
  gap: 22px;
  margin-top: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.ls-close-copy .sign {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.5;
  color: var(--pl-ink);
  margin: 16px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--pl-line);
  max-width: 48ch;
}

.ls-close-stage-right {
  position: relative;
  background: linear-gradient(180deg, #6f5b3a 0%, #4a3f2a 100%);
  border: 1px solid var(--pl-ink);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  padding: 48px;
  min-height: 560px;
}
.ls-close-stage-right::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(700px 500px at 30% 25%, rgba(251,248,241,0.18), transparent 65%),
    radial-gradient(500px 400px at 80% 90%, rgba(0,0,0,0.4), transparent 65%);
  pointer-events: none;
}

.ls-lock-phone {
  width: 300px;
  position: relative; z-index: 1;
  background: #0d0d0b;
  border-radius: 44px;
  padding: 6px;
  box-shadow:
    0 1px 0 rgba(13,13,11,0.08),
    0 40px 70px -30px rgba(0,0,0,0.6);
}
.ls-lock-phone::before {
  content: '';
  position: absolute;
  top: 14px; left: 50%; transform: translateX(-50%);
  width: 88px; height: 26px;
  background: #0d0d0b; border-radius: 14px;
  z-index: 3;
}
.ls-lock-phone .scr {
  background-image: url('assets/kitchen/hero-handover.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 37px;
  aspect-ratio: 9/19;
  position: relative;
  display: flex; flex-direction: column;
  padding: 52px 14px 30px;
}
.ls-lock-phone .scr::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(13,13,11,0.55) 0%,
    rgba(13,13,11,0.25) 25%,
    rgba(13,13,11,0.05) 45%,
    rgba(13,13,11,0.55) 100%);
  border-radius: 37px;
}
.ls-lock-phone .lock-status {
  position: relative; z-index: 1;
  display: flex; justify-content: space-between;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: white;
}
.ls-lock-phone .lock-date {
  position: relative; z-index: 1;
  margin-top: 14px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  letter-spacing: 0.02em;
}
.ls-lock-phone .lock-clock {
  position: relative; z-index: 1;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 80px;
  font-weight: 200;
  color: white;
  line-height: 1;
  margin-top: 2px;
  letter-spacing: -0.04em;
}
.ls-lock-phone .notif {
  position: relative; z-index: 1;
  margin-top: 34px;
  background: rgba(28,28,30,0.78);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 30px 1fr auto;
  gap: 10px;
  align-items: start;
  color: white;
}
.ls-lock-phone .notif .icon {
  width: 30px; height: 30px;
  background: #007aff;
  border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  color: white;
  font-weight: 600;
}
.ls-lock-phone .notif .meta {
  display: flex; flex-direction: column; gap: 1px; min-width: 0;
}
.ls-lock-phone .notif .meta .app {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px; font-weight: 600;
  color: white;
  letter-spacing: 0.02em;
}
.ls-lock-phone .notif .meta .from {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px; font-weight: 600;
  color: white;
  margin-top: 1px;
  letter-spacing: -0.005em;
}
.ls-lock-phone .notif .meta .preview {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.8);
  line-height: 1.35;
  margin-top: 2px;
}
.ls-lock-phone .notif .when {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.65);
}
.ls-lock-phone .notif-attach {
  position: relative; z-index: 1;
  margin-top: 8px;
  background: rgba(28,28,30,0.78);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 12px;
  padding: 10px 14px;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: center;
}
.ls-lock-phone .notif-attach .ic {
  width: 32px;
  aspect-ratio: 3/4;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,255,255,0.18);
}
.ls-lock-phone .notif-attach .nm {
  font-family: var(--font-mono);
  font-size: 11px;
  color: white;
}
.ls-lock-phone .notif-attach .sz {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 10px;
  color: rgba(255,255,255,0.65);
  margin-top: 2px;
}

.ls-close-caption {
  position: absolute;
  left: 32px; bottom: 32px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(251,248,241,0.65);
  z-index: 2;
}
.ls-close-caption .strong {
  display: block;
  margin-top: 4px;
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--pl-paper);
  text-transform: none;
  max-width: 22ch;
}

/* ================================================================
   Responsive — single column at tablet and below
   ================================================================ */
@media (max-width: 1100px) {
  .ls-h1b {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .ls-prodline {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ls-prodline::before { display: none; }
  .ls-prodline .arrow-cell {
    transform: rotate(90deg);
    padding: 4px 0;
  }
  .ls-prodline .start,
  .ls-prodline .end {
    padding: 24px 22px;
  }
  .ls-prodline .start .art {
    width: 50%;
  }
  .ls-prodline .end .art {
    aspect-ratio: 5/4;
  }
  .ls-prodline .end .art .sheet:nth-of-type(1) { top: 6%; }
  .ls-prodline .end .art .sheet:nth-of-type(2) { top: 19%; }
  .ls-prodline .end .art .sheet:nth-of-type(3) { top: 32%; }
  .ls-prodline .end .art .sheet:nth-of-type(4) { top: 45%; }
  .ls-prodline .end .art .sheet:nth-of-type(5) { top: 58%; }
  .ls-prodline .end .art .sheet:nth-of-type(6) { top: 71%; }
  .ls-prodline .end .art .sheet:nth-of-type(7) { top: 84%; }

  .ls-files-stage,
  .ls-close-stage {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .ls-files-stage-right { min-height: 660px; }

  .ls-tiers {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .ls-pilot-stamp { top: -18px; right: 0; }

  .ls-guar-shell {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 36px;
    text-align: left;
  }
  .ls-guar-seal { justify-self: start; }

  .ls-paths {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .ls-prob-pair {
    grid-template-columns: 1fr;
    gap: 56px;
    padding: 56px 32px 48px;
  }
  .ls-prob-pair::before { display: none; }
  .ls-prob-pair::after { top: 28px; }

  .ls-h1b-split {
    aspect-ratio: 4/5;
  }
  .ls-h1b-before { width: 46%; }
  .ls-h1b-after  { width: 52%; }

  .ls-files-copy .legend { grid-template-columns: 1fr; }
  .ls-guar-terms { grid-template-columns: 1fr; }
  .ls-guar-terms .cell + .cell {
    border-left: none;
    border-top: 1px solid var(--pl-line);
  }
  .ls-path .outcome { flex-direction: column; gap: 4px; }
  .ls-path .outcome .v { text-align: left; }

  .ls-close-stage-right { padding: 36px 24px; min-height: 480px; }
}

/* ================================================================
   CLEANUP PASS · new sections (2026·05)
   Photo Rescue, Positioning, 4-card system, merged pricing,
   simple final CTA.
   ================================================================ */

/* ---- Photo Rescue (dedicated before/after) -------------------- */
.rescue { background: var(--pl-paper); }
.ls-rescue-head { margin-bottom: 56px; max-width: 720px; }
.ls-rescue-head h2 {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(34px, 3.6vw, 50px);
  line-height: 1.04;
  letter-spacing: -0.018em;
  color: var(--pl-ink);
  margin: 14px 0 0;
  text-wrap: pretty;
  max-width: 16ch;
}
.ls-rescue-head .lead {
  margin: 22px 0 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--pl-ink-soft);
  max-width: 56ch;
}

.ls-rescue-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.ls-rescue-pair .side {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ls-rescue-pair .label-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--pl-line);
}
.ls-rescue-pair .mk-label {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-ink);
}
.ls-rescue-pair .mk-meta {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.04em;
  color: var(--pl-ink-quiet);
}
.ls-rescue-img {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  background-color: var(--pl-ivory-deep);
  border: 1px solid var(--pl-line);
}
.ls-rescue-img.before-img {
  filter: saturate(0.55) brightness(0.86) contrast(0.92);
  transform: rotate(-0.4deg);
}
.ls-rescue-img.after-img {
  filter: saturate(1.05) brightness(1.04) contrast(1.04);
}
.ls-rescue-pair figcaption {
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.55;
  color: var(--pl-ink-quiet);
  margin: 0;
  max-width: 36ch;
}
.ls-rescue-pair .side.after figcaption { color: var(--pl-ink-soft); }

.ls-rescue-note.compact {
  margin-top: 56px;
  grid-template-columns: 140px 1fr;
}

/* ---- Positioning block (what Proofline is) -------------------- */
.positioning { background: var(--pl-ivory); }
.positioning-shell {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 56px;
  align-items: start;
  max-width: 1080px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.positioning-shell .kicker {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-bronze);
  padding-top: 14px;
  border-top: 1px solid var(--pl-line);
  margin: 0;
}
.positioning-statement {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.25;
  letter-spacing: -0.012em;
  color: var(--pl-ink);
  margin: 0;
  max-width: 32ch;
  text-wrap: pretty;
}

/* ---- 4-card system grid --------------------------------------- */
.ls-system-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.ls-sys-card {
  position: relative;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  padding: 28px 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 380px;
}
.ls-sys-card .n {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--pl-bronze);
}
.ls-sys-card .nm {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--pl-ink);
  margin: 0;
}
.ls-sys-card .desc {
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.55;
  color: var(--pl-ink-soft);
  margin: 0;
}
.ls-sys-card .art {
  margin-top: auto;
  position: relative;
  aspect-ratio: 5/4;
  background: var(--pl-ivory);
  border: 1px solid var(--pl-line-soft);
  overflow: hidden;
}
.ls-sys-card .art .blur {
  position: absolute; inset: 8px;
  background-size: cover; background-position: center;
  filter: saturate(0.6) blur(1.5px) brightness(0.9);
}
.ls-sys-card .art .sharp {
  position: absolute; right: 8px; bottom: 8px;
  width: 56%; aspect-ratio: 5/3;
  background-size: cover; background-position: center;
  border: 1px solid var(--pl-paper);
  outline: 1px solid var(--pl-line);
  box-shadow: 0 8px 16px -10px rgba(0,0,0,0.25);
}
.ls-sys-card .art .lines {
  padding: 14px;
  display: flex; flex-direction: column; gap: 6px;
}
.ls-sys-card .art .lines .ln {
  height: 3px; background: var(--pl-line-soft);
}
.ls-sys-card .art .lines .ln.s { width: 50%; }
.ls-sys-card .art .lines .ln.m { width: 80%; }
.ls-sys-card .art .lines .ln.dark { background: var(--pl-ink); width: 35%; }
.ls-sys-card .art .stack {
  position: absolute; inset: 14px;
  display: grid; grid-template-rows: repeat(4, minmax(0, 1fr)); gap: 4px;
}
.ls-sys-card .art .stack .s {
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  padding: 0 10px;
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pl-ink-quiet);
}
.ls-sys-card .art .stack .s .num {
  font-family: var(--font-mono);
  color: var(--pl-bronze);
}
.ls-sys-card .art .privacy {
  position: absolute; inset: 14px;
  background-size: cover; background-position: center;
  filter: saturate(0.86);
}
.ls-sys-card .art .privacy::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at center, transparent 40%, rgba(13,13,11,0.18) 80%);
}
.ls-sys-card .art .privacy .stamp {
  position: absolute;
  left: 50%; bottom: 10px;
  transform: translateX(-50%);
  background: var(--pl-paper);
  border: 1px solid var(--pl-bronze);
  color: var(--pl-bronze);
  padding: 4px 10px;
  font-family: var(--font-sans);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ---- Merged pilot pricing card -------------------------------- */
.ls-pilot-card {
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  margin-top: 48px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.ls-pilot-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 0;
}
.ls-pilot-price {
  padding: 40px 40px 32px;
  border-right: 1px solid var(--pl-line);
  display: flex;
  flex-direction: column;
}
.ls-pilot-price .head-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--pl-line);
}
.ls-pilot-price .head-row .mk-label {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-bronze);
}
.ls-pilot-price .head-row .mk-meta {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.04em;
  color: var(--pl-ink-quiet);
}
.ls-pilot-price .name {
  margin-top: 22px;
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: var(--pl-ink);
  max-width: 14ch;
}
.ls-pilot-price .price {
  margin-top: 16px;
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--pl-ink);
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.ls-pilot-price .price small {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pl-ink-quiet);
  font-weight: 500;
}
.ls-pilot-price .ls-pay-split {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--pl-line);
  border-bottom: 1px solid var(--pl-line);
}
.ls-pilot-price .ls-pay-split .col {
  padding: 18px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ls-pilot-price .ls-pay-split .col + .col {
  border-left: 1px solid var(--pl-line);
  padding-left: 22px;
}
.ls-pilot-price .ls-pay-split .lbl {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pl-ink-quiet);
}
.ls-pilot-price .ls-pay-split .v {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 300;
  color: var(--pl-ink);
  letter-spacing: -0.01em;
}
.ls-pilot-price .ls-pay-split .when {
  font-family: var(--font-sans);
  font-size: 11px;
  color: var(--pl-ink-quiet);
}
.ls-pilot-price .cta {
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 22px;
  background: var(--pl-ink);
  color: var(--pl-paper);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: 1px solid var(--pl-ink);
  transition: background var(--t-fast, 180ms) ease;
}
.ls-pilot-price .cta:hover { background: #1c1b18; }
.ls-pilot-price .text-link.sec {
  margin-top: 16px;
  align-self: center;
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--pl-ink);
  text-decoration: none;
  border-bottom: 1px solid var(--pl-line);
  padding-bottom: 2px;
}
.ls-pilot-price .text-link.sec:hover { border-color: var(--pl-ink); }

.ls-pilot-includes {
  padding: 40px 40px 32px;
  background: var(--pl-ivory);
}
.ls-pilot-includes .lbl {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-bronze);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--pl-line);
  margin: 0 0 18px;
}
.ls-pilot-includes .lst {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
}
.ls-pilot-includes .lst li {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: baseline;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.45;
  color: var(--pl-ink-soft);
  padding-bottom: 10px;
  border-bottom: 1px dotted var(--pl-line-soft);
}
.ls-pilot-includes .lst li .n {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--pl-bronze);
}

/* Guarantee strip */
.ls-pilot-guarantee {
  border-top: 1px solid var(--pl-line);
  padding: 28px 40px;
  background: var(--pl-paper);
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  align-items: start;
}
.ls-pilot-guarantee .g-mark {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 4px;
}
.ls-pilot-guarantee .g-mark .lbl {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-bronze);
}
.ls-pilot-guarantee .g-mark .mk-meta {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.04em;
  color: var(--pl-ink-quiet);
}
.ls-pilot-guarantee .g-copy {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 22px;
  line-height: 1.32;
  letter-spacing: -0.01em;
  color: var(--pl-ink);
  text-wrap: pretty;
  max-width: 44ch;
}

/* Pilot urgency line */
.ls-pilot-urgency {
  border-top: 1px solid var(--pl-line);
  padding: 18px 40px;
  margin: 0;
  background: var(--pl-ivory);
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.6;
  color: var(--pl-ink-quiet);
  text-align: center;
}

/* ---- Simple final CTA ----------------------------------------- */
.ls-close-simple {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.ls-close-simple .kicker {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-bronze);
  margin: 0;
}
.ls-close-simple h2 {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--pl-ink);
  margin: 0;
  max-width: 18ch;
  text-wrap: pretty;
}
.ls-close-simple .lead {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--pl-ink-soft);
  margin: 0;
  max-width: 52ch;
}
.ls-close-simple .actions {
  margin-top: 6px;
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

/* ---- Responsive cleanup -------------------------------------- */
@media (max-width: 980px) {
  .ls-system-grid { grid-template-columns: repeat(2, 1fr); }
  .ls-pilot-grid { grid-template-columns: 1fr; }
  .ls-pilot-price { border-right: none; border-bottom: 1px solid var(--pl-line); padding: 32px 28px 28px; }
  .ls-pilot-includes { padding: 32px 28px 28px; }
  .ls-pilot-includes .lst { grid-template-columns: 1fr; }
  .ls-pilot-guarantee { grid-template-columns: 1fr; gap: 14px; padding: 24px 28px; }
  .ls-pilot-urgency { padding: 16px 28px; text-align: left; }
  .positioning-shell { grid-template-columns: 1fr; gap: 28px; }
  .ls-rescue-pair { grid-template-columns: 1fr; gap: 32px; }
  .ls-rescue-note.compact { grid-template-columns: 1fr; gap: 14px; }
}
@media (max-width: 640px) {
  .ls-system-grid { grid-template-columns: 1fr; }
}



/* ================================================================
   Proofline · Conversion-tightening pass
   Loads last; overrides + new components only.
   ================================================================ */

/* ---------- Universal: Proof Audit microcopy under CTAs -------- */
.cta-define {
  margin: 18px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid var(--pl-line-soft);
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.55;
  color: var(--pl-ink-quiet);
  max-width: 52ch;
}
.close-define {
  border-top: none;
  padding-top: 6px;
  margin-top: 6px;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  color: var(--pl-ink-quiet);
  text-align: center;
  max-width: 56ch;
}

/* ---------- Sample / demo labels ------------------------------- */
.sample-tag {
  position: absolute;
  z-index: 6;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 5px 9px;
  border: 1px solid currentColor;
  white-space: nowrap;
  pointer-events: none;
}
.sample-tag-light {
  top: 14px; left: 14px;
  color: var(--pl-ink-quiet);
  background: rgba(251, 248, 241, 0.9);
}
.sample-tag-bronze {
  top: 14px; left: 50%;
  transform: translateX(-50%);
  color: var(--pl-bronze);
  background: var(--pl-paper);
}
.sample-tag-paper {
  top: 12px; left: 12px;
  color: var(--pl-bronze);
  background: var(--pl-paper);
}

/* ---------- Section 02: COMPACT follow-up comparison ---------- */
/* Hide the older bulky phone comparison; replace with compact rows. */
.problem .ls-prob-pair { display: none !important; }

.ls-prob-head .lead-sub {
  margin: 18px 0 0;
  font-family: var(--font-sans);
  font-style: italic;
  font-size: 15px;
  line-height: 1.5;
  color: var(--pl-ink-quiet);
  max-width: 56ch;
}

.cp-follow {
  position: relative;
  border: 1px solid var(--pl-line);
  background: var(--pl-paper);
  padding: 56px 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cp-row {
  display: grid;
  grid-template-columns: 200px 1fr 220px;
  gap: 28px;
  padding: 24px 0;
  align-items: start;
}
.cp-row-weak  .cp-msg { opacity: 0.78; }
.cp-row-strong .cp-msg { background: var(--pl-ivory); }

.cp-tag {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cp-tag .lbl {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-ink);
}
.cp-row-weak .cp-tag .lbl { color: var(--pl-ink-quiet); }
.cp-row-strong .cp-tag .lbl { color: var(--pl-bronze); }
.cp-tag .meta {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.04em;
  color: var(--pl-ink-quiet);
}

.cp-msg {
  border: 1px solid var(--pl-line);
  background: var(--pl-paper);
  padding: 14px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cp-sender {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.04em;
  color: var(--pl-ink-quiet);
  padding-bottom: 6px;
  border-bottom: 1px solid var(--pl-line-soft);
}
.cp-subj {
  margin: 2px 0 0;
  font-family: var(--font-serif);
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 1.3;
  color: var(--pl-ink);
}
.cp-stub {
  display: flex; flex-direction: column; gap: 6px;
  padding-top: 4px;
}
.cp-stub .ln {
  height: 3px;
  background: var(--pl-line-soft);
}
.cp-stub .ln.l { width: 100%; }
.cp-stub .ln.m { width: 78%; }
.cp-stub .ln.s { width: 50%; }
.cp-attach {
  margin-top: 8px;
  border: 1px solid var(--pl-line);
  background: var(--pl-paper);
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  padding: 8px;
  align-items: center;
}
.cp-attach .thumb {
  width: 38px;
  aspect-ratio: 3/4;
  background-size: cover; background-position: center;
  filter: saturate(0.9);
  border: 1px solid var(--pl-line-soft);
}
.cp-attach .info {
  display: flex; flex-direction: column; gap: 2px;
  min-width: 0;
}
.cp-attach .info .nm {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--pl-ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cp-attach .info .meta {
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--pl-ink-quiet);
}

.cp-outcome {
  display: flex; flex-direction: column;
  gap: 6px;
  padding-left: 22px;
  border-left: 1px solid var(--pl-line-soft);
}
.cp-outcome .lbl {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-ink-quiet);
}
.cp-outcome .v {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--pl-ink);
  text-wrap: pretty;
}
.cp-row-weak .cp-outcome .v { color: var(--pl-ink-quiet); }

.cp-divider {
  position: relative;
  display: flex; align-items: center;
  margin: 6px 0;
}
.cp-divider::before,
.cp-divider::after {
  content: ''; flex: 1; height: 1px; background: var(--pl-line);
}
.cp-divider span {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--pl-bronze);
  padding: 0 18px;
}

/* ---------- Section 03: 3-step Photo Rescue (visual anchor) --- */
.rescue { background: var(--pl-paper); border-top: 1px solid var(--pl-line); border-bottom: 1px solid var(--pl-line); }
.rescue.section-pad { padding-top: clamp(96px, 11vw, 168px); padding-bottom: clamp(96px, 11vw, 168px); }

/* Hide the older 2-pane rescue pair entirely on the homepage */
.rescue .ls-rescue-pair,
.rescue .ls-rescue-note.compact { display: none !important; }

.ls-rescue-head h2 { max-width: 22ch; }

.pr-three {
  margin-top: clamp(40px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1fr 56px 1fr 56px 1fr;
  gap: 0;
  align-items: stretch;
}

.pr-step {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pr-label-row {
  display: flex; align-items: baseline; gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--pl-line);
}
.pr-num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--pl-bronze);
}
.pr-name {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--pl-ink);
}

.pr-stage {
  position: relative;
  aspect-ratio: 4/5;
  background: var(--pl-ivory-deep);
  border: 1px solid var(--pl-line);
  overflow: hidden;
}
.pr-stage .pr-meta-top,
.pr-stage .pr-meta-bot {
  position: absolute;
  z-index: 2;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.04em;
  color: var(--pl-paper);
  background: rgba(13,13,11,0.55);
  padding: 3px 7px;
}
.pr-stage .pr-meta-top { top: 12px; right: 12px; }
.pr-stage .pr-meta-bot { bottom: 12px; left: 12px; }

.pr-photo {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
}
.pr-photo-raw {
  filter: saturate(0.55) brightness(0.84) contrast(0.92);
  transform: scale(1.06) rotate(-0.8deg);
  background-position: center 30%;
}
/* Raw: scribble overlay to suggest clutter / off angle */
.pr-stage-raw::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(13,13,11,0.18) 0%, transparent 35%, transparent 70%, rgba(13,13,11,0.22) 100%),
    radial-gradient(120px 80px at 22% 78%, rgba(13,13,11,0.18), transparent 70%);
  pointer-events: none;
}

.pr-photo-rescue {
  filter: saturate(1.05) brightness(1.04) contrast(1.05);
}
/* Rescue: faint grid overlay = straightened / aligned */
.pr-grid {
  position: absolute; inset: 0;
  background:
    linear-gradient(to right,  rgba(13,13,11,0.08) 1px, transparent 1px) 0 0 / 25% 100%,
    linear-gradient(to bottom, rgba(13,13,11,0.08) 1px, transparent 1px) 0 0 / 100% 25%;
  pointer-events: none;
  mix-blend-mode: multiply;
}

/* Stage 3 — document inside a polished frame */
.pr-stage-pack {
  background: linear-gradient(180deg, var(--pl-ivory) 0%, var(--pl-ivory-deep) 100%);
  display: flex; align-items: center; justify-content: center;
  padding: 22px 18px;
}
.pr-doc {
  width: 100%;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  padding: 18px 18px 20px;
  display: flex; flex-direction: column; gap: 10px;
  box-shadow:
    0 1px 0 rgba(13,13,11,0.04),
    0 22px 36px -22px rgba(13,13,11,0.32);
  position: relative;
}
.pr-doc::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  border-top: 18px solid var(--pl-ivory-deep);
  border-left: 18px solid transparent;
}
.pr-doc-top {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--pl-line-soft);
}
.pr-doc-top .mark {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--pl-ink);
}
.pr-doc-top .meta {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--pl-ink-quiet);
  letter-spacing: 0.04em;
}
.pr-doc-ttl {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--pl-ink);
  margin: 0;
}
.pr-doc-img {
  width: 100%;
  aspect-ratio: 5/3;
  background-size: cover; background-position: center;
  filter: saturate(0.92);
}
.pr-doc-spec {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 4px 12px;
  margin: 0;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--pl-ink);
}
.pr-doc-spec dt {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 8px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-ink-quiet);
}
.pr-doc-spec dd { margin: 0; }

.pr-step figcaption {
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.5;
  color: var(--pl-ink-quiet);
  max-width: 32ch;
  margin: 0;
}

.pr-arrow {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 10px;
  padding-top: 60px;
}
.pr-arrow .lbl {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-bronze);
  writing-mode: horizontal-tb;
  text-align: center;
  max-width: 8ch;
  line-height: 1.3;
}
.pr-arrow .line {
  flex: 0 0 1px;
  width: 100%; height: 1px;
  background: var(--pl-line);
  margin: 4px 0;
}
.pr-arrow .head {
  font-family: var(--font-mono);
  font-size: 18px;
  color: var(--pl-bronze);
  line-height: 1;
}

.pr-honesty {
  margin: clamp(40px, 5vw, 64px) auto 0;
  max-width: 720px;
  padding-top: 22px;
  border-top: 1px solid var(--pl-line);
  text-align: center;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.5;
  color: var(--pl-ink-soft);
  letter-spacing: -0.005em;
  text-wrap: pretty;
}

/* ---------- Section 04: Positioning short --------------------- */
.positioning-short .positioning-statement {
  font-size: clamp(22px, 2.2vw, 28px);
  max-width: 44ch;
}

/* ---------- Section 05: Deliverables checklist ---------------- */
.deliv-block {
  margin-top: clamp(48px, 6vw, 72px);
  border: 1px solid var(--pl-line);
  background: var(--pl-ivory);
}
.deliv-head {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 16px 24px;
  border-bottom: 1px solid var(--pl-line);
  background: var(--pl-paper);
}
.deliv-head .lbl {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-bronze);
}
.deliv-head .meta {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.04em;
  color: var(--pl-ink-quiet);
}
.deliv-list {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.deliv-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: baseline;
  padding: 18px 22px;
  border-right: 1px solid var(--pl-line-soft);
  border-bottom: 1px solid var(--pl-line-soft);
}
.deliv-list li:nth-child(4n) { border-right: 0; }
.deliv-list li:nth-child(7) { grid-column: span 2; }
.deliv-list li:nth-last-child(-n+1) { border-bottom: 0; }
.deliv-list li .n {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--pl-bronze);
}
.deliv-list li .nm {
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.4;
  color: var(--pl-ink-soft);
}

/* ---------- Section 06: pricing additions --------------------- */
.pricing .section-head.narrow p {
  margin-top: 18px;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--pl-ink-soft);
  max-width: 52ch;
}

.approval-clarify {
  margin: 18px 0 0;
  padding: 14px 16px;
  background: var(--pl-ivory);
  border: 1px solid var(--pl-line-soft);
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.55;
  color: var(--pl-ink-soft);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: baseline;
}
.approval-lbl {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-bronze);
}

.ls-pilot-price .cta {
  margin-top: 28px;
}

.photo-check {
  border-top: 1px solid var(--pl-line);
  padding: 28px 40px;
  background: var(--pl-paper);
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  align-items: start;
}
.photo-check .g-mark {
  display: flex; flex-direction: column; gap: 6px;
  padding-top: 4px;
}
.photo-check .g-mark .lbl {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-ink);
}
.photo-check .g-mark .mk-meta {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.04em;
  color: var(--pl-ink-quiet);
}
.photo-check .g-copy {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.55;
  color: var(--pl-ink-soft);
  max-width: 56ch;
}

.trust-lines {
  max-width: 760px;
  margin: 40px auto 0;
  display: grid;
  gap: 14px;
  padding-top: 28px;
  border-top: 1px solid var(--pl-line);
}
.trust-lines p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.6;
  color: var(--pl-ink-quiet);
  text-align: center;
  max-width: 64ch;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- FAQ · show-more (mobile collapse) ----------------- */
.faq-more {
  margin-top: 20px;
  padding: 14px 18px;
  background: transparent;
  border: 1px solid var(--pl-line);
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pl-ink);
  cursor: pointer;
  display: none;
  width: 100%;
  text-align: center;
  border-radius: 0;
  transition: background var(--t-fast) var(--ease-quiet);
}
.faq-more:hover { background: var(--pl-ivory-deep); }

/* ---------- Footer · email visible ---------------------------- */
.footer-email {
  display: inline-block;
  margin-top: 6px;
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--pl-ink);
  border-bottom: 1px solid var(--pl-line);
  padding-bottom: 2px;
  transition: border-color var(--t-fast) var(--ease-quiet);
}
.footer-email:hover { border-bottom-color: var(--pl-ink); }

/* ---------- Sticky mobile CTA --------------------------------- */
.sticky-mobile-cta {
  display: none;
  position: fixed;
  left: 16px; right: 16px; bottom: 16px;
  z-index: 30;
  padding: 16px;
  background: var(--pl-ink);
  color: var(--pl-paper);
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--pl-ink);
  box-shadow: 0 12px 24px -16px rgba(13,13,11,0.5);
}

/* ================================================================
   RESPONSIVE
   ================================================================ */

@media (max-width: 1100px) {
  .pr-three {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .pr-arrow {
    flex-direction: row;
    padding-top: 0;
    width: 100%;
    justify-content: center;
    transform: rotate(90deg);
    margin: 4px 0;
  }
  .pr-arrow .line { display: none; }
  .pr-arrow .lbl { max-width: none; }

  .cp-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .cp-outcome {
    padding-left: 0;
    border-left: 0;
    padding-top: 12px;
    border-top: 1px solid var(--pl-line-soft);
  }
}

@media (max-width: 980px) {
  .deliv-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .deliv-list li:nth-child(4n) { border-right: 1px solid var(--pl-line-soft); }
  .deliv-list li:nth-child(2n) { border-right: 0; }
  .deliv-list li:nth-child(7) { grid-column: span 2; }

  .photo-check {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 28px;
  }

  .ls-pilot-price .cta { width: 100%; }
}

@media (max-width: 780px) {
  /* Hero: full-width primary CTA */
  .hero .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .hero .hero-actions .primary-cta {
    width: 100%;
    padding: 16px;
    font-size: 15px;
  }
  .hero .hero-actions .text-link {
    align-self: center;
  }
  .hero .hero-proof {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  /* Compact follow-up rows tighten further */
  .cp-follow { padding: 56px 22px 24px; }
  .cp-msg { padding: 12px 14px 14px; }
  .cp-attach { grid-template-columns: 32px 1fr; padding: 6px; }
  .cp-attach .thumb { width: 32px; }

  /* Hero split visual shrinks – already responsive but reduce height ~40% */
  .ls-h1b-split {
    aspect-ratio: 5/4;
    max-height: 360px;
  }
  .ls-h1b-before { width: 46%; }
  .ls-h1b-after  { width: 52%; }

  /* Photo Rescue stages: bigger, prominent */
  .rescue.section-pad {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pr-three { gap: 18px; }
  .pr-step { gap: 12px; }
  .pr-stage { aspect-ratio: 4/5; }
  .pr-name { font-size: 22px; }
  .pr-step figcaption {
    font-size: 14px;
    color: var(--pl-ink-soft);
    max-width: none;
  }
  .pr-honesty { font-size: 16px; line-height: 1.5; }

  /* System grid: tight 2x2 */
  .ls-system-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .ls-sys-card {
    min-height: 0;
    padding: 20px 18px 18px;
  }
  .ls-sys-card .art { display: none; }
  .ls-sys-card .nm { font-size: 19px; }
  .ls-sys-card .desc { font-size: 12.5px; line-height: 1.5; }

  /* Deliverables compact list */
  .deliv-block { margin-top: 28px; }
  .deliv-head { padding: 12px 18px; }
  .deliv-list { grid-template-columns: 1fr; }
  .deliv-list li {
    padding: 14px 18px;
    border-right: 0 !important;
  }
  .deliv-list li:nth-child(7) { grid-column: span 1; }

  /* Pricing tighten */
  .ls-pilot-price { padding: 28px 22px 24px; }
  .ls-pilot-includes { padding: 28px 22px; }
  .ls-pilot-includes .lst { grid-template-columns: 1fr; }
  .ls-pilot-guarantee,
  .photo-check { padding: 22px; }

  /* Hide the big phone in offer section if section exists */
  .ls-files-stage-right { display: none; }

  /* FAQ collapse */
  .faq-more { display: block; }
  .faq-list details[data-faq-extra="true"] { display: none; }
  body.faq-extras-open .faq-list details[data-faq-extra="true"] { display: block; }

  /* Sticky mobile CTA visible, with bottom space so footer isn't covered */
  .sticky-mobile-cta { display: block; }
  .footer { padding-bottom: 96px; }

  /* Microcopy contrast: never below ink-soft on mobile */
  .cta-define,
  .close-define,
  .ls-prob-head .lead-sub,
  .pr-step figcaption {
    color: var(--pl-ink-soft);
  }

  /* Footer email scales */
  .footer-email { font-size: 13px; }

  /* Trust lines: left align on mobile, smaller padding */
  .trust-lines { margin-top: 28px; padding-top: 20px; }
  .trust-lines p { text-align: left; font-size: 13px; }
}

@media (max-width: 480px) {
  .ls-system-grid { grid-template-columns: 1fr; }
  .ls-h1b-split { max-height: 280px; }
}
