/* Ki — Why (Dark) — 2x2 standards grid.
   All selectors scoped under .ki-scope .ki-why-dark. */

.ki-scope .ki-why-dark { background: var(--ki-ink); color: var(--ki-paper); }

/* Compact the section a little (was the 140px ki-block default). */
.ki-scope .ki-why-dark.ki-block { padding: 96px 0; }

/* Centered section head — eyebrow, headline + right italic copy all centered
   (overrides the global 1fr/2fr section-head grid). */
.ki-scope .ki-why-dark .section-head {
  display: block;
  text-align: center;
  margin-bottom: 48px;
}
.ki-scope .ki-why-dark .section-head h2 {
  max-width: none;
  margin: 0 auto;
}
.ki-scope .ki-why-dark .section-head .right {
  max-width: 620px;
  margin: 16px auto 0;
}

.ki-scope .ki-why-dark .section-head h2 {
  color: var(--ki-paper);
}
.ki-scope .ki-why-dark .section-head h2 em {
  font-style: italic;
  color: var(--ki-blue);
  font-weight: 300;
}
.ki-scope .ki-why-dark .section-head .right {
  color: oklch(0.78 0.012 240);
}
.ki-scope .ki-why-dark .section-head .eyebrow {
  color: oklch(0.72 0.04 230);
}

.ki-scope .ki-why-dark .ki-why-dark-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid oklch(0.32 0.018 240);
  border-bottom: 1px solid oklch(0.32 0.018 240);
}

.ki-scope .ki-why-dark .ki-why-dark-card {
  padding: 44px 48px;
  border-right: 1px solid oklch(0.32 0.018 240);
  border-bottom: 1px solid oklch(0.32 0.018 240);
}
.ki-scope .ki-why-dark .ki-why-dark-card:nth-child(2n) { border-right: none; }
.ki-scope .ki-why-dark .ki-why-dark-card:nth-last-child(-n+2) { border-bottom: none; }

.ki-scope .ki-why-dark .ki-why-dark-num {
  font-family: var(--ki-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  color: oklch(0.62 0.10 230);
  margin-bottom: 18px;
}

.ki-scope .ki-why-dark .ki-why-dark-card h4 {
  font-family: var(--ki-serif);
  font-size: 32px;
  font-weight: 300;
  margin: 0 0 14px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--ki-paper);
}

.ki-scope .ki-why-dark .ki-why-dark-card p {
  margin: 0;
  color: oklch(0.78 0.012 240);
  font-size: 15.5px;
  line-height: 1.65;
  max-width: 440px;
}

.ki-scope .ki-why-dark .ki-why-dark-glyph {
  font-family: var(--ki-serif);
  font-style: italic;
  font-size: 42px;
  color: var(--ki-blue);
  float: right;
  line-height: 0.8;
  margin-left: 14px;
}

@media (max-width: 900px) {
  .ki-scope .ki-why-dark .ki-why-dark-grid { grid-template-columns: 1fr; }
  .ki-scope .ki-why-dark .ki-why-dark-card {
    padding: 40px 24px;
    border-right: none;
  }
  .ki-scope .ki-why-dark .ki-why-dark-card:nth-last-child(-n+2) {
    border-bottom: 1px solid oklch(0.32 0.018 240);
  }
  .ki-scope .ki-why-dark .ki-why-dark-card:last-child { border-bottom: none; }
}
