@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,400;6..72,500;6..72,600&display=swap');

/* Pythology human-facing editorial layer. */
.pitch-body {
  --paper: #f2f0e8;
  --ink: #102027;
  --soft-ink: #54666d;
  --warm-line: rgba(206, 225, 228, .18);
  --warm-panel: rgba(10, 21, 27, .62);
  font-family: 'Manrope', Inter, system-ui, sans-serif;
  background:
    radial-gradient(circle at 82% 5%, rgba(71, 183, 202, .08), transparent 30rem),
    radial-gradient(circle at 12% 22%, rgba(210, 173, 84, .045), transparent 25rem),
    #060a0d;
}
.pitch-body::before { opacity: .07; }
.pitch-body .brand-word,
.pitch-body .nav-link,
.pitch-body .nav-trigger,
.pitch-body .btn,
.pitch-body input,
.pitch-body textarea,
.pitch-body select { font-family: 'Manrope', Inter, sans-serif; }
.pitch-body .display,
.pitch-body .h1,
.pitch-body .h2,
.pitch-body .about-quote,
.pitch-title,
.pitch-section-title {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 500;
  letter-spacing: -.035em;
}
.pitch-body .h1 { font-size: clamp(54px, 7.4vw, 104px); line-height: .96; }
.pitch-body .h2 { font-size: clamp(38px, 5vw, 68px); line-height: 1.03; }
.pitch-body .lede { color: #bdc8cb; font-size: clamp(18px, 1.8vw, 22px); line-height: 1.72; }
.human-kicker { margin: 0 0 18px; color: #8fd9e7; font-size: 13px; font-weight: 600; letter-spacing: .02em; }
.pitch-body .site-header { background: rgba(6, 10, 13, .83); border-bottom-color: rgba(180, 218, 225, .1); }
.pitch-body .nav-link,
.pitch-body .nav-trigger { font-size: 13px; color: #aebcc0; }
.pitch-body .btn { border-radius: 999px; min-height: 48px; padding-inline: 21px; }
.pitch-body .btn-primary { background: #d6f4f8; color: #071216; }

.pitch-hero {
  position: relative;
  overflow: hidden;
  min-height: min(820px, calc(100vh - 72px));
  display: grid;
  align-items: center;
  padding: 112px 0 92px;
  isolation: isolate;
}
.pitch-hero::before {
  content: '';
  position: absolute;
  z-index: -2;
  inset: 0 0 0 42%;
  background:
    linear-gradient(90deg, #060a0d 0%, rgba(6,10,13,.77) 20%, rgba(6,10,13,.42) 58%, rgba(6,10,13,.78) 100%),
    linear-gradient(180deg, rgba(6,10,13,.2), #060a0d 96%),
    var(--pitch-art, url('png_images/causal_intelligence.png')) center / cover no-repeat;
  opacity: .48;
  filter: saturate(.72) contrast(.94);
}
.pitch-hero::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, #060a0d 0%, rgba(6,10,13,.97) 38%, rgba(6,10,13,.68) 66%, rgba(6,10,13,.3));
}
.pitch-hero-copy { max-width: 880px; }
.pitch-hero-copy .lede { max-width: 720px; margin: 28px 0 0; }
.pitch-proof-line { display: flex; flex-wrap: wrap; gap: 12px 30px; margin-top: 48px; padding-top: 25px; border-top: 1px solid var(--warm-line); }
.pitch-proof { min-width: 140px; }
.pitch-proof strong { display: block; font: 500 clamp(24px, 3vw, 36px)/1 'Newsreader', Georgia, serif; color: #edf4f5; }
.pitch-proof span { display: block; margin-top: 8px; color: #83969c; font-size: 11px; line-height: 1.4; }

.pitch-section { position: relative; padding: 112px 0; }
.pitch-section + .pitch-section { border-top: 1px solid rgba(186, 220, 226, .08); }
.pitch-section-head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .65fr); gap: 72px; align-items: end; margin-bottom: 54px; }
.pitch-section-head p:last-child { margin: 0; color: #95a7ac; line-height: 1.75; }
.pitch-three { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; }
.pitch-step { padding-top: 20px; border-top: 1px solid rgba(143, 217, 231, .22); }
.pitch-step .step-no { color: #80d6e5; font-size: 12px; font-weight: 700; }
.pitch-step h3 { margin: 22px 0 10px; font: 500 30px/1.08 'Newsreader', Georgia, serif; }
.pitch-step p { margin: 0; color: #95a7ac; line-height: 1.72; font-size: 14px; }
.pitch-split { display: grid; grid-template-columns: minmax(0, .82fr) minmax(440px, 1.18fr); gap: 72px; align-items: start; }
.pitch-split-copy { position: sticky; top: 112px; }
.pitch-split-copy p:not(.human-kicker) { color: #9cafb4; line-height: 1.78; max-width: 530px; }

.paper-brief {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  border-radius: 4px 4px 18px 4px;
  padding: clamp(28px, 4vw, 48px);
  box-shadow: 0 35px 90px rgba(0,0,0,.28);
}
.paper-brief::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .32; background-image: radial-gradient(rgba(16,32,39,.12) .5px, transparent .5px); background-size: 7px 7px; }
.paper-brief > * { position: relative; }
.paper-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid rgba(16,32,39,.16); color: #52656b; font-size: 11px; font-weight: 700; }
.paper-brief h3 { margin: 25px 0 5px; font: 500 clamp(30px, 4vw, 47px)/1.02 'Newsreader', Georgia, serif; }
.paper-subtitle { color: #63757a; margin: 0 0 28px; font-size: 13px; }
.paper-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 28px 0; background: rgba(16,32,39,.14); border: 1px solid rgba(16,32,39,.14); }
.paper-stat { padding: 17px; background: var(--paper); }
.paper-stat strong { display: block; font: 600 28px/1 'Newsreader', Georgia, serif; }
.paper-stat span { display: block; margin-top: 7px; color: #66777c; font-size: 10px; }
.paper-list { margin: 24px 0 0; padding: 0; list-style: none; }
.paper-list li { padding: 13px 0; border-top: 1px solid rgba(16,32,39,.12); color: #394e55; font-size: 13px; line-height: 1.62; }
.paper-footnote { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(16,32,39,.16); color: #6f7e82; font-size: 10px; line-height: 1.55; }

.forecast-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.featured-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.featured-section { background: linear-gradient(180deg, rgba(15,29,35,.36), rgba(6,10,13,.08)); }
.forecast-card { position: relative; min-height: 280px; padding: 28px; background: rgba(11,22,28,.52); border: 1px solid rgba(161,213,222,.13); border-radius: 18px; }
.featured-forecast { background: linear-gradient(155deg, rgba(15,31,38,.78), rgba(8,17,22,.58)); box-shadow: 0 26px 70px rgba(0,0,0,.18); }
.forecast-card[data-outcome='confirmed'] { border-color: rgba(120,227,173,.24); }
.forecast-card[data-outcome='not_observed'] { border-color: rgba(212,173,84,.25); }
.forecast-meta { display: flex; justify-content: space-between; gap: 18px; color: #7f949a; font-size: 11px; }
.forecast-status { color: #91dce8; font-weight: 700; }
.forecast-card h3 { margin: 30px 0 12px; font: 500 clamp(25px, 3vw, 34px)/1.08 'Newsreader', Georgia, serif; }
.forecast-statement { color: #afbdc1; line-height: 1.68; font-size: 14px; }
.forecast-confidence { display: flex; gap: 8px; align-items: baseline; margin-top: 24px; flex-wrap: wrap; }
.forecast-confidence strong { font: 500 34px/1 'Newsreader', Georgia, serif; }
.forecast-confidence span { color: #81949a; font-size: 11px; }
.forecast-alt { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(161,213,222,.1); color: #7f9399; font-size: 11px; line-height: 1.6; }
.forecast-provenance { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 18px; color: #647b82; font: 500 9px/1.5 'JetBrains Mono', monospace; }
.forecast-result { display: grid; gap: 6px; margin-top: 22px; padding: 17px 18px; border-radius: 12px; background: rgba(255,255,255,.025); }
.forecast-result strong { color: #dce9eb; font-size: 12px; }
.forecast-result span { color: #82969c; font-size: 10px; line-height: 1.55; }

.history-shell { border-top: 1px solid rgba(161,213,222,.14); }
.history-title { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; color: #8da2a8; font-size: 11px; font-weight: 700; }
.history-title span:last-child { color: #60767d; font: 500 9px 'JetBrains Mono', monospace; }
.history-row { display: grid; grid-template-columns: 38px minmax(220px,.7fr) minmax(0,1.3fr); gap: 18px; align-items: center; padding: 20px 0; border-top: 1px solid rgba(161,213,222,.09); }
.history-marker { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(161,213,222,.14); color: #8fd9e7; }
.history-row[data-outcome='confirmed'] .history-marker { color: #78e3ad; border-color: rgba(120,227,173,.24); }
.history-row[data-outcome='not_observed'] .history-marker { color: #d2ad54; border-color: rgba(210,173,84,.24); }
.history-copy strong { display: block; font: 500 18px/1.2 'Newsreader', Georgia, serif; }
.history-copy span { display: block; margin-top: 5px; color: #73888e; font-size: 10px; }
.history-summary { color: #8fa2a8; font-size: 12px; line-height: 1.65; }

.volcano-proof { display: grid; grid-template-columns: .72fr 1.28fr; gap: 22px; padding: 32px 0; border-block: 1px solid rgba(161,213,222,.11); }
.volcano-value { font: 500 clamp(42px, 6vw, 78px)/.95 'Newsreader', Georgia, serif; color: #edf4f5; }
.volcano-detail h3 { margin: 0 0 10px; font: 500 30px/1.1 'Newsreader', Georgia, serif; }
.volcano-detail p { margin: 0; color: #98aaaf; line-height: 1.72; }
.integrity-note { margin-top: 44px; max-width: 900px; padding-left: 22px; border-left: 2px solid rgba(143,217,231,.48); color: #a8b7bb; font-size: 15px; line-height: 1.75; }

.world-statement { position: relative; overflow: hidden; min-height: 520px; display: grid; align-items: center; background: linear-gradient(90deg, rgba(6,10,13,.98), rgba(6,10,13,.76) 48%, rgba(6,10,13,.46)), linear-gradient(180deg, rgba(6,10,13,.2), #060a0d), url('png_images/earthnet.png') center / cover no-repeat; }
.world-statement .h2 { max-width: 820px; }
.world-statement .lede { max-width: 680px; }
.pitch-disclaimer { padding: 26px 0; border-top: 1px solid rgba(161,213,222,.1); color: #71868c; font-size: 10px; line-height: 1.6; }
.loading-copy { color: #71878d; font-size: 13px; }
.data-error { color: #cba4a8; font-size: 12px; }

/* Home */
.home-pitch-hero::before { inset: 0 0 0 34%; opacity: .42; filter: saturate(.76) contrast(.96); }
.home-pitch-hero .pitch-hero-copy { max-width: 960px; }
.home-thesis { margin-top: 40px; max-width: 760px; font: 500 clamp(25px, 3.2vw, 42px)/1.16 'Newsreader', Georgia, serif; color: #e3edef; }
.home-thesis span { color: #8fd9e7; }
.home-proof-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(420px,1.1fr); gap: 54px; align-items: stretch; }
.home-proof-copy { display: flex; flex-direction: column; justify-content: center; }
.home-proof-copy p:not(.human-kicker) { color: #98aaaf; line-height: 1.78; max-width: 560px; }
.home-forecast-card { min-height: 100%; }
.home-live-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 20px; color: #71878d; font-size: 10px; }
.home-live-meta strong { color: #a7bbc0; }
.home-nz-strip { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 28px; border-top: 1px solid rgba(16,32,39,.14); border-bottom: 1px solid rgba(16,32,39,.14); }
.home-nz-strip div { padding: 18px 10px; border-right: 1px solid rgba(16,32,39,.12); }
.home-nz-strip div:last-child { border-right: 0; }
.home-nz-strip strong { display: block; font: 600 27px/1 'Newsreader', Georgia, serif; }
.home-nz-strip span { display: block; margin-top: 7px; color: #6b7d82; font-size: 9px; }
.home-domain-band { position: relative; overflow: hidden; background: linear-gradient(90deg, rgba(6,10,13,.98), rgba(6,10,13,.78) 52%, rgba(6,10,13,.52)), url('png_images/earthnet.png') center / cover no-repeat; }
.home-domain-band .lede { max-width: 730px; }
.stack-river { display: grid; gap: 0; max-width: 980px; margin: 0 auto; }
.stack-item { display: grid; grid-template-columns: 130px minmax(0,1fr); gap: 28px; padding: 26px 0; border-top: 1px solid rgba(161,213,222,.11); }
.stack-item:last-child { border-bottom: 1px solid rgba(161,213,222,.11); }
.stack-name { color: #8fd9e7; font-size: 12px; font-weight: 700; }
.stack-item h3 { margin: 0 0 7px; font: 500 27px/1.12 'Newsreader', Georgia, serif; }
.stack-item p { margin: 0; color: #91a4aa; font-size: 13px; line-height: 1.68; }
.market-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; border: 1px solid rgba(161,213,222,.11); background: rgba(161,213,222,.11); }
.market-item { min-height: 220px; padding: 30px; background: #081015; }
.market-item span { color: #82d7e5; font-size: 11px; font-weight: 700; }
.market-item h3 { margin: 28px 0 10px; font: 500 29px/1.1 'Newsreader', Georgia, serif; }
.market-item p { margin: 0; color: #8fa3a9; font-size: 13px; line-height: 1.72; }
.founder-note { position: relative; padding: clamp(34px,6vw,74px); border: 1px solid rgba(161,213,222,.11); border-radius: 24px; overflow: hidden; background: linear-gradient(100deg, rgba(7,15,20,.98), rgba(7,15,20,.79) 54%, rgba(7,15,20,.5)), url('png_images/about_me.png') 88% 38% / min(38%,460px) auto no-repeat; }
.founder-note blockquote { max-width: 720px; margin: 0; font: 500 clamp(29px,4.3vw,56px)/1.09 'Newsreader', Georgia, serif; letter-spacing: -.03em; }
.founder-note p { max-width: 600px; color: #99abb0; line-height: 1.74; }

@media (max-width: 1020px) {
  .featured-grid { grid-template-columns: 1fr 1fr; }
  .home-proof-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .pitch-hero::before { inset: 0 0 0 20%; opacity: .34; }
  .pitch-section-head,
  .pitch-split,
  .volcano-proof { grid-template-columns: 1fr; gap: 34px; }
  .pitch-split-copy { position: static; }
  .pitch-three { grid-template-columns: 1fr; gap: 28px; }
  .history-row { grid-template-columns: 38px 1fr; }
  .history-summary { grid-column: 2; }
  .stack-item { grid-template-columns: 100px 1fr; }
}
@media (max-width: 720px) {
  .pitch-hero { min-height: auto; padding: 86px 0 72px; }
  .pitch-hero::before { inset: 0; background-position: 66% center; opacity: .27; }
  .pitch-body .h1 { font-size: clamp(48px, 15vw, 72px); }
  .pitch-section { padding: 78px 0; }
  .pitch-section-head { margin-bottom: 36px; }
  .forecast-grid,
  .featured-grid,
  .market-grid { grid-template-columns: 1fr; }
  .paper-stats,
  .home-nz-strip { grid-template-columns: 1fr; }
  .home-nz-strip div { border-right: 0; border-bottom: 1px solid rgba(16,32,39,.12); }
  .pitch-proof-line { gap: 20px; }
  .stack-item { grid-template-columns: 1fr; gap: 10px; }
  .founder-note { background-image: linear-gradient(100deg, rgba(7,15,20,.98), rgba(7,15,20,.86)); }
}
.decision-futures-section{max-width:720px;margin:4rem auto;padding:2rem}.decision-futures-section h2{font-family:Manrope,sans-serif;font-weight:600;font-size:1.75rem;margin-bottom:1rem}.decision-futures-section p{font-family:Newsreader,serif;font-size:1.1rem;line-height:1.7;margin-bottom:1rem;color:var(--ink)}.df-status{background:rgba(0,201,167,.08);border-left:3px solid var(--accent,#00C9A7);padding:1rem 1.5rem;margin-top:1.5rem;font-family:JetBrains Mono,monospace;font-size:.9rem}.df-status strong{color:var(--accent,#00C9A7)}.brier-note{display:block;font-family:JetBrains Mono,monospace;font-size:.75rem;color:var(--ink);opacity:.6;margin-top:.25rem}.section-artwork img,.hero-artwork img{opacity:.34;filter:brightness(1.08) contrast(1.02);transform:scale(1.03)}.section-artwork--dim img{opacity:.40;filter:brightness(1.12) contrast(1.03)}
/* Decision Futures proof section */
.proof-df{max-width:900px;margin:5rem auto;padding:0 2rem}
.proof-df__inner h2{font-family:'Manrope',sans-serif;font-weight:600;font-size:1.75rem;margin-bottom:.75rem;color:var(--ink)}
.proof-df__lead{font-family:'Newsreader',serif;font-size:1.15rem;line-height:1.7;margin-bottom:2.5rem;color:var(--ink);opacity:.85}
.proof-df__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-bottom:2rem}
.proof-df__card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}
.proof-df__card-head{display:flex;align-items:center;gap:.5rem}
.proof-df__badge{font-family:'JetBrains Mono',monospace;font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;padding:2px 8px;border-radius:4px;font-weight:600}
.proof-df__badge--live{background:rgba(0,201,167,.15);color:#00C9A7}
.proof-df__badge--pending{background:rgba(255,255,255,.06);color:rgba(255,255,255,.5)}
.proof-df__label{font-family:'Manrope',sans-serif;font-weight:500;font-size:.9rem;color:var(--ink)}
.proof-df__card-body p{font-family:'Newsreader',serif;font-size:.95rem;line-height:1.6;color:var(--ink);opacity:.8;margin:0}
.proof-df__branches{display:flex;flex-direction:column;gap:4px;margin-top:.5rem}
.proof-df__branch{font-family:'JetBrains Mono',monospace;font-size:.72rem;color:rgba(255,255,255,.4);padding:4px 8px;border-left:2px solid rgba(255,255,255,.08)}
.proof-df__branch--active{color:#00C9A7;border-left-color:#00C9A7;background:rgba(0,201,167,.05)}
.proof-df__card-foot{display:flex;justify-content:space-between;font-family:'JetBrains Mono',monospace;font-size:.65rem;color:rgba(255,255,255,.35);margin-top:auto;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.04)}
.proof-df__card-foot strong{color:rgba(255,255,255,.6)}
.proof-df__note{font-family:'Newsreader',serif;font-size:1rem;line-height:1.7;color:var(--ink);opacity:.75;max-width:650px;margin-bottom:1rem}
.proof-df__status{font-family:'JetBrains Mono',monospace;font-size:.85rem;color:#00C9A7;background:rgba(0,201,167,.06);border-left:3px solid #00C9A7;padding:.75rem 1rem;display:inline-block}
