:root{--bg: #0c0f14;--bg-elevated: #121722;--surface: #161c28;--border: rgba(255, 255, 255, .08);--text: #e8eaef;--muted: #9aa3b2;--accent: #3d9cf5;--accent-dim: rgba(61, 156, 245, .15);--accent-glow: rgba(61, 156, 245, .35);--serif: "Instrument Serif", Georgia, serif;--sans: "DM Sans", system-ui, sans-serif;--radius: 12px;--radius-lg: 20px;--space: clamp(1rem, 4vw, 2rem);--max: 1120px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:5rem}body{margin:0;font-family:var(--sans);font-size:1.0625rem;line-height:1.6;color:var(--text);background:var(--bg);background-image:radial-gradient(ellipse 120% 80% at 50% -20%,rgba(61,156,245,.12),transparent),radial-gradient(ellipse 60% 40% at 100% 0%,rgba(61,156,245,.06),transparent);min-height:100vh}img{max-width:100%;height:auto}a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:3px}a:hover{color:#7eb8f8}.skip-link{position:absolute;left:-9999px;top:.5rem;padding:.5rem 1rem;background:var(--accent);color:var(--bg);z-index:100;border-radius:4px}.skip-link:focus{left:.5rem}.container{width:min(100% - var(--space) * 2,var(--max));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);background:#0c0f14d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1rem}.logo{display:inline-flex;align-items:center;gap:.65rem;font-weight:700;font-size:1.125rem;letter-spacing:-.02em;color:var(--text);text-decoration:none}.logo:hover{color:var(--text)}.logo-mark{flex-shrink:0;display:block;width:40px;height:40px}.logo-text{line-height:1.2}.logo-accent{font-weight:500;color:var(--muted);margin-left:.35em}.logo--footer{font-size:1rem}.logo--footer .logo-mark{width:36px;height:36px}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:6px;width:44px;height:44px;padding:0;border:1px solid var(--border);border-radius:8px;background:var(--surface);cursor:pointer}.nav-toggle-bar{display:block;width:20px;height:2px;margin-inline:auto;background:var(--text);border-radius:1px;transition:transform .2s ease,opacity .2s ease}.site-header.is-nav-open .nav-toggle-bar:first-child{transform:translateY(4px) rotate(45deg)}.site-header.is-nav-open .nav-toggle-bar:last-child{transform:translateY(-4px) rotate(-45deg)}.nav-list{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-list a{color:var(--muted);text-decoration:none;font-weight:500;font-size:.9375rem}.nav-list a:hover{color:var(--text)}@media(max-width:720px){.nav-toggle{display:flex}.site-nav{position:fixed;right:0;bottom:0;left:0;top:57px;background:var(--bg);padding:1.5rem;transform:translate(100%);transition:transform .25s ease;border-top:1px solid var(--border)}.site-nav.is-open{transform:translate(0)}.nav-list{flex-direction:column;gap:0}.nav-list li{border-bottom:1px solid var(--border)}.nav-list a{display:block;padding:1rem 0;font-size:1.125rem}}.hero{padding-block:clamp(3rem,12vw,7rem)}.hero-grid{display:grid;gap:clamp(2rem,6vw,4rem);align-items:start}@media(min-width:900px){.hero-grid{grid-template-columns:1.1fr .9fr;align-items:stretch}}.eyebrow{font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin:0 0 1rem}.hero h1{font-family:var(--serif);font-size:clamp(2.5rem,6vw,3.75rem);font-weight:400;font-style:normal;line-height:1.1;letter-spacing:-.02em;margin:0 0 1.25rem;color:var(--text)}.lead{font-size:1.125rem;color:var(--muted);max-width:36ch;margin:0 0 2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.35rem;font-family:inherit;font-size:.9375rem;font-weight:600;border-radius:999px;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease}.btn-primary{background:var(--accent);color:#041018}.btn-primary:hover{background:#5aadff;color:#041018}.btn-ghost{background:transparent;border-color:var(--border);color:var(--text)}.btn-ghost:hover{border-color:var(--muted);background:var(--surface)}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:3px}a:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}.hero-panel{border-radius:var(--radius-lg);border:1px solid var(--border);background:linear-gradient(145deg,var(--surface) 0%,var(--bg-elevated) 100%);box-shadow:0 24px 80px #00000059,inset 0 1px #ffffff0a;overflow:hidden}.hero-panel-inner{padding:clamp(1.5rem,4vw,2.25rem);display:flex;flex-direction:column;gap:1.5rem}.metric{display:flex;flex-direction:column;gap:.35rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.metric:last-child{padding-bottom:0;border-bottom:none}.metric-value{font-size:1.125rem;font-weight:600;color:var(--text);letter-spacing:-.02em}.metric-label{font-size:.875rem;color:var(--muted);line-height:1.45}.section{padding-block:clamp(3rem,10vw,5.5rem)}.section-about{padding-top:clamp(2rem,6vw,3.5rem)}.about-grid{display:grid;gap:clamp(2rem,5vw,3.5rem)}@media(min-width:880px){.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem}}.about-intro .section-title{margin-bottom:1.25rem}.about-lead{font-size:1.125rem;color:var(--text);margin:0 0 1rem;line-height:1.65}.about-text{margin:0;color:var(--muted);line-height:1.65}.about-pillars{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.25rem}.about-pillars li{padding:1.25rem 1.35rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-elevated)}.pillar-title{display:block;font-weight:600;font-size:1rem;margin-bottom:.4rem;color:var(--text);letter-spacing:-.02em}.pillar-text{font-size:.9375rem;color:var(--muted);line-height:1.55}.service-area-list{list-style:none;margin:0;padding:0;max-width:52rem}.service-area-list li{margin:0 0 1.15rem;padding:1rem 1.15rem 1rem 1.25rem;border-radius:var(--radius);background:var(--bg-elevated);border:1px solid var(--border);border-left:3px solid var(--accent);color:var(--muted);line-height:1.55;font-size:.9375rem}.service-area-list li:last-child{margin-bottom:0}.service-area-list strong{color:var(--text)}.project-ref-badge{display:inline-block;margin-left:.35rem;padding:.15rem .55rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.65em;font-weight:700;letter-spacing:.04em;vertical-align:middle;color:var(--accent);border:1px solid rgba(61,156,245,.45);border-radius:6px;background:var(--accent-dim)}.snapshot-list{list-style:none;margin:0;padding:0;max-width:52rem}.snapshot-list li{margin:0 0 1rem;padding-left:1.35rem;position:relative;color:var(--muted);font-size:.9375rem;line-height:1.55}.snapshot-list li:before{content:"";position:absolute;left:0;top:.55rem;width:6px;height:6px;border-radius:50%;background:var(--accent);opacity:.85}.snapshot-list li:last-child{margin-bottom:0}.snapshot-list strong{color:var(--text)}.snapshot-list a{font-weight:500}.section-alt{background:#ffffff05;border-block:1px solid var(--border)}.section-title{font-family:var(--serif);font-size:clamp(1.875rem,4vw,2.5rem);font-weight:400;margin:0 0 1rem;letter-spacing:-.02em}.section-intro{font-size:1.125rem;color:var(--muted);max-width:52ch;margin:0 0 2.5rem}.section-intro.tight{margin-bottom:0}.card-grid{list-style:none;margin:0;padding:0;display:grid;gap:1.25rem}@media(min-width:700px){.card-grid{grid-template-columns:repeat(3,1fr)}.card-grid.card-grid--two{grid-template-columns:repeat(2,1fr)}}.card-grid.card-grid--two{grid-template-columns:1fr}.software-card-actions{margin-top:1.25rem;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem}.software-card-actions .software-site-link{font-size:.9375rem;font-weight:500}.card{padding:1.75rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-elevated);transition:border-color .2s ease,box-shadow .2s ease}.card:hover{border-color:#3d9cf540;box-shadow:0 0 0 1px var(--accent-dim)}.card h3{font-size:1.125rem;font-weight:600;margin:0 0 .75rem;letter-spacing:-.02em}.card p{margin:0;font-size:.9375rem;color:var(--muted);line-height:1.55}.split{display:grid;gap:2.5rem}@media(min-width:800px){.split{grid-template-columns:1fr 1fr;align-items:start;gap:4rem}}.steps{margin:0;padding:0;list-style:none;counter-reset:step}.steps li{position:relative;padding-left:3.5rem;padding-bottom:2rem;border-left:1px solid var(--border);margin-left:.75rem}.steps li:last-child{padding-bottom:0;border-left-color:transparent}.steps li:before{counter-increment:step;content:counter(step);position:absolute;left:-.75rem;top:0;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--accent-dim);border:1px solid rgba(61,156,245,.4);color:var(--accent);font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center}.steps strong{display:block;font-size:1.0625rem;margin-bottom:.35rem;color:var(--text)}.steps span{color:var(--muted);font-size:.9375rem}.section-downloads .section-intro code{font-size:.9em}.inline-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em;padding:.12em .35em;border-radius:4px;background:var(--surface);border:1px solid var(--border);color:var(--accent)}.download-subhead{font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin:0 0 1rem}.download-subhead:not(:first-of-type){margin-top:2.5rem}.download-list{list-style:none;margin:0 0 1.75rem;padding:0;display:flex;flex-direction:column;gap:1rem}.download-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1.25rem;padding:1.5rem 1.75rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-elevated)}.download-info{flex:1;min-width:min(100%,280px)}.download-title{font-size:1.125rem;font-weight:600;margin:0 0 .5rem;letter-spacing:-.02em}.download-desc{margin:0;font-size:.9375rem;color:var(--muted);line-height:1.55}.download-meta{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.download-type{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);padding:.35rem .6rem;border-radius:6px;border:1px solid var(--border)}.btn-download{white-space:nowrap}.download-help{margin:0;font-size:.875rem;color:var(--muted);line-height:1.6;max-width:75ch}.download-help strong{color:var(--text)}.download-help code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.85em;padding:.1em .3em;border-radius:4px;background:var(--surface);border:1px solid var(--border);color:var(--accent)}.contact-section{padding-bottom:clamp(4rem,12vw,6rem)}.contact-inner{display:grid;gap:2rem}@media(min-width:800px){.contact-inner{grid-template-columns:1fr 1fr;align-items:start;gap:3rem}.contact-note{grid-column:1 / -1}}.contact-form{display:grid;gap:1.25rem;grid-template-columns:1fr 1fr}.field{display:flex;flex-direction:column;gap:.4rem}.field span{font-size:.8125rem;font-weight:600;color:var(--muted)}.field input,.field textarea{font-family:inherit;font-size:1rem;padding:.75rem 1rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text)}.field input:focus,.field textarea:focus{outline:none;border-color:#3d9cf580;box-shadow:0 0 0 3px var(--accent-dim)}.field input:focus-visible,.field textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.field-full{grid-column:1 / -1}.contact-form .btn{grid-column:1 / -1;justify-self:start}.honeypot{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}.contact-note{font-size:.875rem;color:var(--muted);margin:0;max-width:60ch}.contact-note a{color:var(--text);font-weight:600}.contact-email-plain{color:var(--muted);font-weight:400}.contact-phone-line{display:inline-block;margin-top:.65rem}.contact-phone-line a{font-variant-numeric:tabular-nums}.site-footer{border-top:1px solid var(--border);padding-block:2rem}.footer-inner{display:flex;flex-direction:column;gap:1.5rem}.footer-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem}.footer-brand{font-weight:600;margin:0}.footer-links{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;list-style:none;margin:0;padding:0}.footer-links a{color:var(--muted);text-decoration:none;font-size:.875rem;font-weight:500}.footer-links a:hover{color:var(--text)}.footer-copy{margin:0;font-size:.875rem;color:var(--muted)}.footer-copy a{color:var(--text);font-weight:600;text-decoration:none;font-variant-numeric:tabular-nums}.footer-copy a:hover{text-decoration:underline}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.site-nav{transition:none}}
