:root {
  --paper: #f4f3ee;
  --paper-deep: #eae9e1;
  --ink: #171a18;
  --muted: #626760;
  --line: #cbcfc6;
  --acid: #c9f85a;
  --acid-deep: #a8dd32;
  --forest: #153c31;
  --white: #fffef8;
  --mono: "DM Mono", monospace;
  --sans: "Manrope", system-ui, sans-serif;
  --page: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button { font: inherit; }
.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: 10px; left: 10px; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { width: 100%; height: 88px; margin: 0 auto; padding-inline: max(24px, calc((100vw - 1240px) / 2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(203, 207, 198, .8); position: sticky; top: 0; z-index: 20; background: rgba(244, 243, 238, .88); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
section[id] { scroll-margin-top: 108px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 17px; letter-spacing: -0.025em; }
.brand strong { font-weight: 700; }
.brand-mark { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.brand-mark circle { fill: var(--acid); stroke: var(--ink); }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 600; }
.site-nav a { text-decoration: none; }
.site-nav > a:not(.nav-cta) { padding: 12px 0; position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--ink); transition: right .25s ease; }
.site-nav > a:hover::after { right: 0; }
.nav-cta { padding: 12px 18px; border: 1px solid var(--ink); transition: .2s ease; }
.nav-cta:hover { background: var(--ink); color: white; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; }

.hero { width: var(--page); min-height: min(780px, calc(100vh - 88px)); margin: 0 auto; padding: clamp(70px, 9vw, 130px) 0 0; display: grid; grid-template-columns: 1.05fr .95fr; column-gap: clamp(40px, 8vw, 120px); align-items: center; }
.hero-copy { align-self: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; font: 500 12px/1.2 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.eyebrow > span { display: inline-block; width: 23px; height: 1px; background: currentColor; }
.hero h1 { max-width: 760px; margin: 24px 0 26px; font-size: clamp(52px, 6.2vw, 94px); line-height: .98; letter-spacing: -.065em; font-weight: 500; }
.hero h1 em { font-family: Georgia, serif; font-weight: 400; color: var(--forest); }
.hero-lede { max-width: 600px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; color: #4f554e; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 54px; padding: 0 22px; font-size: 13px; font-weight: 700; text-decoration: none; }
.button-primary { background: var(--ink); color: var(--white); box-shadow: inset 0 0 0 1px var(--ink); transition: .2s ease; }
.button-primary:hover { background: var(--acid); color: var(--ink); }
.button-primary span { font-size: 18px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-size: 13px; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }

.hero-system { align-self: center; min-height: 500px; position: relative; display: grid; grid-template-columns: 1fr 36px 1.5fr 36px 1fr; align-items: center; isolation: isolate; }
.hero-system::before { content: ""; position: absolute; inset: 5% 7%; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(201,248,90,.22), transparent 68%); filter: blur(12px); }
.system-label { position: absolute; top: 25px; left: 50%; transform: translateX(-50%); white-space: nowrap; font: 700 17px/1.25 var(--sans); letter-spacing: -.015em; color: #4f554e; }
.system-stage { display: flex; flex-direction: column; gap: 12px; }
.system-stage span { min-height: 52px; display: grid; place-items: center; padding: 10px 8px; border: 1px solid var(--line); background: rgba(255,255,255,.52); text-align: center; font: 600 13px/1.25 var(--mono); text-transform: none; letter-spacing: 0; }
.system-flow { height: 72px; position: relative; overflow: hidden; }
.system-flow::before { content: ""; position: absolute; top: 50%; width: 100%; height: 1px; background: var(--line); }
.system-flow span { position: absolute; top: calc(50% - 2px); width: 5px; height: 5px; border-radius: 50%; background: var(--forest); animation: flow 2.8s linear infinite; }
.system-flow span:nth-child(2) { animation-delay: -.9s; }.system-flow span:nth-child(3) { animation-delay: -1.8s; }
.system-core { aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; position: relative; background: rgba(244,243,238,.8); }
.system-core::before, .system-core::after { content: ""; position: absolute; border: 1px dashed var(--line); border-radius: 50%; }
.system-core::before { inset: -16px; }.system-core::after { inset: -38px; }
.system-core svg { position: absolute; inset: 11%; width: 78%; height: 78%; fill: none; stroke: var(--line); stroke-width: .7; animation: spin 30s linear infinite; }
.system-core div { text-align: center; }
.system-core small { display: block; margin-bottom: 6px; font: 600 11px/1.2 var(--mono); color: var(--muted); text-transform: none; }
.system-core strong { display: block; font-size: clamp(15px, 1.2vw, 18px); }
.system-status { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); white-space: nowrap; font: 700 15px/1.3 var(--sans); color: #4f554e; }
.system-status i { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #77a713; box-shadow: 0 0 0 4px rgba(119,167,19,.12); }
.hero-footer { grid-column: 1/-1; align-self: end; display: flex; align-items: center; gap: clamp(28px, 5vw, 76px); margin-top: 24px; padding: 14px 0; border-top: 1px solid var(--line); }
.hero-footer-label { flex: 0 0 auto; color: var(--muted); font: 600 12px/1.2 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.hero-footer ul { display: flex; flex: 1; flex-wrap: wrap; gap: 10px 28px; list-style: none; padding: 0; margin: 0; }
.hero-footer li { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; }
.hero-footer li::before { content: ""; width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--acid-deep); }

.section { width: var(--page); margin: 0 auto; padding: clamp(100px, 12vw, 180px) 0; }
.solutions { padding-top: clamp(68px, 6vw, 88px); }
.section-heading { display: grid; grid-template-columns: 1fr 1.3fr 1fr; gap: 40px; align-items: end; margin-bottom: 70px; }
.section-heading h2 { margin: 0; font-size: clamp(40px, 4vw, 64px); line-height: 1.04; letter-spacing: -.055em; font-weight: 500; }
.section-heading p { max-width: 330px; margin: 0 0 3px auto; color: var(--muted); line-height: 1.6; }
.solutions .section-heading { grid-template-columns: minmax(0, 1.65fr) minmax(280px, .85fr); column-gap: clamp(40px, 10vw, 150px); row-gap: 28px; }
.solutions .section-heading .eyebrow { grid-column: 1 / -1; grid-row: 1; }
.solutions .section-heading h2 { grid-column: 1; grid-row: 2; max-width: 680px; }
.solutions .section-heading p { grid-column: 2; grid-row: 2; margin: 0 0 6px; }
.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.solution-card { min-height: 370px; padding: 28px 32px 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; align-content: start; transition: background .25s ease, transform .25s ease; }
.solution-card:hover { background: var(--white); }
.solution-card.accent-card { background: var(--acid); }
.solution-card.accent-card:hover { background: #d5ff73; }
.card-number { font: 500 11px/1.2 var(--mono); color: var(--muted); }
.card-symbol { font: 400 34px/1 var(--mono); }
.solution-card h3 { grid-column: 1/-1; margin: 55px 0 16px; font-size: clamp(24px, 2.2vw, 34px); letter-spacing: -.04em; font-weight: 600; }
.solution-card p { grid-column: 1/-1; max-width: 560px; margin: 0; color: #545951; line-height: 1.65; }
.solution-card ul { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 34px 0 0; }
.solution-card li { padding: 8px 10px; border: 1px solid rgba(23,26,24,.22); font: 500 10px/1.15 var(--mono); text-transform: uppercase; }

.proof-band { background: var(--ink); color: var(--white); padding: 90px max(24px, calc((100vw - 1240px)/2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 12vw; }
.mono-label { font: 500 11px/1.2 var(--mono); text-transform: uppercase; letter-spacing: .08em; color: #b4beb4; }
.proof-intro p { max-width: 440px; margin: 32px 0 0; font-size: clamp(24px, 2.5vw, 38px); letter-spacing: -.035em; line-height: 1.2; }
.proof-list { border-top: 1px solid #4a4e4a; }
.proof-list div { display: grid; grid-template-columns: 52px 1fr; padding: 21px 0; border-bottom: 1px solid #4a4e4a; align-items: center; }
.proof-list strong { font: 500 11px/1.2 var(--mono); color: var(--acid); }
.proof-list span { font-size: 15px; }

.approach { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 150px); }
.approach .section-heading { display: block; margin: 0; align-self: start; position: sticky; top: 120px; }
.approach .section-heading h2 { margin: 28px 0 24px; }
.approach .section-heading p { margin: 0 0 36px; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.process-list li { display: grid; grid-template-columns: 64px 1fr; gap: 16px; padding: 30px 0 40px; border-bottom: 1px solid var(--line); }
.process-list li > span { padding-top: 7px; font: 500 11px/1.2 var(--mono); color: var(--muted); }
.process-list h3 { margin: 0 0 12px; font-size: 26px; letter-spacing: -.035em; }
.process-list p { max-width: 530px; margin: 0; color: var(--muted); line-height: 1.65; }

.deployment { background: var(--forest); color: var(--white); padding: clamp(100px, 11vw, 160px) max(24px, calc((100vw - 1240px)/2)); display: grid; grid-template-columns: .85fr 1.15fr; column-gap: clamp(60px, 10vw, 150px); }
.eyebrow.light { color: #a6b8af; }
.deployment-copy h2 { margin: 28px 0 26px; font-size: clamp(42px, 4.4vw, 68px); line-height: 1.02; letter-spacing: -.055em; font-weight: 500; }
.deployment-copy p { max-width: 520px; color: #b6c4bd; line-height: 1.7; }
.deployment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.18); }
.deploy-card { min-height: 420px; padding: 30px; background: #1b493c; }
.deploy-card h3 { margin: 70px 0 18px; font-size: 27px; letter-spacing: -.035em; }
.deploy-card p { margin: 0; color: #b6c4bd; line-height: 1.65; }
.deploy-icon { height: 72px; display: flex; align-items: center; gap: 8px; }
.deploy-icon i { display: block; border: 1px solid #7a988d; }
.deploy-icon.cloud i { width: 42px; height: 42px; border-radius: 50%; margin-right: -22px; }
.deploy-icon.local { align-items: flex-end; }
.deploy-icon.local i { width: 48px; height: 58px; background: repeating-linear-gradient(0deg, transparent 0 10px, #7a988d 11px 12px); }
.deploy-icon.local i:nth-child(2) { height: 72px; }.deploy-icon.local i:nth-child(3) { height: 46px; }
.hardware-note { grid-column: 1/-1; margin-top: 1px; padding: 32px; background: var(--acid); color: var(--ink); display: grid; grid-template-columns: 70px 1fr; gap: 20px; }
.hardware-mark { font-size: 42px; }
.hardware-note strong { font-size: 18px; }
.hardware-note p { max-width: 760px; margin: 9px 0 0; color: #3f482e; line-height: 1.55; }

.fit-section { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.fit-copy h2 { margin: 30px 0 0; font-size: clamp(40px, 4vw, 62px); line-height: 1.05; letter-spacing: -.055em; font-weight: 500; }
.fit-grid { counter-reset: fit; border-top: 1px solid var(--ink); }
.fit-grid p { counter-increment: fit; display: grid; grid-template-columns: 48px 1fr; gap: 12px; margin: 0; padding: 24px 0; border-bottom: 1px solid var(--line); line-height: 1.55; }
.fit-grid p::before { content: "0" counter(fit); font: 500 11px/1.7 var(--mono); color: var(--muted); }

.cta-section { width: var(--page); min-height: 640px; margin: 0 auto 24px; position: relative; overflow: hidden; background: var(--acid); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 100px 24px; text-align: center; }
.cta-section .centered { color: #5a682b; }
.cta-section h2 { margin: 26px 0 24px; font-size: clamp(48px, 6.4vw, 90px); line-height: .98; letter-spacing: -.065em; font-weight: 500; }
.cta-section > p { max-width: 610px; margin: 0 0 34px; color: #4a542e; line-height: 1.65; }
.cta-section .button { position: relative; z-index: 2; }
.email-link { margin-top: 20px; font: 500 12px/1.2 var(--mono); }
.cta-orbit { position: absolute; inset: 50% auto auto 50%; width: 560px; height: 560px; transform: translate(-50%,-50%); border: 1px solid rgba(23,26,24,.1); border-radius: 50%; }
.cta-orbit::before, .cta-orbit::after { content: ""; position: absolute; border: 1px solid rgba(23,26,24,.1); border-radius: 50%; }
.cta-orbit::before { inset: 70px; }.cta-orbit::after { inset: 140px; }
.cta-orbit i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--ink); }
.cta-orbit i:nth-child(1) { left: 45px; top: 120px; }.cta-orbit i:nth-child(2) { right: 4px; top: 270px; }.cta-orbit i:nth-child(3) { left: 250px; bottom: 0; }

.site-footer { width: var(--page); margin: 0 auto; padding: 48px 0 34px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); font-size: 12px; }
.site-footer > p { text-align: right; color: var(--muted); }
.site-footer > div { grid-column: 1/-1; margin-top: 64px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; gap: 28px; color: var(--muted); }
.site-footer > div a { margin-left: auto; }.site-footer > div a + a { margin-left: 0; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes flow { from { left: -5px; } to { left: 100%; } }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  :root { --page: calc(100vw - 32px); }
  .site-header { height: 74px; padding-inline: 16px; }
  section[id] { scroll-margin-top: 90px; }
  .menu-toggle { display: grid; place-content: center; gap: 7px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; background: var(--ink); transition: .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { display: none; position: absolute; top: 73px; left: 0; right: 0; padding: 28px 16px; background: var(--paper); border-bottom: 1px solid var(--ink); flex-direction: column; align-items: stretch; gap: 8px; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 14px 0; font-size: 15px; }.site-nav .nav-cta { padding: 15px; text-align: center; margin-top: 8px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 80px; }
  .hero h1 { max-width: 700px; }.hero-lede { max-width: 650px; }
  .hero-system { width: min(580px, 100%); margin: 70px auto 10px; min-height: 390px; }
  .hero-footer { margin-top: 44px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }.section-heading p { margin-left: 0; }
  .solutions .section-heading { grid-template-columns: 1fr; row-gap: 22px; }
  .solutions .section-heading .eyebrow, .solutions .section-heading h2, .solutions .section-heading p { grid-column: 1; }
  .solutions .section-heading .eyebrow { grid-row: 1; }.solutions .section-heading h2 { grid-row: 2; }.solutions .section-heading p { grid-row: 3; margin: 0; }
  .approach, .fit-section { grid-template-columns: 1fr; }.approach .section-heading { position: static; margin-bottom: 50px; }
  .proof-band, .deployment { grid-template-columns: 1fr; gap: 70px; }
  .deployment-options { margin-top: 10px; }.hardware-note { grid-column: 1; }
  .fit-section { gap: 65px; }
}

@media (max-width: 600px) {
  .brand { font-size: 15px; }.brand-mark { width: 29px; }
  .hero { padding-top: 58px; }.hero h1 { font-size: 53px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-system { min-height: 470px; grid-template-columns: .8fr 12px 1.6fr 12px .8fr; }.system-core::after { inset: -31px; }.system-core::before { inset: -13px; }.system-stage { gap: 10px; }.system-stage span { min-height: 54px; font-size: 12px; padding: 8px 3px; }.system-label { top: 8px; font-size: 15px; }.system-core small { font-size: 10px; }.system-core strong { font-size: 15px; }.system-status { bottom: 7px; font-size: 13px; }
  .hero-footer { align-items: flex-start; flex-direction: column; gap: 13px; padding: 13px 0; }.hero-footer-label { font-size: 11px; }.hero-footer ul { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 10px 14px; }.hero-footer li { font-size: 13px; gap: 7px; }.hero-footer li::before { width: 5px; height: 5px; }
  .section { padding: 100px 0; }.section-heading { margin-bottom: 46px; }
  .solution-grid { grid-template-columns: 1fr; }.solution-card { min-height: 340px; padding: 24px; }.solution-card h3 { margin-top: 45px; }
  .proof-band { padding-top: 80px; padding-bottom: 80px; }
  .deployment-options { grid-template-columns: 1fr; }.deploy-card { min-height: 350px; }.deploy-card h3 { margin-top: 48px; }
  .hardware-note { grid-template-columns: 1fr; }
  .cta-section { min-height: 600px; }.cta-orbit { width: 460px; height: 460px; }
  .site-footer { grid-template-columns: 1fr; }.site-footer > p { text-align: left; margin-top: 25px; }.site-footer > div { flex-wrap: wrap; margin-top: 40px; }.site-footer > div a { margin-left: 0; }
}
