:root {
  --ink: #0b0d0c;
  --ink-soft: #161917;
  --paper: #f3f1e9;
  --white: #fffef8;
  --lime: #cbff3d;
  --line: rgba(11, 13, 12, 0.16);
  --muted: #696c66;
  --shell: min(1380px, calc(100% - 64px));
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img, svg { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 12px 18px; background: var(--lime); color: var(--ink); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: var(--white); transition: background .3s, backdrop-filter .3s, border-color .3s; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(11,13,12,.88); backdrop-filter: blur(18px); border-color: rgba(255,255,255,.1); }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 11px; align-items: center; font-size: 25px; line-height: 1; font-weight: 750; letter-spacing: -.05em; }
.brand-mark { width: 33px; color: var(--lime); }
.site-nav { display: flex; align-items: center; gap: 35px; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.button) { color: rgba(255,255,255,.78); transition: color .2s; }
.site-nav > a:hover { color: var(--white); }
.menu-button { display: none; }

.button { min-height: 56px; padding: 0 24px; display: inline-flex; gap: 35px; justify-content: space-between; align-items: center; border: 1px solid transparent; font-size: 14px; font-weight: 750; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-light { background: var(--white); color: var(--ink); }
.button-small { min-height: 44px; padding: 0 19px; gap: 20px; }
.button-dark { min-width: 260px; background: var(--ink); color: var(--white); }
.button-disabled { cursor: not-allowed; opacity: .92; }
.button-disabled:hover { transform: none; }
.text-link { display: inline-flex; gap: 26px; align-items: center; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.35); color: var(--white); font-size: 14px; font-weight: 700; }

.hero { min-height: 860px; position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(6,8,7,.95) 0%, rgba(6,8,7,.78) 34%, rgba(6,8,7,.2) 69%, rgba(6,8,7,.28) 100%), linear-gradient(0deg, rgba(6,8,7,.72) 0, transparent 45%); }
.hero-content { position: relative; z-index: 2; min-height: max(860px, 100svh); padding-top: clamp(150px, 18vh, 210px); padding-bottom: 48px; display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 30px; color: rgba(255,255,255,.72); text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 700; }
.eyebrow span { width: 27px; height: 2px; background: var(--lime); }
.hero h1 { max-width: 900px; margin: 0; font-size: clamp(65px, 8vw, 126px); font-weight: 700; line-height: .84; letter-spacing: -.075em; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-copy { max-width: 620px; margin: 30px 0 0; color: rgba(255,255,255,.74); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55; letter-spacing: -.02em; }
.hero-actions { margin-top: 30px; display: flex; align-items: center; gap: 32px; }
.hero-proof { width: 100%; margin-top: auto; padding-top: 46px; display: flex; gap: 48px; }
.hero-proof > div { min-width: 180px; padding-left: 14px; display: flex; gap: 14px; border-left: 1px solid rgba(255,255,255,.22); }
.hero-proof strong { color: var(--lime); font-size: 11px; }
.hero-proof span { color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.45; }

.marquee { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--lime); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 36px; padding: 18px 0; animation: marquee 35s linear infinite; }
.marquee span { font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .11em; }
.marquee i { width: 5px; height: 5px; background: var(--ink); transform: rotate(45deg); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: clamp(92px, 9vw, 128px) 0; }
.section-heading { margin-bottom: clamp(46px, 5vw, 66px); display: grid; grid-template-columns: 1.7fr .75fr; gap: clamp(42px, 6vw, 80px); align-items: end; }
.section-heading h2, .problem h2, .evolution h2, .faq h2, .early-access h2 { margin: 0; font-size: clamp(43px, 5.5vw, 78px); line-height: .98; letter-spacing: -.06em; font-weight: 650; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.kicker { margin: 0 0 25px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.kicker::before { content: ""; display: inline-block; width: 22px; height: 2px; margin: 0 10px 3px 0; background: var(--ink); }
.kicker-light { color: var(--lime); }
.kicker-light::before { background: var(--lime); }

.bento-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.feature-card { position: relative; overflow: hidden; min-height: 490px; padding: clamp(28px, 3vw, 38px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.feature-card h3 { margin: 36px 0 18px; font-size: clamp(29px, 3vw, 45px); line-height: 1; letter-spacing: -.05em; }
.feature-card p { max-width: 480px; color: var(--muted); line-height: 1.65; }
.card-topline { display: flex; justify-content: space-between; align-items: center; }
.feature-number { font-size: 11px; font-weight: 800; }
.pill { padding: 7px 11px; border: 1px solid var(--line); border-radius: 99px; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.pill-dark { border-color: var(--ink); }
.feature-card-main { grid-row: span 2; min-height: 900px; }
.dashboard-preview { position: absolute; left: 38px; right: -35px; bottom: -24px; min-width: 650px; padding: 24px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 25px 70px rgba(11,13,12,.12); }
.dashboard-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.dashboard-head > div:first-child { display: flex; flex-direction: column; gap: 5px; }
.dashboard-head span { color: var(--muted); font-size: 10px; }
.dashboard-head strong { font-size: 14px; }
.avatar-stack { display: flex; }
.avatar-stack b { width: 29px; height: 29px; display: grid; place-items: center; margin-left: -5px; border: 2px solid var(--paper); border-radius: 50%; background: var(--ink); color: var(--white); font-size: 8px; }
.avatar-stack b:last-child { background: var(--lime); color: var(--ink); }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; padding: 18px 0; }
.metric-row > div { padding: 18px; border: 1px solid var(--line); background: var(--white); }
.metric-row span, .metric-row small { display: block; color: var(--muted); font-size: 9px; }
.metric-row strong { display: block; margin: 13px 0 5px; font-size: 24px; letter-spacing: -.04em; }
.metric-row small { color: #52740a; }
.chart-wrap { padding: 18px; background: var(--white); border: 1px solid var(--line); }
.chart-label { display: flex; justify-content: space-between; margin-bottom: 12px; font-size: 10px; font-weight: 700; }
.chart-label span:last-child { color: var(--muted); font-weight: 500; }
.chart-grid { stroke: rgba(11,13,12,.07); stroke-width: 1; }
.chart-area { fill: url(#chartFill); }
.chart-line { fill: none; stroke: #9ac81e; stroke-width: 3; }
.feature-card-dark { background: var(--ink); color: var(--white); border-color: var(--ink); }
.feature-card-dark p { color: rgba(255,255,255,.58); }
.status-dot { color: var(--lime); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.status-dot::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); }
.member-card { margin-top: 45px; display: flex; align-items: center; padding: 15px; border: 1px solid rgba(255,255,255,.13); }
.member-avatar { width: 42px; height: 42px; margin-right: 13px; display: grid; place-items: center; background: var(--lime); color: var(--ink); font-size: 11px; font-weight: 800; }
.member-card > div:nth-child(2) { display: flex; flex-direction: column; gap: 5px; }
.member-card strong { font-size: 13px; }
.member-card span { color: rgba(255,255,255,.52); font-size: 9px; }
.member-score { margin-left: auto; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--lime); border-radius: 50%; color: var(--lime) !important; font-size: 11px !important; }
.mini-stats { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 10px; border: 1px solid rgba(255,255,255,.13); }
.mini-stats span { padding: 14px; font-size: 16px; font-weight: 700; border-right: 1px solid rgba(255,255,255,.13); }
.mini-stats span:last-child { border: 0; }
.mini-stats small { display: block; margin-top: 4px; color: rgba(255,255,255,.4); font-size: 8px; font-weight: 500; }
.feature-card-lime { background: var(--lime); }
.feature-card-lime p { color: rgba(11,13,12,.66); }
.workflow-list { margin-top: 35px; display: grid; gap: 8px; }
.workflow-list span { display: flex; gap: 10px; align-items: center; padding: 11px 13px; background: rgba(255,255,255,.45); font-size: 11px; font-weight: 700; }
.workflow-list i { width: 18px; height: 18px; display: grid; place-items: center; background: var(--ink); border-radius: 50%; color: var(--lime); font-style: normal; font-size: 9px; }
.feature-card-wide { grid-column: 1 / -1; min-height: 470px; display: grid; grid-template-columns: .9fr 1.1fr .95fr; gap: 34px; align-items: center; }
.feature-card-wide h3 { margin-top: 36px; }
.role-switcher { display: grid; }
.role-button { padding: 17px 0; display: flex; justify-content: space-between; align-items: center; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; text-align: left; }
.role-button span { font-weight: 750; }
.role-button small { font-size: 10px; }
.role-button.active { color: var(--ink); }
.role-button.active span::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 10px; border-radius: 50%; background: var(--lime); outline: 1px solid var(--ink); outline-offset: 2px; }
.role-output { min-height: 280px; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--ink); color: var(--white); }
.role-output span { margin-bottom: auto; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.role-output strong { font-size: 25px; line-height: 1.15; letter-spacing: -.04em; }
.role-output p { margin-bottom: 0; color: rgba(255,255,255,.55); font-size: 12px; }

.problem { overflow: hidden; background: var(--ink); color: var(--white); }
.problem-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(55px, 7vw, 90px); align-items: center; }
.problem h2 em { color: rgba(255,255,255,.35); font-style: normal; }
.problem-copy > p:last-child { max-width: 550px; margin-top: 35px; color: rgba(255,255,255,.55); font-size: 17px; line-height: 1.7; }
.stack-visual { display: grid; grid-template-columns: 1fr auto .72fr; gap: 18px; align-items: center; }
.old-stack { display: grid; gap: 7px; }
.old-stack span { min-height: 52px; padding: 0 16px; display: flex; align-items: center; gap: 15px; border: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.7); font-size: 11px; }
.old-stack i { color: rgba(255,255,255,.3); font-style: normal; font-size: 9px; }
.old-stack b { margin-left: auto; color: rgba(255,255,255,.25); }
.stack-arrow { color: var(--lime); font-size: 30px; }
.one-system { min-height: 220px; padding: 30px; display: flex; flex-direction: column; background: var(--lime); color: var(--ink); }
.one-system svg { width: 35px; margin-bottom: auto; }
.one-system strong { font-size: 25px; line-height: 1.05; letter-spacing: -.04em; }
.one-system span { margin-top: 11px; font-size: 11px; }

.audience-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.audience-card { min-height: 480px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); background: transparent; transition: transform .3s, background .3s; }
.audience-card:hover { transform: translateY(-7px); background: var(--white); }
.audience-card > span { color: var(--muted); font-size: 10px; }
.audience-icon { width: 48px; height: 48px; margin: 50px 0 26px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 20px; }
.audience-card h3 { margin: 0 0 17px; font-size: 32px; letter-spacing: -.05em; }
.audience-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.audience-card ul { margin: auto 0 0; padding: 22px 0 0; list-style: none; border-top: 1px solid var(--line); }
.audience-card li { padding: 5px 0; font-size: 11px; font-weight: 650; }
.audience-card li::before { content: "↳"; margin-right: 8px; color: var(--muted); }
.audience-card-featured { background: var(--lime); border-color: var(--lime); }
.audience-card-featured:hover { background: var(--lime); }

.evolution { background: #1b1e1b; color: var(--white); overflow: hidden; }
.evolution-grid { min-height: 620px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.evolution-copy > p:nth-of-type(2) { max-width: 600px; margin: 35px 0; color: rgba(255,255,255,.57); font-size: 17px; line-height: 1.7; }
.text-link-light { margin-top: 10px; }
.orbit { position: relative; height: 560px; }
.orbit-ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(203,255,61,.18); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-ring-one { width: 330px; height: 330px; }
.orbit-ring-two { width: 530px; height: 530px; }
.orbit-core { position: absolute; top: 50%; left: 50%; width: 160px; height: 160px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); transform: translate(-50%,-50%); box-shadow: 0 0 80px rgba(203,255,61,.14); }
.orbit-core svg { width: 38px; }
.orbit-core span { margin-top: -25px; font-size: 12px; font-weight: 800; }
.orbit-chip { position: absolute; padding: 11px 17px; border: 1px solid rgba(255,255,255,.17); border-radius: 99px; background: #222622; font-size: 10px; font-weight: 650; }
.chip-one { top: 11%; left: 44%; }.chip-two { top: 45%; right: 1%; }.chip-three { bottom: 10%; left: 45%; }.chip-four { top: 48%; left: 0; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 130px; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 27px 0; display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; font-size: 18px; font-weight: 700; letter-spacing: -.02em; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 25px; font-weight: 300; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 700px; margin: -5px 0 27px; color: var(--muted); line-height: 1.7; }

.early-access { padding: 30px; background: var(--ink); }
.early-access-inner { width: 100%; min-height: 570px; padding: 90px 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--lime); text-align: center; }
.early-access h2 { max-width: 1000px; }
.early-access p:nth-of-type(2) { max-width: 520px; margin: 28px 0 35px; color: rgba(11,13,12,.65); font-size: 17px; line-height: 1.6; }
.early-access small { margin-top: 18px; font-size: 10px; }

.site-footer { padding: 80px 0 25px; background: var(--ink); color: var(--white); }
.footer-main { min-height: 205px; display: flex; justify-content: space-between; }
.brand-footer { font-size: 34px; }
.footer-main > div:first-child p { color: rgba(255,255,255,.4); font-size: 13px; }
.footer-links { display: flex; gap: 110px; }
.footer-links > div { min-width: 150px; display: flex; flex-direction: column; gap: 13px; }
.footer-links span { margin-bottom: 10px; color: rgba(255,255,255,.35); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.footer-links a { color: rgba(255,255,255,.72); font-size: 12px; }
.footer-links a:hover { color: var(--lime); }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.32); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 1; transform: translateY(24px); transition: transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }
.bento-grid .reveal:nth-child(2), .audience-grid .reveal:nth-child(2) { transition-delay: .08s; }
.bento-grid .reveal:nth-child(3), .audience-grid .reveal:nth-child(3) { transition-delay: .15s; }
.audience-grid .reveal:nth-child(4) { transition-delay: .22s; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 40px, 900px); }
  .site-nav { gap: 20px; }
  .site-nav > a:not(.button) { display: none; }
  .hero h1 { font-size: clamp(64px, 11vw, 100px); }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .bento-grid { grid-template-columns: 1fr; }
  .feature-card-main { grid-row: auto; }
  .feature-card-wide { grid-column: auto; grid-template-columns: 1fr 1fr; }
  .role-output { grid-column: 1 / -1; }
  .problem-grid, .evolution-grid { grid-template-columns: 1fr; }
  .problem-grid { gap: 65px; }
  .evolution-grid { gap: 20px; }
  .audience-grid { grid-template-columns: repeat(2,1fr); }
  .faq-grid { grid-template-columns: 1fr; gap: 60px; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 32px); --radius: 14px; }
  .nav-wrap { height: 70px; }
  .brand { font-size: 22px; }
  .brand-mark { width: 29px; }
  .menu-button { width: 42px; height: 42px; padding: 11px; display: grid; align-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.25); background: transparent; }
  .menu-button span:not(.sr-only) { display: block; height: 1px; background: var(--white); transition: transform .2s; }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 70px 0 0; padding: 35px 24px; display: none; align-items: stretch; flex-direction: column; gap: 0; background: var(--ink); }
  .site-nav.open { display: flex; }
  .site-nav > a:not(.button) { display: block; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 22px; }
  .site-nav .button { margin-top: 25px; }
  .hero { min-height: 760px; }
  .hero-image { object-position: 61% center; opacity: .66; }
  .hero-overlay { background: linear-gradient(90deg, rgba(6,8,7,.92), rgba(6,8,7,.34)), linear-gradient(0deg, rgba(6,8,7,.92), transparent 65%); }
  .hero-content { min-height: max(760px, 100svh); padding-top: 130px; padding-bottom: 44px; justify-content: center; }
  .eyebrow { max-width: 270px; line-height: 1.5; }
  .hero h1 { font-size: clamp(54px, 17vw, 78px); }
  .hero-copy { margin-top: 28px; font-size: 16px; }
  .hero-actions { width: 100%; align-items: stretch; flex-direction: column; gap: 22px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-proof { display: none; }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 45px; }
  .section-heading h2, .problem h2, .evolution h2, .faq h2, .early-access h2 { font-size: 43px; }
  .feature-card { min-height: auto; padding: 25px; }
  .feature-card h3 { margin-top: 35px; font-size: 34px; }
  .feature-card-main { min-height: 680px; }
  .dashboard-preview { left: 25px; min-width: 590px; transform: scale(.82); transform-origin: left bottom; }
  .feature-card-dark, .feature-card-lime { min-height: 470px; }
  .feature-card-wide { display: block; }
  .role-switcher { margin: 40px 0 20px; }
  .role-output { min-height: 250px; }
  .problem-grid { gap: 45px; }
  .stack-visual { grid-template-columns: 1fr; }
  .stack-arrow { text-align: center; transform: rotate(90deg); }
  .one-system { min-height: 190px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 410px; }
  .evolution-grid { min-height: 0; }
  .orbit { height: 430px; transform: scale(.78); margin: -35px -70px; }
  .faq-grid { gap: 40px; }
  summary { gap: 20px; font-size: 16px; }
  .early-access { padding: 14px; }
  .early-access-inner { min-height: 520px; padding: 64px 20px; }
  .footer-main { gap: 50px; flex-direction: column; }
  .footer-links { gap: 35px; justify-content: space-between; }
  .footer-bottom { margin-top: 60px; gap: 15px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
