/* ═══════════════════════════════════════════════════════════════════════
   LV LOCAL SEO CHECKLIST — extends parent style.css + audit.css
   Editorial monograph aesthetic. Long-form readable.
   ═══════════════════════════════════════════════════════════════════════ */

.checklist-page {
  background: #fbf6eb;
  color: #0f0d0b;
  font-family: 'Plus Jakarta Sans', 'Helvetica Neue', system-ui, sans-serif;
}

/* Breadcrumbs */
.checklist__breadcrumbs {
  padding: var(--s-5, 24px) 0 0;
  max-width: 760px;
}
.checklist__breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b625a;
}
.checklist__breadcrumbs li {
  display: inline-flex;
  align-items: center;
}
.checklist__breadcrumbs li + li::before {
  content: "/";
  margin-right: 8px;
  color: #c5b890;
}
.checklist__breadcrumbs a {
  color: #6b625a;
  text-decoration: none;
}
.checklist__breadcrumbs a:hover {
  color: #d97706;
}
.checklist__breadcrumbs [aria-current="page"] {
  color: #0f0d0b;
}

/* Pull-quote (intro citation) */
.checklist__quote {
  margin: var(--s-5, 24px) 0;
  padding: var(--s-4, 16px) var(--s-5, 24px);
  border-left: 3px solid #d97706;
  background: rgba(217, 119, 6, 0.06);
  border-radius: 2px;
}
.checklist__quote p {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 20px;
  line-height: 1.4;
  font-style: italic;
  margin: 0 0 8px;
  color: #1a1815;
}
.checklist__quote cite {
  font-style: normal;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b625a;
}
.checklist__quote cite a {
  color: #92400e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ── Hero ─────────────────────────────────────────────────────────────── */
.checklist__hero {
  padding: var(--s-12, 96px) 0 var(--s-8, 48px);
  max-width: 760px;
  text-align: center;
}
.checklist__hero .heading-xl {
  font-family: 'Instrument Serif', Georgia, serif;
  font-weight: 400;
  font-size: clamp(40px, 7vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: var(--s-3, 12px) 0;
}
.checklist__hero .heading-xl em {
  font-style: italic;
  color: #d97706;
}
.checklist__hero .lede {
  font-size: clamp(17px, 1.4vw, 19px);
  line-height: 1.55;
  color: #1a1815;
  max-width: 600px;
  margin: var(--s-4, 16px) auto;
}
.checklist__meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b625a;
  margin-top: var(--s-5, 24px);
}

/* ── Intro ────────────────────────────────────────────────────────────── */
.checklist__intro {
  max-width: 680px;
  padding: 0 0 var(--s-8, 48px);
}
.checklist__intro p {
  font-size: 17px;
  line-height: 1.65;
  color: #1a1815;
  margin: 0 0 var(--s-4, 16px);
}
.checklist__intro p strong {
  color: #0f0d0b;
}

/* ── Checklist items ──────────────────────────────────────────────────── */
.checklist__list {
  max-width: 760px;
  padding: var(--s-6, 32px) 0 var(--s-8, 48px);
}

.check-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: var(--s-5, 24px);
  padding: var(--s-7, 40px) 0;
  border-bottom: 1px solid #e8dfc8;
  scroll-margin-top: 80px;
}
.check-item:last-child { border-bottom: 0; }

.check-item__num {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 64px;
  line-height: 1;
  color: #d97706;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.check-item__body p,
.check-item__body ul {
  font-size: 16px;
  line-height: 1.6;
  color: #1a1815;
  margin: 0 0 var(--s-3, 12px);
}
.check-item__body p:last-child { margin-bottom: 0; }
.check-item__body strong { color: #0f0d0b; }
.check-item__body code {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  background: #f4eedd;
  padding: 2px 6px;
  border-radius: 3px;
  color: #92400e;
}
.check-item__body a {
  color: #d97706;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.check-item__body a:hover {
  color: #b45309;
}

.check-item__head {
  font-family: 'Instrument Serif', Georgia, serif;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #0f0d0b;
  margin: 0 0 var(--s-3, 12px);
}

.check-item__hint {
  background: #f4eedd;
  border-left: 3px solid #d97706;
  padding: var(--s-3, 12px) var(--s-4, 16px);
  border-radius: 2px;
  font-size: 14px !important;
  color: #1a1815;
  margin-top: var(--s-3, 12px) !important;
}
.check-item__hint strong {
  color: #92400e;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.06em;
  font-family: 'JetBrains Mono', monospace;
  font-weight: 600;
}

.check-item__sublist {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--s-3, 12px);
}
.check-item__sublist li {
  padding: 6px 0;
  border-bottom: 1px dashed #e8dfc8;
  font-size: 15px;
  line-height: 1.5;
}
.check-item__sublist li:last-child { border-bottom: 0; }

/* ── CTA ──────────────────────────────────────────────────────────────── */
.checklist__cta {
  max-width: 680px;
  padding: var(--s-10, 64px) 0 var(--s-12, 96px);
  text-align: center;
}
.checklist__cta .heading-lg {
  font-family: 'Instrument Serif', Georgia, serif;
  font-weight: 400;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 0 0 var(--s-3, 12px);
}
.checklist__cta .heading-lg em {
  color: #d97706;
  font-style: italic;
}
.checklist__cta p {
  font-size: 17px;
  line-height: 1.6;
  color: #1a1815;
  margin: 0 auto var(--s-5, 24px);
  max-width: 540px;
}

/* ── Mobile ───────────────────────────────────────────────────────────── */
@media (max-width: 600px) {
  .checklist__hero { padding: 64px 16px 32px; }
  .checklist__intro { padding: 0 16px 32px; }
  .checklist__list { padding: 16px; }
  .checklist__cta { padding: 48px 16px 64px; }

  .check-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 32px 0;
  }
  .check-item__num {
    font-size: 36px;
  }
  .check-item__head {
    font-size: 22px;
  }
}
