/* ── hero ── */
.hero-section {
  position: relative;
  background: var(--ink-0);
  color: var(--fg-on-dark);
  overflow: hidden;
  padding: 120px 0 100px;
}
.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 800px 500px at 70% 20%, oklch(78% 0.14 205 / 0.15), transparent 70%),
    radial-gradient(ellipse 600px 400px at 20% 80%, oklch(86% 0.11 165 / 0.08), transparent 70%);
  pointer-events: none;
}
.hero {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 720px) { .hero { padding: 0 24px; } }

.hero-split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
  padding-top: 60px;
}
@media (max-width: 1000px) { .hero-split { grid-template-columns: 1fr; } }

.hero-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid oklch(78% 0.14 205 / 0.25);
  border-radius: 999px;
  font-size: 12px;
  font-family: var(--font-mono);
  letter-spacing: 0.02em;
  color: var(--cyan-bright);
  background: oklch(78% 0.14 205 / 0.08);
  margin-bottom: 40px;
}

.hero-title {
  font-size: clamp(44px, 6.8vw, 96px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-wrap: balance;
}
.hero-title em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--cyan-bright);
}
.hero-title-tail { color: var(--fg-on-dark-dim); }
.hero-title-center { text-align: center; max-width: 20ch; margin: 20px auto 0; }

.hero-lede {
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.55;
  color: var(--fg-on-dark-dim);
  max-width: 56ch;
}
.hero-lede-center { margin: 24px auto 0; text-align: center; }

.hero-ctas { display: flex; gap: 12px; margin-top: 36px; flex-wrap: wrap; }
.hero-ctas-center { justify-content: center; }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 72px;
  padding-top: 40px;
  border-top: 1px solid oklch(78% 0.02 220 / 0.12);
}
@media (max-width: 640px) { .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
.hero-stat-n {
  font-size: 40px;
  font-weight: 400;
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--cyan-bright);
  letter-spacing: -0.02em;
  line-height: 1;
}
.hero-stat-l {
  margin-top: 6px;
  font-size: 12px;
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
  color: var(--fg-on-dark-dim);
  text-transform: uppercase;
}

/* hero dashboard strip */
.hero-right { perspective: 1000px; }
.hero-dash {
  background: linear-gradient(180deg, oklch(22% 0.022 240) 0%, oklch(18% 0.022 240) 100%);
  border: 1px solid oklch(78% 0.03 220 / 0.15);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 40px 80px -20px oklch(0% 0 0 / 0.5), 0 0 0 1px oklch(78% 0.14 205 / 0.08);
  transform: rotateY(-3deg) rotateX(1deg);
}
.hero-dash-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 24px;
}
.hero-dash-live {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 11px;
  color: var(--cyan-bright);
  padding: 4px 10px;
  border: 1px solid oklch(78% 0.14 205 / 0.25);
  border-radius: 999px;
}
.hero-dash-metrics {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid oklch(78% 0.03 220 / 0.1);
}
.hero-dash-big {
  font-family: var(--font-mono);
  font-size: 22px;
  font-weight: 500;
  margin-top: 8px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}
.hero-dash-chart { padding: 24px 0; border-bottom: 1px solid oklch(78% 0.03 220 / 0.1); }
.hero-dash-positions { padding-top: 20px; }
.hero-dash-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr 1.2fr;
  gap: 12px;
  align-items: center;
  padding: 8px 0;
  font-size: 13px;
  border-bottom: 1px solid oklch(78% 0.03 220 / 0.06);
}
.hero-dash-row:last-child { border-bottom: none; }
.hero-dash-pair { font-family: var(--font-mono); font-weight: 500; }
.hero-dash-pnl { font-family: var(--font-mono); color: var(--mint); text-align: right; font-variant-numeric: tabular-nums; }
.hero-dash-strat { font-family: var(--font-mono); font-size: 11px; color: var(--fg-on-dark-dim); text-align: right; }

.pill {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.pill-long { background: oklch(86% 0.11 165 / 0.15); color: var(--mint); }
.pill-short { background: oklch(74% 0.14 35 / 0.15); color: var(--coral); }

/* hero mascot variant */
.hero-mascot { text-align: center; padding-top: 40px; position: relative; }
.hero-mascot .hero-status { margin-bottom: 48px; }
.hero-mascot-glow {
  display: flex; justify-content: center; margin-bottom: 20px;
  filter: drop-shadow(0 0 40px oklch(78% 0.14 205 / 0.4));
}
.hero-mascot-ring {
  display: none;
  /* radial stats disabled — ring via positioning below */
}

/* hero flow variant */
.hero-flow { text-align: center; padding-top: 60px; position: relative; min-height: 600px; }
.hero-flow-bg {
  position: absolute; inset: -80px 0 0 0; width: 100%; height: 120%;
  z-index: 0; opacity: 0.9;
}
.hero-flow .hero-status { position: relative; z-index: 2; margin-bottom: 40px; }
.hero-flow-stats {
  position: relative; z-index: 2;
  display: flex; justify-content: center; gap: 64px;
  margin-top: 72px;
  flex-wrap: wrap;
}
@keyframes flow {
  0%, 100% { opacity: var(--o, 0.3); }
  50% { opacity: 0.1; }
}

/* ── Assets section ── */
.assets-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 72px;
}
@media (max-width: 900px) { .assets-grid { grid-template-columns: 1fr; } }
.asset-card {
  position: relative;
  padding: 32px;
  border: 1px solid oklch(50% 0.01 240 / 0.12);
  border-radius: 20px;
  background: var(--paper-0);
  transition: border-color 0.25s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.asset-card:hover {
  border-color: var(--cyan);
  box-shadow: 0 20px 60px -20px oklch(78% 0.14 205 / 0.25);
}
.asset-card-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid oklch(50% 0.01 240 / 0.1);
}
.asset-card-oct {
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  background: var(--paper-1);
  border: 1px solid oklch(50% 0.01 240 / 0.12);
  border-radius: 12px;
}
.asset-card-full { font-size: 13px; color: var(--fg-dim); margin-top: 2px; }
.asset-card-k {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--fg-ink);
}
.asset-card-copy { font-size: 15px; line-height: 1.55; color: var(--fg-dim); }
.asset-card-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 24px;
  padding: 20px;
  background: var(--paper-1);
  border-radius: 12px;
}
.asset-card-stats > div dt {
  font-family: var(--font-mono); font-size: 10px; color: var(--fg-dim);
  text-transform: uppercase; letter-spacing: 0.05em;
}
.asset-card-stats > div dd {
  font-size: 14px; font-weight: 500; margin-top: 4px;
}
.asset-card-diff {
  margin-top: 20px;
  padding: 18px;
  border-left: 2px solid var(--cyan);
  background: oklch(78% 0.14 205 / 0.04);
  border-radius: 0 8px 8px 0;
}
.asset-card-diff p {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.5;
}

/* ── Lifecycle ── */
.lc-wrap {
  position: relative;
  margin-top: 80px;
}
.lc-rail {
  position: relative;
  height: 6px;
  margin-bottom: -30px;
  z-index: 1;
  opacity: 0.6;
}
.lc-rail-svg { width: 100%; height: 6px; display: block; }
.lc-rail-anim {
  stroke-dasharray: 40 1000;
  animation: lc-rail-travel 6s linear infinite;
}
@keyframes lc-rail-travel {
  from { stroke-dashoffset: 1040; }
  to { stroke-dashoffset: 0; }
}
.lc-stages {
  display: grid;
  grid-template-columns: repeat(6, minmax(240px, 1fr));
  gap: 16px;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .lc-stages {
    grid-template-columns: repeat(6, 260px);
    overflow-x: auto;
    padding-bottom: 12px;
  }
}
.lc-stage {
  position: relative;
  padding: 24px 22px 22px;
  background: oklch(22% 0.022 240);
  border: 1px solid oklch(78% 0.03 220 / 0.12);
  border-radius: 16px;
  min-height: 300px;
}
.lc-stage.is-gate { border-color: var(--cyan); box-shadow: 0 0 0 1px oklch(78% 0.14 205 / 0.3); }
.lc-stage.is-live { border-color: var(--mint); }
.lc-stage.is-forge { border-color: oklch(86% 0.11 165 / 0.4); background: linear-gradient(180deg, oklch(24% 0.025 200) 0%, oklch(22% 0.022 240) 100%); }
.lc-stage-top { display: flex; align-items: center; justify-content: space-between; }
.lc-live-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 2px 8px; border-radius: 4px;
  font-family: var(--font-mono); font-size: 10px;
  color: var(--mint); background: oklch(86% 0.11 165 / 0.1);
}
.lc-gate-pill {
  padding: 2px 8px; border-radius: 4px;
  font-family: var(--font-mono); font-size: 10px;
  color: var(--cyan-bright); background: oklch(78% 0.14 205 / 0.1);
}
.lc-stage-t {
  margin-top: 14px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.015em;
}
.lc-stage-path {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 8px;
  background: oklch(18% 0.022 240);
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 11px;
  border-radius: 4px;
}
.lc-stage-body { margin-top: 14px; font-size: 13px; line-height: 1.55; color: var(--fg-on-dark-dim); }
.lc-stage-ul { list-style: none; margin-top: 14px; font-size: 12px; color: var(--fg-on-dark-dim); }
.lc-stage-ul li { padding: 4px 0; padding-left: 14px; position: relative; }
.lc-stage-ul li::before {
  content: ''; position: absolute; left: 0; top: 10px;
  width: 4px; height: 4px; border-radius: 50%; background: var(--cyan);
}
.lc-stage-fail {
  margin-top: 14px; font-family: var(--font-mono); font-size: 11px;
  color: var(--coral); opacity: 0.8;
}
.lc-stage-loop {
  margin-top: 14px; font-family: var(--font-mono); font-size: 11px;
  color: var(--fg-on-dark-dim); line-height: 1.8;
}
.lc-node {
  position: absolute;
  top: -36px; left: 50%; transform: translateX(-50%);
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--ink-0);
  border: 2px solid var(--cyan);
  display: flex; align-items: center; justify-content: center;
}
.lc-node-inner {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--cyan);
  animation: pulse 2s ease-in-out infinite;
}
.lc-loopback {
  position: relative;
  height: 80px;
  margin-top: 20px;
}
.lc-loopback svg { width: 100%; height: 100%; display: block; }
.lc-loop-anim {
  stroke-dasharray: 20 2000;
  animation: lc-rail-travel 8s linear infinite;
}
.lc-loop-label {
  position: absolute;
  top: 40px; left: 50%; transform: translate(-50%, 0);
  display: flex; align-items: center; gap: 14px;
  padding: 12px 20px;
  background: oklch(22% 0.022 240);
  border: 1px solid oklch(78% 0.14 205 / 0.3);
  border-radius: 999px;
  max-width: 520px;
}
.lc-loop-label .tag-mono { color: var(--fg-on-dark-dim); font-size: 11px; }

/* ── AI stack ── */
.models-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 72px;
}
.models-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1200px) { .models-grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 1000px) { .models-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .models-grid-4 { grid-template-columns: 1fr; } }
.model-card {
  padding: 32px;
  background: oklch(22% 0.022 240);
  border: 1px solid oklch(78% 0.03 220 / 0.12);
  border-radius: 20px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.model-card.is-emph {
  background: linear-gradient(180deg, oklch(24% 0.022 240) 0%, oklch(20% 0.022 240) 100%);
  border-color: var(--model-accent);
  box-shadow: 0 0 0 1px oklch(86% 0.11 165 / 0.2), 0 20px 60px -20px oklch(86% 0.11 165 / 0.2);
}
.model-card:hover { transform: translateY(-3px); }
.model-card-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid oklch(78% 0.03 220 / 0.1);
}
.model-card-name {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-top: 4px;
}
.model-card-vendor {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--fg-on-dark-dim);
  margin-top: 2px;
}
.model-card-body {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--fg-on-dark-dim);
}
.model-card-stats {
  margin-top: 24px;
  border-top: 1px solid oklch(78% 0.03 220 / 0.08);
  padding-top: 8px;
}
.model-card-stats > div {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid oklch(78% 0.03 220 / 0.06);
  font-size: 13px;
}
.model-card-stats > div:last-child { border-bottom: none; }
.model-card-stats dt { color: var(--fg-on-dark-dim); font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.03em; text-transform: uppercase; align-self: center; }
.model-card-stats dd { font-weight: 500; text-align: right; font-family: var(--font-mono); font-size: 12px; }

/* ── Risk ── */
.risk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 72px;
}
@media (max-width: 1000px) { .risk-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .risk-grid { grid-template-columns: 1fr; } }
.risk-card {
  padding: 28px;
  background: var(--paper-0);
  border: 1px solid oklch(50% 0.01 240 / 0.1);
  border-radius: 16px;
  transition: border-color 0.2s ease;
}
.risk-card:hover { border-color: var(--cyan); }
.risk-k {
  display: inline-flex;
  align-items: center; justify-content: center;
  min-width: 44px; height: 28px; padding: 0 10px;
  background: var(--ink-1);
  color: var(--cyan-bright);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 6px;
}
.risk-t { margin-top: 16px; font-size: 17px; font-weight: 500; letter-spacing: -0.01em; }
.risk-b { margin-top: 10px; font-size: 13px; line-height: 1.55; color: var(--fg-dim); }

/* ── Tech ── */
.tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 72px;
}
@media (max-width: 1000px) { .tech-grid { grid-template-columns: 1fr; } }
.tech-card {
  padding: 28px;
  background: oklch(22% 0.022 240);
  border: 1px solid oklch(78% 0.03 220 / 0.1);
  border-radius: 16px;
}
.tech-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  padding: 10px 0;
  font-size: 13px;
  border-bottom: 1px solid oklch(78% 0.03 220 / 0.05);
}
.tech-row:last-child { border-bottom: none; }
.tech-row dt { color: var(--fg-on-dark-dim); font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.03em; text-transform: uppercase; }
.tech-row dd { font-weight: 400; font-family: var(--font-mono); font-size: 12px; line-height: 1.5; }

.tech-indicators {
  margin-top: 40px;
  padding: 40px;
  background: oklch(22% 0.022 240);
  border: 1px solid oklch(78% 0.03 220 / 0.1);
  border-radius: 20px;
}
.tech-ind-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.chip-wrap {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.chip {
  padding: 6px 12px;
  background: var(--ink-0);
  color: var(--fg-on-dark);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.02em;
  border: 1px solid oklch(78% 0.03 220 / 0.1);
  border-radius: 6px;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.chip:hover { border-color: var(--cyan); color: var(--cyan); }
.chip-alt { border-color: var(--cyan); color: var(--cyan-bright); background: oklch(78% 0.14 205 / 0.05); }

/* ── Dashboard ── */
.dash-wrap {
  margin-top: 72px;
  background: var(--paper-1);
  border: 1px solid oklch(50% 0.01 240 / 0.12);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 40px 80px -30px oklch(20% 0.02 240 / 0.15);
}
.dash-chrome {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 12px 20px;
  background: var(--paper-2);
  border-bottom: 1px solid oklch(50% 0.01 240 / 0.1);
}
.dash-chrome-dots { display: flex; gap: 6px; }
.dash-chrome-dots span {
  width: 10px; height: 10px; border-radius: 50%;
  background: oklch(50% 0.01 240 / 0.2);
}
.dash-chrome-dots span:nth-child(1) { background: oklch(74% 0.14 35 / 0.7); }
.dash-chrome-dots span:nth-child(2) { background: oklch(82% 0.12 85 / 0.7); }
.dash-chrome-dots span:nth-child(3) { background: oklch(78% 0.14 160 / 0.7); }
.dash-chrome-url {
  font-family: var(--font-mono); font-size: 12px;
  color: var(--fg-dim);
  background: var(--paper-0);
  padding: 4px 14px;
  border-radius: 999px;
  max-width: 320px;
  margin: 0 auto;
}
.dash-chrome-live {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 11px; color: var(--cyan);
}
.dash-body { padding: 32px; background: var(--paper-0); }
.dash-hdr {
  display: flex; justify-content: space-between; align-items: center;
  padding-bottom: 20px; border-bottom: 1px solid oklch(50% 0.01 240 / 0.1);
  margin-bottom: 28px;
  flex-wrap: wrap; gap: 16px;
}
.dash-procs { display: flex; flex-wrap: wrap; gap: 6px; }
.dash-proc {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 10px;
  background: var(--paper-1);
  border: 1px solid oklch(50% 0.01 240 / 0.08);
  border-radius: 6px;
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.03em;
  color: var(--fg-dim);
}
.dash-proc-idle { color: oklch(55% 0.01 240); }
.dot-idle { width: 6px; height: 6px; border-radius: 50%; background: oklch(70% 0.01 240); }
.dash-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 800px) { .dash-kpis { grid-template-columns: repeat(2, 1fr); } }
.dash-kpi {
  padding: 20px;
  background: var(--paper-1);
  border: 1px solid oklch(50% 0.01 240 / 0.08);
  border-radius: 12px;
}
.dash-kpi-v {
  font-family: var(--font-mono);
  font-size: 28px;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: -0.015em;
  font-variant-numeric: tabular-nums;
}
.dash-kpi-s { font-size: 11px; color: var(--fg-dim); margin-top: 4px; font-family: var(--font-mono); }

.dash-chart-wrap {
  margin-top: 20px;
  padding: 28px;
  background: var(--paper-1);
  border: 1px solid oklch(50% 0.01 240 / 0.08);
  border-radius: 12px;
}
.dash-chart-axis {
  display: flex; gap: 32px;
  font-family: var(--font-mono); font-size: 11px;
  color: var(--fg-dim);
}

.dash-positions {
  margin-top: 20px;
  padding: 24px;
  background: var(--paper-1);
  border: 1px solid oklch(50% 0.01 240 / 0.08);
  border-radius: 12px;
}
.dash-positions-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 16px;
}
.dash-table { width: 100%; border-collapse: collapse; }
.dash-table th {
  text-align: left;
  padding: 10px 8px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--fg-dim);
  border-bottom: 1px solid oklch(50% 0.01 240 / 0.08);
  font-weight: 500;
}
.dash-table td {
  padding: 12px 8px;
  font-size: 13px;
  border-bottom: 1px solid oklch(50% 0.01 240 / 0.05);
}
.dash-table tr:last-child td { border-bottom: none; }
.dash-table .mono { font-family: var(--font-mono); font-variant-numeric: tabular-nums; }

.dash-footnote {
  padding: 14px 20px;
  background: var(--paper-2);
  color: var(--fg-dim);
  font-family: var(--font-mono);
  font-size: 11px;
  text-align: center;
  border-top: 1px solid oklch(50% 0.01 240 / 0.08);
}
.dash-features {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1000px) { .dash-features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .dash-features { grid-template-columns: 1fr; } }
.dash-feature {
  padding: 24px;
  border-top: 1px solid oklch(50% 0.01 240 / 0.12);
}
.dash-feature p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--fg-dim);
}

/* ── Licensing ── */
.lic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 72px;
}
@media (max-width: 900px) { .lic-grid { grid-template-columns: 1fr; } }
.lic-card {
  padding: 40px;
  background: oklch(22% 0.022 240);
  border: 1px solid oklch(78% 0.14 205 / 0.25);
  border-radius: 20px;
}
.lic-card-alt {
  background: linear-gradient(180deg, oklch(24% 0.022 240), oklch(20% 0.022 240));
  border-color: oklch(86% 0.11 165 / 0.25);
}
.lic-t {
  margin-top: 16px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.lic-body {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--fg-on-dark-dim);
}
.lic-price {
  margin-top: 24px;
  padding: 14px 18px;
  background: oklch(18% 0.022 240);
  border-radius: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--cyan-bright);
  border: 1px solid oklch(78% 0.14 205 / 0.15);
}
.lic-ul {
  list-style: none;
  margin-top: 24px;
}
.lic-ul li {
  position: relative;
  padding: 8px 0 8px 24px;
  font-size: 14px;
  color: var(--fg-on-dark-dim);
  border-bottom: 1px solid oklch(78% 0.03 220 / 0.05);
}
.lic-ul li::before {
  content: '';
  position: absolute; left: 0; top: 14px;
  width: 8px; height: 8px;
  border: 1px solid var(--cyan);
  border-radius: 2px;
  background: transparent;
}

/* ── Footer ── */
.footer {
  background: var(--ink-0);
  color: var(--fg-on-dark);
  padding: 80px 0 40px;
  border-top: 1px solid oklch(78% 0.02 220 / 0.08);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 64px;
  padding-bottom: 48px;
  border-bottom: 1px solid oklch(78% 0.02 220 / 0.08);
}
@media (max-width: 800px) { .footer-top { grid-template-columns: 1fr; gap: 32px; } }
.footer-lede { margin-top: 20px; font-size: 14px; line-height: 1.6; color: var(--fg-on-dark-dim); }
.footer-mail {
  display: inline-block;
  margin-top: 20px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--cyan-bright);
}
.footer-mail:hover { color: var(--cyan); }
.footer-nav { display: flex; flex-direction: column; gap: 10px; font-size: 14px; color: var(--fg-on-dark-dim); }
.footer-nav a:hover { color: var(--cyan-bright); }
.footer-bottom {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  font-size: 12px;
  color: var(--fg-on-dark-dim);
  flex-wrap: wrap;
}
.footer-disclaimer { max-width: 60ch; font-family: var(--font-mono); letter-spacing: 0.01em; line-height: 1.6; }

/* ── Tweaks panel ── */
.tweaks-panel {
  position: fixed;
  bottom: 24px; right: 24px;
  z-index: 200;
  width: 280px;
  background: oklch(18% 0.022 240);
  border: 1px solid oklch(78% 0.14 205 / 0.3);
  border-radius: 16px;
  padding: 20px;
  color: var(--fg-on-dark);
  box-shadow: 0 20px 60px -10px oklch(0% 0 0 / 0.4);
  font-size: 13px;
}
.tweaks-panel h4 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--cyan-bright);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tweak-options { display: flex; flex-direction: column; gap: 6px; }
.tweak-option {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 12px;
  background: oklch(22% 0.022 240);
  border: 1px solid oklch(78% 0.03 220 / 0.1);
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
  text-align: left;
  width: 100%;
  font-size: 13px;
  color: inherit;
}
.tweak-option:hover { border-color: oklch(78% 0.14 205 / 0.3); }
.tweak-option.is-active {
  border-color: var(--cyan);
  background: oklch(78% 0.14 205 / 0.06);
}
.tweak-option .radio {
  width: 14px; height: 14px;
  border: 1.5px solid oklch(78% 0.03 220 / 0.3);
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}
.tweak-option.is-active .radio { border-color: var(--cyan); }
.tweak-option.is-active .radio::after {
  content: ''; position: absolute;
  inset: 2px; border-radius: 50%; background: var(--cyan);
}
.tweak-option .name { font-weight: 500; }
.tweak-option .desc { font-size: 11px; color: var(--fg-on-dark-dim); margin-top: 2px; font-family: var(--font-mono); }
