/* =============================================================
   axtar — v3 landing
   Visual system extracted from axtar_pitch_v3.pptx
   Editorial / serif-led · warm paper · rust + mustard + teal
   ============================================================= */

:root {
  /* palette — pulled directly from the deck */
  --paper:      #F4F1E8;
  --paper-warm: #F4ECDB;
  --paper-edge: #EDE8DA;
  --rule:       #C9C2B0;
  --ink:        #1C1B18;
  --ink-2:      #3A3833;
  --muted:      #5C5951;
  --muted-2:    #8A857B;
  --rust:       #B85042;
  --brick:      #8E3C30;
  --mustard:    #A6792B;
  --teal:       #3E6B6E;
  --teal-pale:  #DFE7E7;
  --clay:       #E9CBC6;

  /* type */
  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --helv:  -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mono:  "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  /* layout */
  --gutter: clamp(20px, 4vw, 60px);
  --max:    1180px;
  --max-narrow: 880px;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--helv);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

/* ---------- type primitives ---------- */
.kicker {
  font-family: var(--helv);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 18px;
}
.kicker--rust { color: var(--rust); }
.kicker--mustard { color: var(--mustard); }
.kicker--teal { color: var(--teal); }

.eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--muted-2);
  text-transform: uppercase;
}

.h1 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(36px, 5.4vw, 60px);
  line-height: 1.06;
  letter-spacing: -0.018em;
  margin: 0 0 18px;
  color: var(--ink);
}
.h1 .accent { color: var(--rust); font-style: italic; }

.h2 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(28px, 3.6vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.012em;
  margin: 0 0 14px;
  color: var(--ink);
}
.h2 .accent { color: var(--rust); font-style: italic; }

.h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 8px;
  color: var(--ink);
}

.lede {
  font-family: var(--helv);
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.55;
  color: var(--muted);
  margin: 0 0 28px;
  max-width: 60ch;
}

.body { color: var(--ink-2); font-size: 15px; line-height: 1.6; }

.quote-display {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.35;
  color: var(--ink-2);
  margin: 0 0 4px;
}
.quote-display::before { content: "\201C"; color: var(--rust); margin-right: 2px; }
.quote-display::after  { content: "\201D"; color: var(--rust); margin-left: 2px; }
.quote-attr {
  font-family: var(--serif);
  font-size: 11px;
  letter-spacing: 0.28em;
  color: var(--muted-2);
  text-transform: uppercase;
  margin: 0;
}
.quote-attr .em { color: var(--rust); margin-right: 4px; }

/* ---------- ribbons ---------- */
.ribbon {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--muted-2);
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px var(--gutter) 14px;
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
  flex-wrap: wrap;
}
.ribbon__dot { color: var(--rust); }
.ribbon a { border-bottom: 1px solid transparent; transition: border-color .2s; }
.ribbon a:hover { border-color: var(--rust); }

.ribbon--foot {
  border-bottom: 0;
  border-top: 1px solid var(--rule);
  background: var(--paper-edge);
}

/* ---------- nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(244, 241, 232, 0.92);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--rule);
}
.nav__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px var(--gutter);
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.nav__brand-mark {
  width: 14px; height: 14px;
  background: var(--rust);
  border-radius: 2px;
}
.nav__links {
  display: flex; gap: 22px;
  list-style: none; margin: 0; padding: 0;
  font-size: 14px; color: var(--muted);
  margin-left: auto;
}
.nav__links a { transition: color .15s; }
.nav__links a:hover { color: var(--rust); }
.nav__cta {
  font-family: var(--helv);
  font-weight: 600;
  font-size: 13px;
  background: var(--rust);
  color: var(--paper);
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid var(--brick);
  box-shadow: 0 1px 0 var(--brick), 0 4px 16px rgba(184,80,66,.18);
  transition: background .2s, transform .15s;
}
.nav__cta:hover { background: var(--brick); transform: translateY(-1px); }
@media (max-width: 720px) {
  .nav__links { display: none; }
}

/* ---------- layout ---------- */
.section {
  padding: clamp(64px, 9vw, 110px) var(--gutter);
  border-bottom: 1px solid var(--rule);
}
.section--paper-warm { background: var(--paper-warm); }
.section--paper-edge { background: var(--paper-edge); }
.section__inner { max-width: var(--max); margin: 0 auto; }
.section__inner--narrow { max-width: var(--max-narrow); margin: 0 auto; }

.section__head { margin-bottom: 36px; max-width: 56ch; }
.section__head--center { margin-left: auto; margin-right: auto; text-align: center; }

/* ---------- hero ---------- */
.hero {
  padding: clamp(56px, 8vw, 96px) var(--gutter) clamp(40px, 6vw, 72px);
  background: var(--paper);
}
.hero__inner { max-width: var(--max); margin: 0 auto; }
.hero__quote { margin-bottom: 36px; max-width: 720px; }
.hero__title { margin-bottom: 22px; max-width: 18ch; }
.hero__sub { max-width: 60ch; }

.agent-row {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 36px; flex-wrap: wrap;
}
.agent-row__lbl { color: var(--mustard); }
.pill {
  padding: 5px 11px;
  border: 1px solid var(--rule);
  border-radius: 999px;
  background: rgba(255,255,255,.4);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  color: var(--ink-2);
}

.cta-row {
  display: flex; gap: 20px; align-items: center; flex-wrap: wrap;
  margin-bottom: 40px;
}

.btn {
  display: inline-block;
  font-family: var(--helv);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  padding: 14px 22px;
  border-radius: 4px;
  transition: transform .15s, background .2s, color .2s, border-color .2s, box-shadow .2s;
  cursor: pointer;
  text-align: center;
}
.btn--primary {
  background: var(--rust);
  color: var(--paper);
  border: 1px solid var(--brick);
  box-shadow: 0 1px 0 var(--brick), 0 6px 22px rgba(184,80,66,.22);
}
.btn--primary:hover { background: var(--brick); transform: translateY(-1px); }
.btn--ghost {
  font-weight: 500;
  font-size: 13px;
  color: var(--ink);
  padding: 12px 0;
  border-radius: 0;
  border-bottom: 1.5px solid var(--ink);
}
.btn--ghost:hover { color: var(--rust); border-color: var(--rust); }

.btn .arrow { display: inline-block; margin-left: 6px; transition: transform .2s; }
.btn:hover .arrow { transform: translateX(3px); }

/* ---------- status row (deck signature) ---------- */
.status-row {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted);
  display: flex; gap: 24px; flex-wrap: wrap;
  padding-top: 22px; border-top: 1px solid var(--rule);
}
.status-row .d-r { color: var(--teal);    margin-right: 6px; }
.status-row .d-p { color: var(--rust);    margin-right: 6px; }
.status-row .d-t { color: var(--muted-2); margin-right: 6px; }

/* ---------- pain ---------- */
.pain__pull {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 28px);
  color: var(--ink);
  margin: 36px 0 8px;
  border-left: 2px solid var(--rust);
  padding-left: 18px;
  max-width: 36ch;
}
.pain__pull-attr {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; color: var(--rust);
  padding-left: 20px;
}

.pain-list {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 0;
}
.pain-list li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}
.pain-list li:last-child { border-bottom: 0; }
.pain-list .pain__num {
  font-family: var(--mono); font-size: 13px;
  letter-spacing: 0.16em; color: var(--rust);
}
.pain-list .pain__h {
  font-family: var(--serif); font-weight: 600;
  font-size: 19px; color: var(--ink); margin: 0 0 6px;
}
.pain-list .pain__d {
  font-family: var(--helv); font-size: 14px;
  color: var(--muted); margin: 0;
}

/* ---------- session.log ---------- */
.session-log {
  background: var(--ink);
  color: var(--paper);
  border-radius: 10px;
  padding: 22px 24px;
  font-family: var(--mono);
  font-size: 13px;
  line-height: 1.75;
  box-shadow: 0 12px 32px rgba(28,27,24,.18);
  max-width: 720px;
  margin: 24px 0 18px;
  overflow: hidden;
}
.session-log__head {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--muted-2);
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding-bottom: 10px; margin-bottom: 12px;
}
.session-log__head .em { color: var(--rust); }
.session-log .who    { color: var(--teal-pale); }
.session-log .ax     { color: var(--mustard); font-weight: 500; }
.session-log .said   { color: var(--paper); display: block; padding-left: 0; }
.session-log .rule   { color: var(--rust); }
.session-log__foot {
  margin-top: 14px; padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex; gap: 18px; flex-wrap: wrap;
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted-2);
}
.session-log__foot .em { color: var(--mustard); }

.what-tech {
  font-family: var(--helv);
  font-size: 16px; line-height: 1.6;
  color: var(--ink-2);
  max-width: 60ch;
  margin: 28px 0 0;
}

/* ---------- outcome triptych ---------- */
.triptych {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 28px 0 0;
  border: 1px solid var(--rule);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
@media (min-width: 880px) { .triptych { grid-template-columns: 1fr 1fr 1fr; } }
.triptych__col {
  padding: 28px;
  border-bottom: 1px solid var(--rule);
}
.triptych__col:last-child { border-bottom: 0; }
@media (min-width: 880px) {
  .triptych__col { border-bottom: 0; border-right: 1px solid var(--rule); }
  .triptych__col:last-child { border-right: 0; }
}
.triptych__lbl {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--mustard);
  margin: 0 0 14px;
}
.triptych__h {
  font-family: var(--serif); font-weight: 600;
  font-size: 22px; line-height: 1.2;
  margin: 0 0 12px; color: var(--ink);
}
.triptych__p { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.6; }

.outcome-callouts {
  display: grid; gap: 22px; margin-top: 28px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) { .outcome-callouts { grid-template-columns: 1fr 1fr; } }
.outcome-callout {
  border-left: 2px solid var(--rust);
  padding: 4px 0 4px 18px;
}
.outcome-callout__lbl {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--rust); margin: 0 0 6px;
}
.outcome-callout__p {
  font-family: var(--serif); font-size: 17px; line-height: 1.45; margin: 0;
  color: var(--ink);
}

/* ---------- how-it-works ---------- */
.steps {
  display: grid; gap: 18px;
  grid-template-columns: 1fr;
  margin: 28px 0 0;
}
@media (min-width: 880px) { .steps { grid-template-columns: 1fr 1fr 1fr; } }
.step {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 26px 24px;
  display: flex; flex-direction: column; gap: 8px;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.step:hover { border-color: var(--rust); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(184,80,66,.12); }
.step__num {
  font-family: var(--mono); font-size: 13px;
  letter-spacing: 0.16em; color: var(--rust);
}
.step__status {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase;
}
.step__status--ready    { color: var(--teal); }
.step__status--progress { color: var(--rust); }
.step__status--todo     { color: var(--muted-2); }
.step__h {
  font-family: var(--serif); font-weight: 600;
  font-size: 22px; margin: 6px 0 6px; color: var(--ink);
}
.step__p { font-size: 14px; line-height: 1.6; color: var(--muted); margin: 0; }

/* ---------- founders ---------- */
.founders-lead {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 26px);
  color: var(--ink-2);
  border-left: 2px solid var(--rust);
  padding: 6px 0 6px 18px;
  max-width: 60ch;
  margin: 0 0 36px;
}

.founders {
  display: grid; gap: 22px;
  grid-template-columns: 1fr;
}
@media (min-width: 880px) { .founders { grid-template-columns: 1fr 1fr; } }

.founder {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 26px 26px 24px;
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 22px;
  align-items: start;
}
.founder__photo {
  width: 88px; height: 88px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--rule);
}
.founder__role {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--mustard);
  margin: 0 0 6px;
}
.founder__name {
  font-family: var(--serif); font-weight: 600;
  font-size: 22px; margin: 0 0 12px;
}
.founder__bio {
  font-size: 14px; line-height: 1.6; color: var(--muted);
  margin: 0;
}
.founder__bio b { color: var(--ink-2); font-weight: 600; }

/* ---------- form / CTA ---------- */
.partners-section {
  background: var(--paper-warm);
  border-bottom: 1px solid var(--rule);
}
.partners {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
@media (min-width: 880px) {
  .partners { grid-template-columns: 1fr 1fr; align-items: start; gap: 60px; }
}
.partners__copy h2 { margin-bottom: 14px; }
.partners__copy .lede { margin-bottom: 24px; }
.partners__bullets {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 12px;
}
.partners__bullets li {
  font-size: 14px; color: var(--muted);
  padding-left: 20px; position: relative;
  line-height: 1.55;
}
.partners__bullets li::before {
  content: "●";
  position: absolute; left: 0; top: 1px;
  color: var(--rust); font-size: 10px;
}
.partners__bullets b { color: var(--ink-2); }

.form {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 28px;
  display: grid;
  gap: 18px;
  box-shadow: 0 12px 32px rgba(28,27,24,.06);
}
.form__row { display: grid; gap: 6px; }
.form__lbl {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted);
}
.form__input,
.form__select {
  font-family: var(--helv); font-size: 15px;
  padding: 12px 14px;
  border: 1px solid var(--rule);
  border-radius: 6px;
  background: var(--paper);
  color: var(--ink);
  transition: border-color .15s, box-shadow .15s, background .15s;
  width: 100%;
}
.form__input:focus,
.form__select:focus {
  outline: 0;
  border-color: var(--rust);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(184,80,66,.15);
}
.form__select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%235C5951' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}
.form__row--inline { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 540px) { .form__row--inline { grid-template-columns: 1fr 1fr; } }
.form__submit { margin-top: 4px; }
.form__hint {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted-2);
}
.form__hint--ok { color: var(--teal); }
.form__hint--err { color: var(--rust); }

.form__success {
  display: none;
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  color: var(--teal);
  padding: 14px 16px;
  background: var(--teal-pale);
  border-radius: 6px;
}

/* ---------- footer ---------- */
.footer {
  padding: 32px var(--gutter) 36px;
  background: var(--paper-edge);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-2);
}
.footer__inner {
  max-width: var(--max); margin: 0 auto;
  display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  align-items: center;
}
.footer a { transition: color .15s; }
.footer a:hover { color: var(--rust); }
.footer__brand { color: var(--ink); display: inline-flex; align-items: center; gap: 8px; }
.footer__brand-dot { width: 8px; height: 8px; background: var(--rust); border-radius: 2px; }

/* =============================================================
   /invest specific
   ============================================================= */
.invest-hero { background: var(--paper); }

.landscape {
  margin: 28px 0 0;
  border: 1px solid var(--rule);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  font-size: 13px;
}
.landscape__row {
  display: grid;
  grid-template-columns: minmax(220px, 2fr) repeat(4, 1fr);
  border-bottom: 1px solid var(--rule);
}
.landscape__row:last-child { border-bottom: 0; }
.landscape__row--head {
  background: var(--paper-edge);
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--muted);
}
.landscape__cell {
  padding: 14px 16px;
  border-right: 1px solid var(--rule);
  display: flex; align-items: center;
}
.landscape__cell:last-child { border-right: 0; }
.landscape__cell--cap { font-family: var(--helv); font-weight: 500; color: var(--ink-2); font-size: 14px; }
.landscape__cell--axtar { background: rgba(184,80,66,.06); color: var(--rust); font-weight: 600; }
.landscape__yes { color: var(--teal); font-weight: 600; }
.landscape__no  { color: var(--muted-2); }
.landscape__half { color: var(--mustard); }
@media (max-width: 720px) {
  .landscape__row { grid-template-columns: 1.5fr repeat(4, 1fr); font-size: 11px; }
  .landscape__cell { padding: 10px 8px; }
}

.three-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 28px 0 0;
}
@media (min-width: 880px) { .three-col { grid-template-columns: 1fr 1fr 1fr; } }

.metric-card {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 26px 24px;
  display: flex; flex-direction: column; gap: 6px;
}
.metric-card__lbl {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--mustard);
}
.metric-card__num {
  font-family: var(--serif); font-weight: 600;
  font-size: 36px; line-height: 1;
  color: var(--rust);
  margin: 4px 0 8px;
}
.metric-card__p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.55; }

.economics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin: 28px 0 0;
}
@media (min-width: 880px) { .economics { grid-template-columns: 1fr 1fr; } }

.econ-card {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 26px;
}
.econ-card__lbl {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--mustard);
  margin: 0 0 14px;
}
.econ-row {
  display: flex; justify-content: space-between;
  font-size: 14px; padding: 8px 0;
  border-bottom: 1px solid var(--rule);
  color: var(--muted);
}
.econ-row:last-child { border-bottom: 0; padding-top: 14px; font-weight: 600; color: var(--ink); }
.econ-row .num { font-family: var(--mono); }

.round-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 28px 0 0;
}
@media (min-width: 720px) { .round-row { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1080px) { .round-row { grid-template-columns: repeat(4, 1fr); } }

.milestones {
  list-style: none; margin: 28px 0 0; padding: 0;
  display: grid; gap: 0;
  border: 1px solid var(--rule);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.milestones li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}
.milestones li:last-child { border-bottom: 0; }
.milestones .m-tag {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.14em; color: var(--rust);
}
.milestones .m-text { font-size: 14px; color: var(--ink-2); margin: 0; line-height: 1.5; }
.milestones .m-text b { color: var(--ink); }

/* =============================================================
   waitlist — parallel form section, lighter than design-partner
   ============================================================= */
.waitlist-section {
  background: var(--paper-edge);
  border-bottom: 1px solid var(--rule);
}
.waitlist-section .h2 { font-size: clamp(24px, 3vw, 32px); }
.waitlist-section .lede { margin-bottom: 22px; }

.partners__alt {
  margin-top: 18px;
  font-family: var(--helv);
  font-size: 13px;
  color: var(--muted);
}
.partners__alt a {
  color: var(--ink);
  border-bottom: 1.5px solid var(--ink);
  padding-bottom: 1px;
  transition: color .15s, border-color .15s;
}
.partners__alt a:hover { color: var(--rust); border-color: var(--rust); }

/* =============================================================
   topology diagram (v12) — embedded in How it works
   ============================================================= */
.topology {
  margin: 36px 0 0;
  border: 1px solid var(--rule);
  border-radius: 14px;
  background: var(--paper);
  padding: 24px 18px 22px;
  overflow: hidden;
}
.topology svg {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
@keyframes topology-ring-breathe {
  0%, 100% { stroke-opacity: 0.55; r: 36; }
  50%      { stroke-opacity: 0.18; r: 44; }
}
.topology .ring-breathe {
  animation: topology-ring-breathe 3.4s ease-in-out infinite;
  transform-origin: center;
}
@keyframes topology-orbit-pulse {
  0%, 100% { stroke-opacity: 0.18; }
  50%      { stroke-opacity: 0.42; }
}
.topology .orbit-pulse { animation: topology-orbit-pulse 3.4s ease-in-out infinite; }

.topology__legend {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--rule);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--muted-2);
  text-transform: uppercase;
}
.topology__legend .chip { display: inline-flex; align-items: center; gap: 8px; }
.topology__legend .sw { width: 14px; height: 14px; border-radius: 3px; }

/* =============================================================
   /invest — single A4 composition overrides
   ============================================================= */
.invest-page { background: var(--paper); }
.invest-page .section { padding: clamp(40px, 5vw, 64px) var(--gutter); }
.invest-page .section--tight { padding-top: clamp(28px, 4vw, 40px); padding-bottom: clamp(28px, 4vw, 40px); }

.invest-grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 880px) { .invest-grid-3 { grid-template-columns: 1fr 1fr 1fr; } }

.invest-block {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 24px;
}
.invest-block__lbl {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mustard);
  margin: 0 0 14px;
}
.invest-block__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 8px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 13px;
  color: var(--muted);
}
.invest-block__row:last-child { border-bottom: 0; }
.invest-block__row .num {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 18px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.invest-block__row .num--rust { color: var(--rust); }

.invest-landscape {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 22px 24px;
  margin-top: 28px;
}
.invest-landscape__lbl {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mustard);
  margin: 0 0 12px;
}
.invest-landscape p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  line-height: 1.5;
  margin: 0;
  color: var(--ink-2);
}
.invest-landscape p b { color: var(--rust); font-style: normal; font-weight: 700; }

.invest-founders {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 28px;
}
@media (min-width: 720px) { .invest-founders { grid-template-columns: 1fr 1fr; } }
.invest-founder {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 22px 22px 20px;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: start;
}
.invest-founder img {
  width: 64px; height: 64px; border-radius: 50%;
  object-fit: cover; border: 2px solid var(--rule);
}
.invest-founder__role {
  font-family: var(--mono); font-size: 9px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--mustard); margin: 0 0 4px;
}
.invest-founder__name {
  font-family: var(--serif); font-weight: 600;
  font-size: 18px; margin: 0 0 8px;
}
.invest-founder__bio {
  font-size: 12px; line-height: 1.5; color: var(--muted); margin: 0;
}
.invest-founder__bio b { color: var(--ink-2); font-weight: 600; }

.invest-cta {
  margin-top: 28px;
  background: var(--paper-warm);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 880px) { .invest-cta { grid-template-columns: 1.2fr 1fr; align-items: center; gap: 36px; } }
.invest-cta__copy h3 {
  font-family: var(--serif); font-weight: 600;
  font-size: 26px; line-height: 1.15; margin: 0 0 10px;
  letter-spacing: -0.012em;
}
.invest-cta__copy h3 .accent { color: var(--rust); font-style: italic; }
.invest-cta__copy p { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.55; }

.invest-cta .form { padding: 22px; }
.invest-cta .form__row { gap: 4px; }

/* ---------- print ---------- */
@media print {
  .nav, .ribbon, .partners-section, .footer { display: none; }
  body { background: #fff; color: #000; }
}
