.home-page {
  --bg: var(--kw-bg);
  --panel: var(--kw-surface);
  --panel-2: var(--kw-surface-2);
  --panel-3: var(--kw-surface-3);
  --ink: var(--kw-ink);
  --soft: var(--kw-soft);
  --muted: var(--kw-muted);
  --line: var(--kw-line);
  --line-strong: var(--kw-line-strong);
  --signal: var(--kw-signal);
  --route: var(--kw-signal);
  --scale: var(--kw-signal);
  --signal-dark: var(--kw-signal-dark);
  --shadow: var(--kw-shadow);
}

.home-page {
  background:
    linear-gradient(180deg, rgba(56, 216, 255, .055), transparent 420px),
    linear-gradient(90deg, rgba(244, 247, 241, .026) 1px, transparent 1px),
    linear-gradient(rgba(244, 247, 241, .022) 1px, transparent 1px),
    var(--bg);
  background-size: auto, 38px 38px, 38px 38px, auto;
  color: var(--ink);
}

img { max-width: 100%; }
body, a, button, p, h1, h2, h3, li, dt, dd, span, strong { overflow-wrap: anywhere; }
input, select, textarea, button, a, label { min-width: 0; }

.top-nav {
  position: relative;
  z-index: 5;
  padding: 7px clamp(16px, 2.6vw, 34px);
  background:
    linear-gradient(90deg, rgba(5, 7, 6, .94), rgba(5, 7, 6, .78) 52%, rgba(5, 7, 6, .34));
  border-bottom: 1px solid rgba(56, 216, 255, .14);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .32);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: var(--ink);
  font-size: 25px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.brand span,
.footer-brand span {
  color: var(--signal);
  font-size: 34px;
}

.signature-brand {
  position: relative;
  align-items: center;
  gap: 0;
  min-width: 0;
  font-size: 0;
  line-height: 1;
}

.top-nav .signature-brand::before {
  content: "";
  position: absolute;
  inset: 4px -16px 3px -14px;
  border-radius: 999px;
  background:
    radial-gradient(closest-side, rgba(56, 216, 255, .36), rgba(56, 216, 255, 0) 72%);
  filter: blur(10px);
  opacity: .95;
}

.signature-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: 40px;
  max-width: clamp(124px, 14vw, 184px);
  object-fit: contain;
  filter:
    brightness(0)
    saturate(100%)
    invert(76%)
    sepia(89%)
    saturate(1040%)
    hue-rotate(157deg)
    brightness(102%)
    contrast(101%)
    drop-shadow(0 0 3px rgba(181, 246, 255, .9))
    drop-shadow(0 0 12px rgba(56, 216, 255, .78))
    drop-shadow(0 0 28px rgba(56, 216, 255, .34));
}

.nav-links,
.hero-actions,
.site-footer div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-actions {
  justify-content: flex-start;
}

.nav-links a,
.button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--soft);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a.is-active {
  border-color: var(--line-strong);
  color: var(--ink);
}

.nav-links .nav-action,
.button.primary {
  border-color: rgba(56, 216, 255, .62);
  background: var(--signal);
  color: #061216;
}

.nav-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  color: var(--soft);
  font-size: 14px;
  white-space: nowrap;
}

.nav-note::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--signal);
}

.button {
  border-color: var(--line-strong);
  background: rgba(241, 245, 240, .045);
}

.button:hover {
  border-color: rgba(56, 216, 255, .58);
  color: var(--ink);
}

.hero-shell {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(500px, .66fr) minmax(650px, 1fr);
  gap: clamp(14px, 1.6vw, 22px);
  min-height: min(500px, calc(100svh - 54px));
  width: min(1520px, calc(100% - 32px));
  padding: clamp(10px, 1.8vw, 18px) 0 10px;
  overflow: hidden;
}

.hero-shell::before {
  content: "";
  position: absolute;
  inset: -84px -8vw -34px -8vw;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 7, 6, .94) 0%, rgba(5, 7, 6, .72) 38%, rgba(5, 7, 6, .18) 76%, rgba(5, 7, 6, .52) 100%),
    linear-gradient(180deg, rgba(5, 7, 6, .42) 0%, rgba(5, 7, 6, .08) 44%, rgba(5, 7, 6, .82) 100%),
    url("/assets/agentic-nyc-neon-skyline.png") right bottom / clamp(760px, 74vw, 1180px) auto no-repeat;
  opacity: .98;
  pointer-events: none;
}

.hero-shell::after {
  content: "";
  position: absolute;
  inset: -1px -8vw;
  z-index: -1;
  background:
    radial-gradient(circle at 68% 62%, rgba(56, 216, 255, .18), transparent 34%),
    linear-gradient(90deg, rgba(5, 7, 6, .78), transparent 58%);
  pointer-events: none;
}

.hero-copy {
  display: grid;
  gap: 8px;
}

.eyebrow,
.console-head span,
.flow-card span,
.pipeline-panel > span,
.activity-panel > span,
.status-panel > span,
.fit-panel > span,
.journey-grid article span,
.deck-toolbar span,
.media-note span {
  margin: 0;
  color: var(--signal);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 720px;
  margin-bottom: 0;
  font-size: 48px;
  line-height: .92;
  white-space: nowrap;
}

.word-signal { color: var(--signal); }
.word-route { color: var(--route); }
.word-scale { color: var(--scale); }

.hero-lede {
  max-width: 560px;
  margin: 0;
  color: var(--soft);
  font-size: 15px;
  line-height: 1.34;
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  max-width: 660px;
  margin-top: 0;
}

.signal-strip span {
  display: grid;
  gap: 2px;
  min-height: 48px;
  padding: 8px 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(241, 245, 240, .035);
}

.signal-strip strong {
  color: var(--signal);
  font-size: 13px;
  line-height: 1;
}

.signal-strip em {
  color: var(--muted);
  font-style: normal;
  font-size: 11px;
  line-height: 1.2;
}

.hero-proof-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  max-width: 620px;
  margin-top: 0;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(244, 247, 241, .04);
}

.hero-proof-card img {
  width: 58px;
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(.82) contrast(1.08);
}

.hero-proof-card div,
.kevin-proof-card div {
  display: grid;
  gap: 3px;
}

.hero-proof-card span,
.kevin-proof-card span {
  color: var(--signal);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-proof-card strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.15;
}

.hero-proof-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  margin: 0;
}

.hero-proof-card dl div {
  gap: 1px;
  padding: 5px 6px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(5, 7, 6, .58);
}

.hero-proof-card dt {
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
}

.hero-proof-card dd {
  margin: 0;
  color: var(--signal);
  font-size: 12px;
  font-weight: 800;
}

.console-kpi-grid span,
.card-metrics div,
.review-metrics div,
.scale-scorecard div,
.route-data-grid article,
.metric-strip span,
.operating-list span {
  display: grid;
  gap: 4px;
  min-height: 50px;
  align-content: center;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(241, 245, 240, .035);
  color: var(--muted);
  line-height: 1.28;
}

.metric-strip strong {
  color: var(--ink);
  font-size: 23px;
  line-height: 1;
}

.command-console,
.review-panel,
.journey-grid article,
.route-system,
.scale-media,
.scale-copy,
.cta-band {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(12, 16, 14, .82);
  box-shadow: var(--shadow);
}

.command-console {
  position: relative;
  overflow: hidden;
  padding: 10px;
  background:
    linear-gradient(rgba(244, 247, 241, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 247, 241, .035) 1px, transparent 1px),
    rgba(10, 15, 13, .86);
  background-size: 30px 30px;
}

.command-console::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(56, 216, 255, .12), transparent 36%),
    linear-gradient(315deg, rgba(56, 216, 255, .055), transparent 44%);
  pointer-events: none;
}

.command-console > * {
  position: relative;
}

.console-head,
.deck-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

.console-head strong,
.deck-toolbar strong {
  color: var(--soft);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 13px;
  text-transform: uppercase;
}

.console-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  padding: 8px 0 0;
}

.console-kpi-grid strong,
.card-metrics dt,
.review-metrics dt,
.scale-scorecard dt,
.route-data-grid span {
  color: var(--signal);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}

.console-kpi-grid em,
.card-metrics dd,
.review-metrics dd,
.scale-scorecard dd,
.route-data-grid p {
  margin: 0;
  color: var(--soft);
  font-style: normal;
  font-size: 12px;
  line-height: 1.25;
}

.fund-flow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr) 42px minmax(0, 1fr);
  gap: 0;
  align-items: center;
  min-height: 118px;
  padding: 8px 4px 7px;
}

.flow-card {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 6px;
  justify-items: start;
  min-height: 82px;
  padding: 10px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: rgba(5, 7, 6, .62);
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.flow-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: currentColor;
  transform: translateY(-50%);
  box-shadow: 0 0 16px currentColor;
}

.flow-card strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1;
}

.flow-card em {
  align-self: end;
  color: var(--soft);
  font-style: normal;
  font-size: 12px;
  line-height: 1.35;
}

.story-card { color: var(--signal); }
.route-card { color: var(--route); }
.scale-card { color: var(--scale); }

.flow-card.is-active {
  background: color-mix(in srgb, currentColor 12%, transparent);
  border-color: color-mix(in srgb, currentColor 56%, transparent);
}

.flow-line {
  height: 2px;
  background: currentColor;
  opacity: .78;
  box-shadow: 0 0 18px currentColor;
}

.story-line { color: var(--signal); }
.route-line { color: var(--route); }

.console-dashboard {
  display: grid;
  grid-template-columns: .74fr 1fr .9fr .86fr;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(5, 7, 6, .46);
}

.pipeline-panel,
.activity-panel,
.status-panel,
.fit-panel {
  display: grid;
  gap: 6px;
  align-content: start;
  min-height: 118px;
  padding: 9px;
  border-right: 1px solid var(--line);
}

.fit-panel {
  border-right: 0;
}

.score-ring {
  width: 58px;
  height: 58px;
  position: relative;
  display: block;
  margin: 4px auto;
  border-radius: 50%;
  background:
    radial-gradient(circle, #0a0f0d 51%, transparent 52%),
    conic-gradient(var(--score-color, var(--signal)) 0 var(--score-angle, 78%), rgba(244, 247, 241, .12) var(--score-angle, 78%) 100%);
}

.score-ring strong {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  color: var(--score-color, var(--signal));
  font-size: 21px;
  line-height: 1;
}

.score-ring em {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--muted);
  font-style: normal;
  font-size: 10px;
  line-height: 1;
}

.pipeline-panel dl,
.status-panel dl {
  display: grid;
  gap: 4px;
  margin: 0;
}

.pipeline-panel div,
.status-panel div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--soft);
  font-size: 12px;
}

.pipeline-panel dt,
.status-panel dt {
  color: var(--soft);
}

.pipeline-panel dd,
.status-panel dd {
  margin: 0;
  color: var(--score-color, var(--signal));
}

.activity-panel ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--soft);
}

.activity-panel li {
  display: grid;
  grid-template-columns: 7px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  line-height: 1.28;
}

.activity-panel li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--signal);
}

.activity-panel em {
  color: var(--muted);
  font-style: normal;
}

.activity-panel a {
  color: var(--signal);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.status-panel strong {
  display: block;
  align-self: end;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--soft);
  font-size: 12px;
}

.fit-panel table {
  width: 100%;
  border-collapse: collapse;
  color: var(--soft);
  font-size: 12px;
}

.fit-panel th,
.fit-panel td {
  padding: 4px 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.fit-panel th {
  width: 44%;
  color: var(--muted);
  font-weight: 700;
}

.fit-panel td {
  color: var(--signal);
  font-weight: 800;
}

.section-copy p,
.journey-grid p,
.review-copy p,
.routing-band p,
.scale-copy p,
.proof-band p,
.site-footer p {
  color: var(--soft);
  font-size: 14px;
  line-height: 1.42;
}

main {
  background:
    linear-gradient(180deg, #050706 0%, #070a08 42%, #050706 100%);
  overflow: clip;
}

.journey-band,
.route-playbook-band,
.review-band,
.routing-band,
.scale-band,
.proof-band,
.cta-band {
  width: min(1340px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(12px, 1.7vw, 22px) 0;
}

.section-copy {
  max-width: 1120px;
  display: grid;
  gap: 4px;
  margin-bottom: 8px;
}

.section-copy.narrow {
  max-width: 920px;
}

#journey .section-copy {
  max-width: 1120px;
}

#apps .section-copy,
#routes .section-copy {
  max-width: 1120px;
}

#journey-title {
  white-space: nowrap;
}

#apps-title,
#routes-title {
  white-space: nowrap;
}

.kw-section-title {
  white-space: nowrap;
}

.section-copy h2,
.review-copy h2,
.scale-copy h2,
.route-playbook-band h2,
.cta-band h2 {
  margin: 0;
  font-size: 34px;
  line-height: .95;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.journey-grid article {
  min-height: 212px;
  padding: 11px;
}

.journey-grid h3 {
  margin: 7px 0 5px;
  font-size: 22px;
  line-height: 1;
}

.card-metrics,
.review-metrics,
.scale-scorecard {
  display: grid;
  gap: 6px;
  margin: 8px 0 0;
}

.card-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.journey-grid ul {
  display: grid;
  gap: 4px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 13px;
}

.journey-grid li {
  padding-top: 5px;
  border-top: 1px solid var(--line);
}

.app-path-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 8px;
}

.app-path-strip a,
.app-card {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 7, 6, .58);
  color: inherit;
  text-decoration: none;
}

.app-path-strip a {
  gap: 4px;
  min-height: 74px;
  align-content: center;
  padding: 9px;
}

.app-path-strip a:hover,
.app-card:hover {
  border-color: rgba(56, 216, 255, .54);
  background: rgba(56, 216, 255, .08);
}

.app-path-strip span,
.app-card span,
.app-card small {
  color: var(--signal);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.app-path-strip strong {
  color: var(--ink);
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
}

.app-path-strip em {
  color: var(--soft);
  font-style: normal;
  font-size: 12px;
  line-height: 1.2;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.app-card {
  gap: 6px;
  min-height: 142px;
  align-content: start;
  padding: 10px;
}

.app-card.primary {
  border-color: rgba(56, 216, 255, .34);
  background: rgba(56, 216, 255, .06);
}

.app-card strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1;
}

.app-card p {
  margin: 0;
  color: var(--soft);
  font-size: 12px;
  line-height: 1.32;
}

.app-card small {
  align-self: end;
  margin-top: auto;
  font-size: 11px;
  line-height: 1.25;
}

.legacy-route-note {
  margin: 8px 0 0;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(241, 245, 240, .03);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.legacy-route-note strong {
  color: var(--signal);
}

.review-panel {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  gap: 12px;
  align-items: center;
  padding: clamp(10px, 1.4vw, 14px);
}

.deck-preview {
  display: grid;
  gap: 8px;
  min-height: 248px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(0deg, rgba(5, 7, 6, .62), rgba(5, 7, 6, .72)),
    url("/assets/landing-deck-wall.jpg") center / cover no-repeat;
}

.slide-stack {
  display: grid;
  gap: 5px;
  align-content: end;
}

.slide-stack article {
  display: grid;
  gap: 2px;
  padding: 7px 8px;
  border: 1px solid rgba(241, 245, 240, .18);
  border-radius: 8px;
  background: rgba(5, 7, 6, .72);
}

.slide-stack span {
  color: var(--signal);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 12px;
}

.slide-stack strong {
  color: var(--ink);
  font-size: 16px;
}

.slide-stack em {
  color: var(--soft);
  font-style: normal;
}

.review-copy {
  display: grid;
  justify-items: start;
  gap: 8px;
}

.route-system {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  background:
    linear-gradient(rgba(241, 245, 240, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(241, 245, 240, .04) 1px, transparent 1px),
    rgba(12, 16, 14, .72);
  background-size: 42px 42px;
}

.route-system svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.route-system .route-connector {
  fill: none;
  stroke: rgba(56, 216, 255, .52);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  vector-effect: non-scaling-stroke;
}

.route-system .route-connector.primary {
  stroke: rgba(56, 216, 255, .66);
}

.route-system marker path {
  fill: rgba(56, 216, 255, .72);
  stroke: none;
}

.route-node {
  position: absolute;
  z-index: 2;
  min-width: 116px;
  min-height: 38px;
  display: grid;
  place-items: center;
  padding: 8px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: #0b0f0d;
  color: var(--ink);
  font-weight: 800;
}

.route-node.founder {
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
}

.route-node.kevin {
  left: 50%;
  top: 50%;
  border-color: rgba(56, 216, 255, .62);
  background: rgba(56, 216, 255, .12);
  transform: translate(-50%, -50%);
}

.route-node.one { right: 7%; top: 17%; }

.route-node.two {
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
}

.route-node.three { right: 7%; bottom: 18%; }

.route-data-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}

.route-data-grid strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.05;
}

.scale-band {
  display: grid;
  grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr);
  gap: 12px;
  align-items: stretch;
}

.scale-media {
  position: relative;
  min-height: 280px;
  overflow: hidden;
}

.scale-media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  filter: saturate(.78) contrast(1.08);
}

.scale-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 7, 6, .82), rgba(5, 7, 6, .08) 50%);
}

.media-note {
  position: absolute;
  z-index: 2;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: grid;
  gap: 4px;
}

.media-note strong {
  max-width: 520px;
  color: var(--ink);
  font-size: 32px;
  line-height: 1;
}

.scale-copy {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: clamp(12px, 1.8vw, 18px);
}

.operating-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.operating-list span {
  min-height: 46px;
  color: var(--soft);
}

.scale-scorecard {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  gap: 10px;
  align-items: stretch;
}

.kevin-proof-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 10px;
  min-height: 132px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(12, 16, 14, .82);
  box-shadow: var(--shadow);
}

.kevin-proof-card img {
  width: 100%;
  height: 100%;
  min-height: 116px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(.82) contrast(1.08);
}

.kevin-proof-card h3 {
  margin: 0;
  font-size: 23px;
  line-height: .98;
}

.kevin-proof-card p {
  margin: 0;
  color: var(--soft);
  line-height: 1.45;
}

.logo-cloud {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 7px;
  margin-top: 8px;
}

.logo-cloud img {
  width: 100%;
  height: 46px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(244, 247, 241, .92);
  object-fit: contain;
  filter: grayscale(.12);
}

.cta-band {
  display: grid;
  justify-items: start;
  gap: 8px;
  margin-bottom: clamp(18px, 2.5vw, 30px);
  padding: clamp(14px, 2vw, 22px);
  background: linear-gradient(135deg, rgba(56, 216, 255, .12), rgba(241, 245, 240, .035));
}

.cta-band h2 {
  max-width: 900px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 16px clamp(16px, 3vw, 40px);
  border-top: 1px solid var(--line);
  background: #050706;
  color: var(--muted);
}

.site-footer strong {
  color: var(--ink);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  min-width: 140px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
}

.footer-brand .signature-logo {
  height: 34px;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--muted);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--ink);
}

@media (max-width: 1050px) {
  .hero-shell,
  .review-panel,
  .scale-band {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    font-size: 42px;
  }

  .section-copy h2,
  .review-copy h2,
  .scale-copy h2,
  .route-playbook-band h2,
  .cta-band h2 {
    font-size: 30px;
  }

  .media-note strong {
    font-size: 30px;
  }

  .command-console {
    min-width: 0;
  }

  .journey-grid,
  .console-kpi-grid,
  .console-dashboard,
  .metric-strip,
  .route-data-grid,
  .scale-scorecard,
  .proof-layout,
  .app-grid,
  .app-path-strip {
    grid-template-columns: 1fr 1fr;
  }

  .fund-flow {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .flow-line {
    width: 2px;
    height: 24px;
    justify-self: center;
  }

  .pipeline-panel,
  .activity-panel,
  .status-panel {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 720px) {
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .top-nav {
    align-items: center;
    flex-direction: row;
    padding: 8px 14px;
  }

  .brand {
    font-size: 20px;
  }

  .brand span {
    font-size: 30px;
  }

  .signature-logo {
    height: 34px;
    max-width: 138px;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .nav-links a:not(.nav-action),
  .nav-note {
    display: none;
  }

  .hero-shell {
    width: min(100% - 28px, 1440px);
    gap: 10px;
    min-height: auto;
    padding-top: 10px;
  }

  .hero-copy h1 {
    font-size: 34px;
  }

  .hero-lede {
    font-size: 15px;
    line-height: 1.34;
  }

  .signal-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }

  .section-copy h2,
  .review-copy h2,
  .scale-copy h2,
  .route-playbook-band h2,
  .cta-band h2 {
    font-size: 22px;
  }

  .journey-grid h3,
  .kevin-proof-card h3 {
    font-size: 20px;
    white-space: nowrap;
  }

  .media-note strong {
    font-size: 24px;
    white-space: nowrap;
  }

  .fund-flow {
    min-height: auto;
    gap: 0;
    padding: 8px 0 0;
  }

  .flow-card {
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    min-height: 74px;
    padding: 10px;
  }

  .flow-card:not(.is-active),
  .flow-line {
    display: none;
  }

  .flow-card span {
    grid-row: 1 / span 2;
    align-self: center;
  }

  .flow-card strong {
    font-size: 19px;
  }

  .flow-card em {
    font-size: 13px;
  }

  .flow-card::after {
    top: 50%;
    right: 10px;
    bottom: auto;
    transform: translateY(-50%);
  }

  .journey-grid,
  .console-kpi-grid,
  .metric-strip,
  .route-data-grid,
  .review-metrics,
  .scale-scorecard,
  .proof-layout,
  .kevin-proof-card,
  .operating-list,
  .console-dashboard,
  .logo-cloud,
  .app-grid,
  .app-path-strip {
    grid-template-columns: 1fr;
  }

  .console-kpi-grid,
  .signal-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-proof-card {
    display: none;
  }

  .console-dashboard {
    display: none;
  }

  .deck-preview,
  .scale-media,
  .scale-media img {
    min-height: 280px;
  }

  .route-system {
    min-height: auto;
    display: grid;
    gap: 14px;
    padding: 18px;
    overflow: visible;
  }

  .route-system svg {
    display: none;
  }

  .route-node,
  .route-node.founder,
  .route-node.kevin,
  .route-node.one,
  .route-node.two,
  .route-node.three {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: min(100%, 280px);
    min-width: 0;
    justify-self: center;
  }

  .route-node::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -15px;
    width: 2px;
    height: 15px;
    transform: translateX(-50%);
    background: linear-gradient(rgba(56, 216, 255, 0), rgba(56, 216, 255, .58));
  }

  .route-node.founder::before {
    display: none;
  }

  .route-node.kevin {
    border-color: rgba(56, 216, 255, .7);
    background: rgba(56, 216, 255, .14);
  }

  .route-node.investor {
    justify-self: stretch;
    width: auto;
  }
}

@media (max-width: 360px) {
  .hero-shell {
    padding-top: 22px;
    padding-bottom: 18px;
  }

  .hero-copy {
    gap: 12px;
  }

  .hero-copy h1 {
    font-size: 27px;
  }

  .hero-lede {
    font-size: 15px;
  }

  .section-copy h2,
  .review-copy h2,
  .scale-copy h2,
  .route-playbook-band h2,
  .cta-band h2 {
    font-size: 18px;
  }

  .journey-grid h3,
  .kevin-proof-card h3 {
    font-size: 18px;
  }

  .media-note strong {
    font-size: 20px;
  }

  .hero-actions .button:not(.primary),
  .command-console {
    display: none;
  }
}