:root {
  --ink: #edf2e9;
  --paper: #101513;
  --panel: #171d1a;
  --lime: #d7f36b;
  --line: rgba(237, 242, 233, .17);
  --muted: #9da8a0;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, system-ui, sans-serif; }
.shell { max-width: 1440px; margin: auto; padding: 0 5vw; }
.nav { height: 92px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 13px; }
.wordmark { color: var(--ink); font-size: 14px; font-weight: 800; letter-spacing: .07em; text-decoration: none; }
.mark { display: inline-grid; place-items: center; width: 25px; height: 25px; border: 1px solid var(--ink); border-radius: 50%; margin-right: 9px; font-size: 13px; }
.muted { color: #7f8b83; }
.nav-links { display: flex; gap: 34px; margin-left: auto; margin-right: 42px; }
.nav-links a, .text-link { color: var(--ink); text-decoration: none; }
.nav-cta { border-bottom: 1px solid var(--ink); color: var(--ink); text-decoration: none; padding-bottom: 5px; }
.nav-cta span, .button span, .capability a span { font-size: 16px; margin-left: 9px; }
.hero { min-height: 650px; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 4vw; border-bottom: 1px solid var(--line); }
.eyebrow, .mono, .product-list article > span { font-family: "DM Mono", monospace; text-transform: uppercase; letter-spacing: .11em; font-size: 11px; }
.pulse { display: inline-block; width: 7px; height: 7px; background: var(--lime); border-radius: 50%; margin-right: 8px; box-shadow: 0 0 0 5px rgba(215, 243, 107, .12); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(58px, 7vw, 108px); line-height: .96; letter-spacing: -.07em; margin: 26px 0 28px; font-weight: 700; }
em { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.06em; }
.lede { max-width: 480px; color: var(--muted); line-height: 1.7; font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; padding: 16px 21px; text-decoration: none; font-size: 13px; }
.button-dark { background: var(--lime); color: #101513; }
.text-link { font-size: 13px; }
.text-link span { margin-left: 8px; font-size: 18px; }
.hero-visual { height: 510px; position: relative; overflow: hidden; background: #171d1a; border: 1px solid var(--line); }
.hero-visual:before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(237,242,233,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(237,242,233,.07) 1px, transparent 1px); background-size: 40px 40px; }
.orbit { position: absolute; border: 1px solid rgba(237,242,233,.35); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-25deg); }
.orbit-a { width: 76%; height: 30%; } .orbit-b { width: 64%; height: 52%; transform: translate(-50%,-50%) rotate(55deg); } .orbit-c { width: 92%; height: 78%; transform: translate(-50%,-50%) rotate(18deg); border-style: dashed; }
.core { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 122px; height: 122px; border-radius: 50%; background: var(--lime); color: #101513; display: grid; place-items: center; align-content: center; box-shadow: 0 0 0 10px rgba(215,243,107,.13); text-align: center; }
.core span { font-size: 28px; font-weight: 800; letter-spacing: -.08em; } .core small { font: 10px "DM Mono", monospace; line-height: 1.4; text-transform: uppercase; }
.node { position: absolute; background: var(--lime); color: #101513; padding: 10px 12px; font: 10px "DM Mono", monospace; display: flex; gap: 10px; } .node span { color: #101513; text-transform: uppercase; }
.node-1 { top: 18%; left: 13%; } .node-2 { top: 24%; right: 11%; } .node-3 { bottom: 19%; right: 13%; } .node-4 { bottom: 14%; left: 18%; }
.visual-label { position: absolute; left: 20px; bottom: 18px; font: 10px/1.6 "DM Mono", monospace; text-transform: uppercase; } .visual-label span { color: var(--muted); }
.ticker { height: 70px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-around; color: var(--muted); font: 10px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .08em; } .ticker i { font-style: normal; color: var(--lime); font-size: 18px; }
.section-grid { display: grid; grid-template-columns: 24% 1fr; gap: 5vw; }
.intro { padding: 135px 0 110px; } .section-index { font: 11px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); } .section-index span { margin: 0 12px; color: #66726a; }
.section-content h2, .method h2, .contact h2, .products h2 { font-size: clamp(42px, 5.2vw, 76px); line-height: 1.02; letter-spacing: -.07em; margin-bottom: 32px; }
.section-content p, .products-lede { max-width: 600px; line-height: 1.8; color: var(--muted); font-size: 16px; }
.capabilities { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; padding-bottom: 140px; }
.capability { min-height: 400px; padding: 27px; background: var(--panel); border: 1px solid var(--line); position: relative; } .capability.accent { background: var(--lime); color: #101513; }
.card-number { font: 11px "DM Mono", monospace; } .card-icon { position: absolute; top: 20px; right: 25px; font-size: 28px; } .capability h3 { font-size: 27px; letter-spacing: -.05em; margin-top: 110px; margin-bottom: 16px; } .capability p { line-height: 1.7; color: var(--muted); font-size: 14px; max-width: 290px; } .capability.accent p { color: #3a4722; } .capability a { position: absolute; bottom: 27px; color: currentColor; text-decoration: none; font-size: 12px; border-bottom: 1px solid currentColor; padding-bottom: 6px; }
.products { border-top: 1px solid var(--line); padding: 125px 0 140px; } .product-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 28px; margin-top: 62px; border-top: 1px solid var(--line); } .product-list article { padding: 27px 0 30px; border-bottom: 1px solid var(--line); } .product-list article > span { color: var(--lime); } .product-list h3 { font-size: 24px; letter-spacing: -.05em; margin: 29px 0 12px; } .product-list p { color: var(--muted); font-size: 13px; line-height: 1.7; max-width: 380px; }
.method { border-top: 1px solid var(--line); padding: 125px 0 140px; } .steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; border-top: 1px solid var(--line); padding-top: 28px; } .steps span { font: 11px "DM Mono", monospace; color: var(--lime); } .steps h3 { font-size: 20px; margin: 45px 0 12px; } .steps p { font-size: 13px; line-height: 1.7; color: var(--muted); }
.proof { background: var(--lime); color: #101513; padding: 100px 10%; margin: 0 -5vw; text-align: center; } .proof-mark { font: 90px Georgia, serif; color: #101513; height: 62px; } .proof blockquote { font: clamp(27px,4vw,52px)/1.1 Georgia, serif; letter-spacing: -.05em; max-width: 900px; margin: 0 auto 34px; } .proof .mono { color: #4b5a2e; }
.contact { padding: 140px 0 150px; } .contact-content .eyebrow { color: var(--muted); } .contact h2 { margin: 23px 0 38px; } .fine-print { color: var(--muted); font-size: 12px; margin-top: 22px; }
footer { border-top: 1px solid var(--line); height: 100px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 12px; } footer .wordmark { color: var(--ink); }
.audience { border-top: 1px solid var(--line); padding: 125px 0 140px; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; border-top: 1px solid var(--line); padding-top: 28px; }
.audience-grid h3 { font-size: 18px; letter-spacing: -.04em; margin: 0 0 12px; }
.audience-grid p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.faq { border-top: 1px solid var(--line); padding: 125px 0 140px; }
.faq details { border-top: 1px solid var(--line); padding: 22px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-size: 17px; font-weight: 600; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:after { content: "+"; float: right; color: var(--lime); font: 22px "DM Mono", monospace; }
.faq details[open] summary:after { content: "−"; }
.faq details p { max-width: 650px; color: var(--muted); font-size: 14px; line-height: 1.75; margin: 18px 0 0; }
@media(max-width:760px) { .shell { padding: 0 6vw; } .nav { height: 74px; } .nav-links { display: none; } .nav-cta { font-size: 11px; } .hero { display: block; padding: 76px 0 70px; min-height: 0; } .hero-visual { height: 380px; margin-top: 60px; } .hero-actions { flex-wrap: wrap; gap: 20px; } .ticker { overflow: hidden; gap: 27px; justify-content: flex-start; white-space: nowrap; } .ticker i { display: none; } .section-grid { display: block; } .section-index { margin-bottom: 43px; } .intro, .products, .method, .contact { padding: 88px 0; } .capabilities { grid-template-columns: 1fr; padding-bottom: 90px; } .capability { min-height: 350px; } .product-list { grid-template-columns: 1fr; margin-top: 40px; } .steps { grid-template-columns: 1fr; gap: 35px; } .steps h3 { margin-top: 20px; } .proof { padding: 80px 8%; margin: 0 -6vw; } footer { height: auto; padding: 30px 0; gap: 18px; align-items: flex-start; flex-direction: column; } }
