/* ================================================================
   IRONMARGIN — Leak pillar pages (/leaks/[slug]).
   Loaded after css/style.css. Self-contained; used by all 7 pillars.
   ================================================================ */

.guide-hero { padding-bottom: clamp(2.25rem, 6vh, 3.5rem); }

.crumbs { font-size: 0.85rem; color: var(--muted); margin-bottom: 1.1rem; }
.crumbs a { color: var(--orange); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.crumbs span { color: var(--muted); }

.lk-body > h2 {
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.015em;
  margin: 2.5rem 0 0.9rem;
}
.lk-body > h2:first-child { margin-top: 0; }
.lk-body > p { margin-bottom: 1.1rem; font-size: 1.05rem; }

.lk-check {
  list-style: none;
  margin: 0 0 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.lk-check li { position: relative; padding-left: 1.7rem; font-size: 1.02rem; }
.lk-check li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 700; }

.lk-metrics {
  margin: 0 0 1.75rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 0.4rem 1.6rem;
}
.lk-metric {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.1rem 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--border);
}
.lk-metric:last-child { border-bottom: none; }
.m-name { font-family: var(--font-head); font-weight: 700; font-size: 0.95rem; color: var(--ink); }
.m-formula { grid-column: 1; font-size: 0.88rem; color: var(--muted); line-height: 1.5; }
.m-target {
  grid-column: 2; grid-row: 1 / span 2; align-self: center;
  max-width: 160px; text-align: right;
  font-family: var(--font-head); font-weight: 700; font-size: 0.84rem; color: var(--green); line-height: 1.4;
}
@media (max-width: 480px) {
  .lk-metric { grid-template-columns: 1fr; }
  .m-target { grid-column: 1; grid-row: auto; text-align: left; max-width: none; margin-top: 0.2rem; }
}

.lk-impact {
  display: flex; align-items: baseline; gap: 0.75rem; flex-wrap: wrap;
  font-family: var(--font-head); font-weight: 800;
  font-size: clamp(1.9rem, 4.2vw, 2.5rem); color: var(--orange);
  margin: 0 0 0.8rem;
}
.lk-impact span { font-family: var(--font-body); font-weight: 400; font-size: 0.95rem; color: var(--muted); }

.lk-steps {
  margin: 0 0 1.75rem; padding-left: 1.3rem;
  display: flex; flex-direction: column; gap: 0.85rem;
}
.lk-steps li { padding-left: 0.4rem; font-size: 1.03rem; }
.lk-steps strong { color: var(--ink); }

.lk-angle { margin: 1.75rem 0; font-size: 1.02rem; }
.lk-angle strong { color: var(--navy-800); }

.lk-cta {
  margin-top: 2.5rem;
  display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap;
}
