#about{--a-canvas:var(--color-canvas, #fff);--a-canvas-subtle:var(--color-canvas-subtle, #f6f8fa);--a-canvas-inset:var(--color-canvas-inset, #f1f3f6);--a-text:var(--color-text, #1f2328);--a-text-muted:var(--color-text-muted, #59636e);--a-text-faint:var(--color-text-faint, #6e7781);--a-border:var(--color-border, #d0d7de);--a-border-strong:var(--color-border-strong, #afb8c1);--a-accent:var(--color-accent, #0969da);--a-accent-fg:var(--color-accent-fg, #fff);--a-accent-subtle:var(--color-accent-subtle, #ddf4ff);--a-success:var(--color-success, #1f883d);--a-radius:6px;--a-radius-sm:4px;--a-radius-lg:8px;--a-content:1024px;--a-tx:var(--motion-fast, 80ms cubic-bezier(.33,1,.68,1));background:var(--a-canvas);color:var(--a-text);font-family:var(--font, system-ui);font-size:var(--text-sm, 14px);line-height:1.5}#about *,#about ::after,#about ::before{box-sizing:border-box}#about a{text-decoration:none}#about a:hover{text-decoration:underline;text-underline-offset:2px}#about .a-container{max-width:var(--a-content);margin:0 auto;padding:0 var(--space-5, 24px)}#about .a-hero{border-bottom:1px solid var(--a-border);padding:var(--space-7, 48px) var(--space-5, 24px) var(--space-6, 32px);background:var(--a-canvas)}#about .a-hero-inner{max-width:var(--a-content);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:var(--space-7, 48px);align-items:start}#about .a-hero-badge,#about .a-hero-meta dt{font-size:12px;font-weight:500;background:var(--a-canvas-subtle)}#about .a-hero-badge{display:inline-flex;align-items:center;gap:6px;padding:2px var(--space-2, 8px);border:1px solid var(--a-border);border-radius:var(--a-radius);color:var(--a-text-muted);line-height:18px;margin-bottom:var(--space-3, 12px)}#about .a-hero-badge::before{content:"";width:6px;height:6px;background:var(--a-success);border-radius:50%}#about .a-hero h1{font-family:var(--font-display, var(--font));font-size:clamp(24px,3vw,32px);font-weight:600;letter-spacing:-.012em;line-height:1.25;margin:0 0 var(--space-3, 12px);color:var(--a-text)}#about .a-hero h1 .accent,#about a{color:var(--a-accent)}#about .a-hero-desc{font-size:16px;line-height:1.5;color:var(--a-text-muted);max-width:60ch;margin:0 0 var(--space-5, 24px)}#about .a-hero-meta{display:grid;grid-template-columns:1fr;border:1px solid var(--a-border);border-radius:var(--a-radius);overflow:hidden;background:var(--a-canvas-subtle)}#about .a-hero-meta dt{padding:10px var(--space-4, 16px);color:var(--a-text-faint);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--a-border)}#about .a-hero-meta dd:last-of-type,#about .a-hero-meta dt:last-of-type{border-bottom:0}#about .a-hero-meta dd{margin:0;padding:10px var(--space-4, 16px);font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace;font-size:13px;color:var(--a-text);background:var(--a-canvas);border-bottom:1px solid var(--a-border)}#about .a-hero-meta dd .a-success{color:var(--a-success);font-weight:600}#about .a-section{padding:var(--space-7, 48px) var(--space-5, 24px);border-bottom:1px solid var(--a-border)}#about .a-section-inner{max-width:var(--a-content);margin:0 auto}#about .a-section-header{margin-bottom:var(--space-5, 24px)}#about .a-section-eyebrow{display:inline-block;font-size:12px;font-weight:600;color:var(--a-accent);letter-spacing:.06em;text-transform:uppercase;margin-bottom:var(--space-2, 8px)}#about .a-cta h2,#about .a-section-title{font-family:var(--font-display, var(--font));font-weight:600;letter-spacing:-.012em;margin:0 0 var(--space-2, 8px);color:var(--a-text)}#about .a-section-title{font-size:clamp(20px,2.5vw,24px);line-height:1.3}#about .a-section-desc{font-size:14px;line-height:1.5;color:var(--a-text-muted);margin:0;max-width:60ch}#about .a-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3, 12px);margin-top:var(--space-5, 24px)}#about .a-product{border:1px solid var(--a-border);border-radius:var(--a-radius);padding:var(--space-4, 16px);background:var(--a-canvas);transition:border-color var(--a-tx),background var(--a-tx)}#about .a-product:hover{border-color:var(--a-border-strong);background:var(--a-canvas-subtle)}#about .a-product-head{display:flex;align-items:center;gap:var(--space-2, 8px);margin-bottom:var(--space-2, 8px)}#about .a-product-icon{width:28px;height:28px;border:1px solid var(--a-border);border-radius:var(--a-radius-sm);background:var(--a-canvas-subtle);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}#about .a-infra-icon svg,#about .a-product-icon svg{width:14px;height:14px;stroke:var(--a-accent);fill:none}#about .a-product h3{font-size:14px;font-weight:600;line-height:1.3;margin:0;color:var(--a-text)}#about .a-product-desc{font-size:13px;color:var(--a-text-muted);line-height:1.45;margin:0 0 var(--space-3, 12px)}#about .a-product-tags{display:flex;flex-wrap:wrap;gap:4px}#about .a-tag{font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,monospace;font-size:11px;line-height:1.4;padding:1px 6px;border:1px solid var(--a-border);border-radius:var(--a-radius-sm);color:var(--a-text-muted)}#about .a-section--infra,#about .a-tag{background:var(--a-canvas-subtle)}#about .a-infra-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4, 16px) var(--space-6, 32px);margin-top:var(--space-5, 24px)}#about .a-infra-item{display:flex;gap:var(--space-3, 12px);align-items:flex-start;padding:var(--space-3, 12px);border:1px solid var(--a-border);border-radius:var(--a-radius);background:var(--a-canvas)}#about .a-infra-icon{width:32px;height:32px;border:1px solid var(--a-border);border-radius:var(--a-radius-sm);background:var(--a-canvas-subtle);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}#about .a-infra-icon svg{width:16px;height:16px}#about .a-infra-item h4,#about .a-security-item h4{font-size:14px;font-weight:600;margin:0 0 2px;color:var(--a-text)}#about .a-infra-item p,#about .a-security-item p{font-size:13px;line-height:1.45;color:var(--a-text-muted);margin:0}#about .a-security{display:grid;grid-template-columns:1fr;gap:var(--space-3, 12px);margin-top:var(--space-5, 24px)}#about .a-security-item{display:flex;gap:var(--space-3, 12px);align-items:flex-start;padding:var(--space-3, 12px) var(--space-4, 16px);border:1px solid var(--a-border);border-radius:var(--a-radius);background:var(--a-canvas)}#about .a-security-check{width:20px;height:20px;flex-shrink:0;border-radius:50%;background:rgba(31,136,61,.12);color:var(--a-success);display:inline-flex;align-items:center;justify-content:center;margin-top:2px}#about .a-security-check svg{width:12px;height:12px;stroke:currentColor;fill:none}#about .a-section--locations{background:var(--a-canvas-subtle)}#about .a-locations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4, 16px);margin-top:var(--space-5, 24px)}#about .a-location{border:1px solid var(--a-border);border-radius:var(--a-radius);background:var(--a-canvas);padding:var(--space-4, 16px)}#about .a-location-head{display:flex;align-items:center;gap:var(--space-2, 8px);padding-bottom:var(--space-3, 12px);border-bottom:1px solid var(--a-border);margin-bottom:var(--space-3, 12px)}#about .a-location-flag{font-size:18px;line-height:1}#about .a-location-title{font-size:15px;font-weight:600;margin:0;color:var(--a-text)}#about .a-location-company,#about .a-location-row .mono{font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,monospace;font-size:12px}#about .a-location-company{color:var(--a-accent);margin-left:auto}#about .a-cta p,#about .a-location-desc{line-height:1.5;color:var(--a-text-muted)}#about .a-location-desc{font-size:13px;margin:0 0 var(--space-3, 12px)}#about .a-location-rows{display:grid;gap:6px}#about .a-location-row{display:flex;align-items:center;gap:var(--space-2, 8px);font-size:13px;color:var(--a-text)}#about .a-location-row svg{width:14px;height:14px;stroke:var(--a-text-faint);fill:none;flex-shrink:0}#about .a-location-row .mono{color:var(--a-text-muted)}#about .a-compliance{display:flex;flex-wrap:wrap;gap:4px;margin-top:var(--space-3, 12px);padding-top:var(--space-3, 12px);border-top:1px solid var(--a-border)}#about .a-compliance-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,monospace;font-size:11px;line-height:18px;color:var(--a-success);background:rgba(31,136,61,.08);border:1px solid rgba(31,136,61,.25);border-radius:var(--a-radius-sm)}#about .a-btn svg,#about .a-compliance-badge svg{width:10px;height:10px;stroke:currentColor;fill:none}#about .a-cta{padding:var(--space-7, 48px) var(--space-5, 24px);text-align:center}#about .a-cta-inner{max-width:600px;margin:0 auto}#about .a-cta h2{font-size:clamp(20px,2.5vw,26px)}#about .a-cta p{font-size:14px;margin:0 0 var(--space-5, 24px)}#about .a-cta-actions{display:flex;gap:var(--space-2, 8px);justify-content:center;flex-wrap:wrap}#about .a-btn{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 var(--space-3, 12px);border:1px solid var(--a-border);border-radius:var(--a-radius);background:var(--a-canvas-subtle);color:var(--a-text);font-family:inherit;font-size:14px;font-weight:500;line-height:1.5;text-decoration:none;cursor:pointer;transition:background var(--a-tx),border-color var(--a-tx);box-shadow:var(--shadow-hairline, 0 1px 0 rgba(0,0,0,.04))}#about .a-btn:hover{background:var(--a-canvas-inset);border-color:var(--a-border-strong);text-decoration:none}#about .a-btn--accent{background:var(--a-accent);border-color:var(--a-accent);color:var(--a-accent-fg)}#about .a-btn--accent:hover{filter:brightness(.95);color:var(--a-accent-fg)}#about .a-btn svg{width:14px;height:14px}@media (max-width:880px){#about .a-hero-inner{grid-template-columns:1fr;gap:var(--space-5, 24px)}#about .a-products{grid-template-columns:repeat(2,minmax(0,1fr))}#about .a-infra-list,#about .a-locations{grid-template-columns:1fr}}@media (max-width:560px){#about .a-products{grid-template-columns:1fr}#about .a-section{padding:var(--space-6, 32px) var(--space-4, 16px)}#about .a-hero{padding:var(--space-6, 32px) var(--space-4, 16px) var(--space-5, 24px)}#about .a-cta{padding:var(--space-6, 32px) var(--space-4, 16px)}#about .a-location-head{flex-wrap:wrap}#about .a-location-company{margin-left:0;flex-basis:100%}}@media (prefers-reduced-motion:reduce){#about *,#about ::after,#about ::before{animation-duration:.01ms!important;transition-duration:.01ms!important}}