/* /assets/noetfield-runways-v1.css — Runways product page (extends nf-corp) */

body.nf-runways-page {
  --rw-graphite: #0b1220;
  --rw-navy: #101c2e;
  --rw-line: rgba(232, 236, 244, 0.14);
  --rw-line-strong: rgba(232, 236, 244, 0.28);
  --rw-mist: #d7deea;
  --rw-paper: #eef2f7;
  --rw-qualified: #3d9b6a;
  --rw-failed: #c44b4b;
  --rw-amber: #c7923a;
  --rw-mono: "DM Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

body.nf-runways-page {
  background:
    radial-gradient(1200px 480px at 12% -10%, rgba(54, 95, 139, 0.28), transparent 60%),
    radial-gradient(900px 420px at 88% 0%, rgba(167, 123, 47, 0.12), transparent 55%),
    linear-gradient(180deg, var(--rw-graphite) 0%, var(--rw-navy) 38%, #f3f0e9 38%, #f3f0e9 100%);
  color: var(--nf-ink);
}

body.nf-runways-page .nf-corp-header {
  background: rgba(11, 18, 32, 0.9);
  border-bottom-color: var(--rw-line);
  color: var(--rw-paper);
}

body.nf-runways-page .nf-corp-brand,
body.nf-runways-page .nf-corp-nav a {
  color: var(--rw-paper);
}

body.nf-runways-page .nf-corp-nav a[aria-current="page"] {
  color: #f0d59a;
}

body.nf-runways-page .nf-corp-nav__cta {
  background: #f0d59a;
  color: var(--rw-graphite) !important;
  border-color: #f0d59a;
}

/* —— Hero —— */
.nf-rw-hero {
  padding: 4.5rem 0 3.5rem;
  color: var(--rw-paper);
}

.nf-rw-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.5rem;
  align-items: start;
}

.nf-rw-kicker {
  margin: 0 0 0.85rem;
  font-family: var(--rw-mono);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f0d59a;
}

.nf-rw-hero h1 {
  margin: 0 0 1rem;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2.4rem, 4.4vw, 3.6rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #fff;
}

.nf-rw-hero__lead {
  margin: 0 0 1.5rem;
  max-width: 38rem;
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--rw-mist);
}

.nf-rw-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
  font-family: var(--rw-mono);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(215, 222, 234, 0.78);
}

.nf-rw-trust li::before {
  content: "·";
  margin-right: 0.55rem;
  color: #f0d59a;
}

.nf-rw-trust li:first-child::before { content: none; margin: 0; }

.nf-rw-manifesto {
  margin: 1.75rem 0 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.2rem;
  color: #f0d59a;
}

body.nf-runways-page .nf-rw-hero .nf-button--primary,
body.nf-runways-page .nf-rw-cta .nf-button--primary {
  background: #f0d59a;
  color: var(--rw-graphite) !important;
  border-color: #f0d59a;
}

body.nf-runways-page .nf-rw-hero .nf-button--secondary,
body.nf-runways-page .nf-rw-cta .nf-button--secondary {
  background: transparent;
  color: var(--rw-paper) !important;
  border-color: var(--rw-line-strong);
}

body.nf-runways-page .nf-rw-hero .nf-button--secondary:hover,
body.nf-runways-page .nf-rw-cta .nf-button--secondary:hover {
  background: rgba(255, 255, 255, 0.06);
}

/* Console */
.nf-rw-console {
  border: 1px solid var(--rw-line-strong);
  border-radius: 14px;
  background: rgba(8, 14, 24, 0.72);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.nf-rw-console__bar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--rw-line);
  font-family: var(--rw-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(215, 222, 234, 0.7);
}

.nf-rw-console__body {
  padding: 1.1rem 1.15rem 1.25rem;
  font-family: var(--rw-mono);
  font-size: 0.78rem;
  line-height: 1.55;
  color: #e7edf7;
}

.nf-rw-console__label {
  display: block;
  margin: 0.85rem 0 0.2rem;
  color: rgba(215, 222, 234, 0.55);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.68rem;
}

.nf-rw-console__label:first-child { margin-top: 0; }

.nf-rw-console__goal {
  margin: 0;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.45;
}

.nf-rw-console__steps {
  margin: 0.35rem 0 0;
  padding: 0;
  list-style: none;
}

.nf-rw-console__steps li {
  display: grid;
  grid-template-columns: 1.6rem 1fr auto auto;
  gap: 0.55rem;
  padding: 0.28rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nf-rw-status {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nf-rw-console__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1rem 0 0.85rem;
}

.nf-rw-status--amber {
  color: #f0d59a;
  border-color: rgba(240, 213, 154, 0.45);
  background: rgba(240, 213, 154, 0.08);
}

.nf-rw-status--qualified {
  background: rgba(61, 155, 106, 0.18);
  color: #7fd3a6;
  border: 1px solid rgba(61, 155, 106, 0.45);
}

.nf-rw-status--failed {
  background: rgba(196, 75, 75, 0.16);
  color: #f0a0a0;
  border: 1px solid rgba(196, 75, 75, 0.45);
}

.nf-rw-console__metrics {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.25rem 1rem;
  margin: 0.65rem 0 0;
}

.nf-rw-console__note {
  margin: 0.9rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px solid var(--rw-line);
  color: rgba(215, 222, 234, 0.62);
  font-size: 0.7rem;
  line-height: 1.5;
}

/* Light sections after hero */
.nf-rw-section {
  padding: 4.25rem 0;
}

.nf-rw-section--dark {
  background: transparent;
  color: var(--rw-paper);
}

.nf-rw-section--paper {
  background: #f3f0e9;
  color: var(--nf-ink);
}

.nf-rw-section--panel {
  background: #ebe6db;
}

.nf-rw-eyebrow {
  margin: 0 0 0.55rem;
  font-family: var(--rw-mono);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--nf-gold-dark);
}

.nf-rw-section--dark .nf-rw-eyebrow { color: #f0d59a; }

.nf-rw-section h2 {
  margin: 0 0 0.85rem;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.015em;
  max-width: 22ch;
}

.nf-rw-section--dark h2 { color: #fff; }

.nf-rw-lead {
  margin: 0;
  max-width: 46rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--nf-ink-soft);
}

.nf-rw-section--dark .nf-rw-lead { color: var(--rw-mist); }

.nf-rw-ladder {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 2rem 0 0;
}

.nf-rw-ladder article {
  border: 1px solid var(--nf-line);
  border-radius: 12px;
  padding: 1rem 1.05rem;
  background: rgba(255, 255, 255, 0.55);
}

.nf-rw-ladder strong {
  display: block;
  font-family: var(--rw-mono);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.nf-rw-ladder p {
  margin: 0;
  color: var(--nf-ink-soft);
  font-size: 0.95rem;
}

.nf-rw-keyline {
  margin: 1.75rem 0 0;
  max-width: 44rem;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--nf-ink);
}

/* Runway strip */
.nf-rw-strip {
  margin-top: 2rem;
  padding: 1.25rem 0 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.nf-rw-strip__track {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 1.1rem 0 0.35rem;
}

.nf-rw-strip__track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 1.85rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(240, 213, 154, 0.15), rgba(240, 213, 154, 0.85), rgba(240, 213, 154, 0.15));
}

.nf-rw-stage {
  position: relative;
  z-index: 1;
  appearance: none;
  border: 1px solid var(--rw-line-strong);
  background: rgba(8, 14, 24, 0.85);
  color: var(--rw-paper);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font-family: var(--rw-mono);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.nf-rw-stage[aria-pressed="true"],
.nf-rw-stage:hover {
  border-color: #f0d59a;
  color: #f0d59a;
}

.nf-rw-artifact {
  margin-top: 1.25rem;
  border: 1px solid var(--rw-line);
  border-radius: 12px;
  background: rgba(8, 14, 24, 0.55);
  padding: 1.1rem 1.2rem;
}

.nf-rw-artifact h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  color: #fff;
}

.nf-rw-artifact p {
  margin: 0;
  font-family: var(--rw-mono);
  font-size: 0.8rem;
  color: var(--rw-mist);
  line-height: 1.55;
  white-space: pre-wrap;
}

.nf-rw-deter {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1.25rem;
}

.nf-rw-deter article {
  border: 1px solid var(--rw-line);
  border-radius: 12px;
  padding: 1.2rem 1.25rem;
  background: rgba(8, 14, 24, 0.4);
}

.nf-rw-deter h3 {
  margin: 0 0 0.55rem;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.25rem;
  color: #fff;
}

.nf-rw-deter p {
  margin: 0;
  color: var(--rw-mist);
  font-size: 0.98rem;
  line-height: 1.6;
}

/* Proof cards */
.nf-rw-proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
}

.nf-rw-proof-card {
  border-radius: 14px;
  border: 1px solid var(--nf-line);
  background: #fff;
  padding: 1.25rem 1.3rem;
}

.nf-rw-proof-card--fail {
  border-color: rgba(196, 75, 75, 0.35);
}

.nf-rw-proof-card h3 {
  margin: 0.55rem 0 0.85rem;
  font-family: var(--rw-mono);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
}

.nf-rw-proof-card dl {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.35rem 1rem;
  font-family: var(--rw-mono);
  font-size: 0.78rem;
}

.nf-rw-proof-card dt { color: var(--nf-ink-soft); }
.nf-rw-proof-card dd { margin: 0; text-align: right; }

.nf-rw-footnote {
  margin: 1.25rem 0 0;
  font-size: 0.9rem;
  color: var(--nf-ink-soft);
}

/* Catalog */
.nf-rw-groups {
  display: grid;
  gap: 1.75rem;
  margin-top: 2rem;
}

.nf-rw-group__label {
  margin: 0 0 0.7rem;
  font-family: var(--rw-mono);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--nf-gold-dark);
}

.nf-rw-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.nf-rw-card {
  border: 1px solid var(--nf-line);
  border-radius: 14px;
  background: #fff;
  padding: 1.15rem 1.2rem 1.25rem;
  min-height: 100%;
}

.nf-rw-card h3 {
  margin: 0.45rem 0 0.55rem;
  font-size: 1.15rem;
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
}

.nf-rw-card p {
  margin: 0;
  color: var(--nf-ink-soft);
  font-size: 0.95rem;
  line-height: 1.55;
}

.nf-rw-badge {
  display: inline-block;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  border: 1px solid var(--nf-line);
  font-family: var(--rw-mono);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--nf-ink-soft);
  background: #faf8f3;
}

.nf-rw-card__meta {
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--nf-line);
  font-family: var(--rw-mono);
  font-size: 0.72rem;
  line-height: 1.5;
  color: var(--nf-ink-soft);
}

/* Deploy */
.nf-rw-deploy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 2rem;
}

.nf-rw-deploy article {
  border: 1px solid var(--nf-line);
  border-radius: 14px;
  background: #fff;
  padding: 1.3rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.nf-rw-deploy h3 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.nf-rw-deploy p {
  margin: 0;
  color: var(--nf-ink-soft);
  flex: 1;
}

.nf-rw-deploy .nf-button { align-self: flex-start; }

.nf-rw-billing-note {
  margin: 1.25rem 0 0;
  font-size: 0.92rem;
  color: var(--nf-ink-soft);
}

/* Final CTA */
.nf-rw-cta {
  padding: 4rem 0 4.5rem;
  background: var(--rw-graphite);
  color: var(--rw-paper);
}

.nf-rw-cta h2 {
  margin: 0 0 0.75rem;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 500;
  color: #fff;
  max-width: 18ch;
}

.nf-rw-cta p {
  margin: 0 0 1.4rem;
  max-width: 38rem;
  color: var(--rw-mist);
  font-size: 1.05rem;
}

body.nf-runways-page .nf-corp-footer {
  background: #080e18;
  color: var(--rw-mist);
  border-top: 1px solid var(--rw-line);
}

body.nf-runways-page .nf-corp-footer a,
body.nf-runways-page .nf-corp-footer strong,
body.nf-runways-page .nf-corp-brand--footer {
  color: var(--rw-paper);
}

@media (max-width: 980px) {
  .nf-rw-hero__grid,
  .nf-rw-deter,
  .nf-rw-proof-grid,
  .nf-rw-deploy {
    grid-template-columns: 1fr;
  }

  .nf-rw-ladder,
  .nf-rw-cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .nf-rw-hero { padding-top: 3rem; }
  .nf-rw-ladder,
  .nf-rw-cards {
    grid-template-columns: 1fr;
  }

  .nf-rw-console__steps li {
    grid-template-columns: 1.4rem 1fr;
    grid-template-rows: auto auto;
  }

  .nf-rw-console__steps li span:nth-child(3),
  .nf-rw-console__steps li span:nth-child(4) {
    grid-column: 2;
  }
}
