/* Shared navigation and type system for the connected two-page draft. */
[hidden] { display: none !important; }
:root {
  --green: #c4f04d;
  --soft: #a0a0ac;
  --muted: #6a6a76;
  --line: rgba(35, 42, 37, .72);
}
a:focus-visible { outline: 2px solid var(--green); outline-offset: 6px; }
main:focus, h1:focus { outline: none; }
[id] { scroll-margin-top: 100px; }
nav { background: rgba(10, 10, 12, .92); border-bottom-color: rgba(35, 42, 37, .56); }
.nav-inner { height: 83px; gap: 24px; }
.brand { width: 84px; height: 50px; flex: 0 0 auto; }
.brand img { display: block; width: 84px; height: 50px; object-fit: contain; filter: none; }
.brand span { display: none; }
main { padding-top: 83px; }
.nav-actions { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.nav-cta { min-height: 44px; white-space: nowrap; }
.menu { display: grid; place-content: center; gap: 5px; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(196, 240, 77, .34); background: transparent; cursor: pointer; }
.menu span { display: block; width: 18px; height: 2px; background: var(--green); transition: transform .2s ease, opacity .2s ease; }
.menu.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu.open span:nth-child(2) { opacity: 0; }
.menu.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.site-menu { position: fixed; inset: 83px 0 0; z-index: 80; overflow-y: auto; border-top: 1px solid var(--line); background: rgba(10, 10, 12, .985); }
.site-menu::before { content: ''; position: fixed; inset: 83px 0 0; pointer-events: none; background-image: linear-gradient(to right, rgba(196,240,77,.032) 1px, transparent 1px), linear-gradient(to bottom, rgba(196,240,77,.032) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse 80% 85% at 50% 20%, #000 10%, transparent 90%); }
.site-menu-inner { min-height: calc(100vh - 83px); padding-top: 72px; padding-bottom: 46px; display: flex; flex-direction: column; }
.site-menu-label { position: relative; z-index: 1; color: var(--green); font: 500 .6875rem/1.5 'JetBrains Mono', monospace; letter-spacing: .18em; text-transform: uppercase; }
.site-menu-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(220px, .65fr); gap: 80px; margin-top: 34px; }
.site-menu-primary { display: grid; border-top: 1px solid var(--line); }
.site-menu-primary a { display: flex; align-items: baseline; gap: 22px; padding: 25px 0; border-bottom: 1px solid var(--line); color: var(--white); font: 400 clamp(3rem, 5.8vw, 4.875rem)/1 'Instrument Serif', Georgia, serif; letter-spacing: -.015em; text-decoration: none; }
.site-menu-primary a span { color: var(--green); font: 500 .6875rem/1 'JetBrains Mono', monospace; letter-spacing: .15em; }
.site-menu-primary a:hover, .site-menu-primary a[aria-current="page"] { color: var(--green); }
.site-menu-utility { display: flex; flex-direction: column; align-items: flex-start; gap: 17px; padding-top: 18px; }
.site-menu-utility .site-menu-label { margin-bottom: 8px; color: var(--muted); }
.site-menu-utility a { color: #b9bfc0; font: 500 .75rem/1.5 'JetBrains Mono', monospace; letter-spacing: .13em; text-transform: uppercase; text-decoration: none; }
.site-menu-utility a:hover, .site-menu-legal a:hover { color: var(--green); }
.site-menu-legal { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: auto; padding-top: 36px; border-top: 1px solid var(--line); }
.site-menu-legal a { color: #6f7770; font: 500 .6875rem/1.5 'JetBrains Mono', monospace; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; }
html.menu-open, html.menu-open body { overflow: hidden; }
.hero { padding-top: 92px; }
.hero h1 { font-size: clamp(3.5rem, 5.8vw, 4.875rem); line-height: 1.01; letter-spacing: -.015em; }
.hero-detail { max-width: 650px; margin-top: 20px; color: var(--soft); font-size: 1.0625rem; }
.hero-copy { font-size: clamp(1.25rem, 1.6vw, 1.5rem); }
.hero-card { background: linear-gradient(145deg, rgba(17, 21, 18, .94), rgba(10, 10, 12, .82)); }
.hero-card-top, .signal span:first-child { color: var(--muted); font-size: .6875rem; line-height: 1.55; }
.signal { grid-template-columns: 100px 1fr; gap: 12px; }
.message-proof { width: min(100%, 420px); justify-self: end; }
.section-label, .eyebrow, .cap-num, .program .tag { font-size: .6875rem; line-height: 1.6; }
.section-intro { color: var(--soft); }
.text-link { font-size: .6875rem; line-height: 1.5; }
.btn { min-height: 44px; font-size: .6875rem; line-height: 1.4; }
.today-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cap { grid-template-columns: 1fr; padding: 28px; gap: 22px; border-right: 1px solid var(--line); }
.cap:nth-child(even) { padding-left: 28px; }
.cap:last-child { border-right: 0; }
.cap p, .program p, .stage p { color: var(--soft); font-size: 1rem; }
.system-window { display: block; min-height: 0; }
.report-showcase { display: grid; min-height: 0; padding: 0; }
.report-images { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); align-items: start; width: 100%; max-width: 720px; padding: 30px 24px; margin: auto; }
.report-phone { position: relative; width: 100%; top: auto !important; left: auto !important; right: auto !important; grid-row: 1; }
.report-phone.first { grid-column: 1 / 7; margin-top: 44px; z-index: 3; }
.report-phone.second { grid-column: 5 / 11; margin-top: 0; z-index: 2; }
.report-caption { position: static; padding: 25px 30px; background: #0c0f0d; }
.report-caption strong { font-size: .75rem; }
.report-caption span { max-width: 700px; text-align: left; color: var(--soft); font-size: 1rem; }
.execution-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; counter-reset: execution; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.execution-steps li { padding: 20px 16px; color: #bac1ba; font-size: .9375rem; counter-increment: execution; }
.execution-steps li::before { content: "0" counter(execution) " / "; font: 500 .75rem/1.5 'JetBrains Mono', monospace; color: var(--green); }
.program strong { font-size: .75rem; }
.status { font-size: .75rem; line-height: 1.4; }
.status.later { color: #9ea79f; }
.stage { grid-template-columns: 55px 1fr 140px; }
.stage .idx { color: #909990; font-size: .75rem; }
.partner-link { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 40px 0 0; }
.partner-link h3 { font: 400 2rem/1.2 'Instrument Serif', Georgia, serif; margin: 12px 0; }
.partner-link p { max-width: 600px; color: var(--soft); }
.partner-link > a { flex-shrink: 0; }
.footer-meta { display: flex; justify-content: space-between; gap: 24px; width: 100%; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 28px; width: 100%; padding-top: 24px; border-top: 1px solid var(--line); }
footer { display: grid; gap: 24px; color: #647469; font-size: .6875rem; }
.footer-links a { color: #929a93; text-decoration: none; text-underline-offset: 5px; }
.footer-links a:hover { color: var(--green); text-decoration: underline; }
.roadmap-note { max-width: 760px; margin-top: 24px; border-left: 2px solid var(--green); padding-left: 18px; color: #c1c8c2; font-size: .9375rem; }
.system-tools { border-top: 1px solid var(--line); }
.system-tool { display: grid; grid-template-columns: 180px 1fr; gap: 28px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.system-tool h3 { font: 400 2.25rem/1.16 'Instrument Serif', Georgia, serif; letter-spacing: -.01em; margin-bottom: 14px; }
.system-tool p { max-width: 760px; color: var(--soft); font-size: 1.0625rem; }
.system-tool p + p { margin-top: 16px; }
.pricing-lead h3 { font-size: clamp(2.5rem, 4vw, 3.5rem); }
.pricing-lead h3 em { color: var(--green); }
.pricing-pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 32px; }
.pricing-pillars > div { border-top: 1px solid var(--line); padding-top: 22px; }
.pricing-pillars h4 { font: 400 1.75rem/1.2 'Instrument Serif', Georgia, serif; margin-bottom: 14px; }
.pricing-pillars p { font-size: 1rem; }
.partner-programs { margin-top: 48px; }
.partner-programs .program { min-height: 280px; }
.reveal { opacity: 1; transform: none; }
.js-reveal .reveal { opacity: 0; transform: translateY(18px); }
.js-reveal .reveal.visible { opacity: 1; transform: none; }
/* Desktop reading scale: preserve the compact mobile treatment, but keep
   supporting copy and mono labels legible at a normal 100% desktop zoom. */
@media (min-width: 621px) {
  .eyebrow,
  .section-label,
  .meta,
  .site-menu-label,
  .site-menu-primary a span,
  .cap-num,
  .program .tag,
  .n { font-size: .8125rem; }

  .nav-cta,
  .btn,
  .text-link,
  .site-menu-utility a { font-size: .8125rem; }

  .hero-card-top,
  .signal span:first-child,
  .partner-point span:first-child,
  .proof-item span:first-child,
  .workstream .status,
  .stage .idx,
  .stage .status,
  .program strong,
  .report-caption strong,
  .site-menu-legal a,
  footer { font-size: .75rem; }

  .signal span:last-child,
  .partner-point span:last-child,
  .workstream p,
  .stage p,
  .term p,
  .fit p,
  .flow-step p,
  .bubble { font-size: 1rem; }

  .cap p,
  .program p,
  .stage p,
  .workstream p,
  .challenge p,
  .fit p,
  .term p,
  .final-side p,
  .partner-link p { color: #aeb5af; }
}
@media (max-width: 900px) {
  .message-proof { justify-self: center; }
  .pricing-pillars { grid-template-columns: 1fr; gap: 24px; }
  .today-grid { grid-template-columns: 1fr; }
  .cap, .cap:nth-child(even) { padding: 28px 0; border-right: 0; grid-template-columns: 55px 1fr; }
  .partner-link { align-items: flex-start; flex-direction: column; gap: 24px; }
  .execution-steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .nav-inner { height: 83px; display: flex; gap: 12px; }
  .brand, .brand img { width: 74px; height: 44px; }
  .nav-actions { gap: 9px; }
  .nav-cta { padding-inline: 12px; font-size: .625rem; }
  .menu { width: 42px; height: 42px; }
  main { padding-top: 83px; }
  [id] { scroll-margin-top: 103px; }
  .site-menu-inner { min-height: calc(100vh - 83px); padding-top: 44px; }
  .site-menu-grid { grid-template-columns: 1fr; gap: 40px; margin-top: 24px; }
  .site-menu-primary a { gap: 14px; padding: 22px 0; font-size: clamp(2.5rem, 11vw, 3.25rem); }
  .site-menu-utility { padding-top: 0; }
  .hero { padding-top: 62px; }
  .hero h1 { font-size: clamp(2.875rem, 12vw, 3.5rem); line-height: 1.03; }
  .hero-detail { font-size: 1rem; }
  .section-title { font-size: clamp(2.5rem, 10vw, 2.875rem); }
  .hero-card-top { flex-wrap: wrap; gap: 12px; }
  .report-images { padding: 20px 15px; }
  .report-caption { padding: 22px 18px; }
  .report-phone { border-radius: 22px; }
  .execution-steps li { padding: 14px 8px; }
  .stage { grid-template-columns: 35px 1fr; }
  .stage .status { grid-column: 2; text-align: left; }
  .system-tool { grid-template-columns: 1fr; gap: 16px; padding: 28px 0; }
  .system-tool h3 { font-size: 2rem; }
  .system-tool p { font-size: 1rem; }
  .final h2 { font-size: clamp(2.875rem, 12vw, 3.625rem); }
  .footer-meta { align-items: flex-start; flex-direction: column; }
  .footer-links { gap: 14px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .js-reveal .reveal { opacity: 1; transform: none; }
}
