:root{--paper:#fff;--ink:#0a0a0a;--gray-700:#404040;--gray-500:#737373;--gray-400:#a3a3a3;--gray-300:#d4d4d4;--gray-150:#ececec;--font-pixel:"Silkscreen", "Courier New", monospace;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:1rem;line-height:1.6}::selection{background:var(--ink);color:var(--paper)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;animation-delay:0s!important}}.container[data-astro-cid-lcdefpme]{max-width:1000px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,2.5rem)}.px[data-astro-cid-lcdefpme]{background:var(--ink);flex:none;width:7px;height:7px;display:inline-block}.label[data-astro-cid-lcdefpme]{font-family:var(--font-pixel);letter-spacing:.14em;text-transform:uppercase;color:var(--gray-500);align-items:center;gap:.75rem;font-size:.7rem;font-weight:400;display:flex}header[data-astro-cid-lcdefpme]{justify-content:space-between;align-items:center;gap:1rem;padding-block:1.75rem;display:flex}.wordmark[data-astro-cid-lcdefpme]{font-family:var(--font-pixel);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:.6rem;font-size:.85rem;font-weight:700;display:flex}.coords[data-astro-cid-lcdefpme]{font-family:var(--font-pixel);letter-spacing:.08em;color:var(--gray-500);font-size:.6rem}.hero[data-astro-cid-lcdefpme]{grid-template-columns:1fr auto;align-items:center;gap:clamp(2rem,6vw,5rem);min-height:72vh;padding-block:clamp(4rem,12vh,8rem);display:grid}h1[data-astro-cid-lcdefpme]{font-family:var(--font-pixel);margin-block:1.5rem 1.75rem;font-size:clamp(2rem,5.5vw,3.4rem);font-weight:400;line-height:1.2}.cursor[data-astro-cid-lcdefpme]{background:var(--ink);width:.42em;height:.7em;margin-left:.18em;animation:1.2s step-end infinite blink;display:inline-block}.lede[data-astro-cid-lcdefpme]{max-width:26.5rem;color:var(--gray-700)}.chip[data-astro-cid-lcdefpme]{width:clamp(180px,24vw,250px);height:auto}.chip[data-astro-cid-lcdefpme] .cell[data-astro-cid-lcdefpme]{fill:var(--ink);opacity:0;animation:cell-in .5s ease var(--d) forwards}.chip[data-astro-cid-lcdefpme] .cell[data-astro-cid-lcdefpme].trace{fill:var(--gray-400);animation:cell-in .5s ease var(--d) forwards, signal 4s linear var(--sd) infinite}.dither[data-astro-cid-lcdefpme]{width:100%;height:auto;fill:var(--ink);display:block}.section[data-astro-cid-lcdefpme]{padding-block:clamp(4rem,10vh,7rem)}.services[data-astro-cid-lcdefpme]{margin-top:2.5rem;list-style:none}.services[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]{border-top:1px solid var(--gray-150);grid-template-columns:minmax(11rem,16rem) 1fr;gap:1rem 2rem;padding-block:1.6rem;display:grid}.services[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]:last-child{border-bottom:1px solid var(--gray-150)}.services[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme]{align-items:baseline;gap:.75rem;font-size:1rem;font-weight:600;display:flex}.services[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme]:before{content:"";background:var(--ink);flex:none;width:8px;height:8px;transition:transform .25s steps(3,end)}.services[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]:hover h3[data-astro-cid-lcdefpme]:before{transform:translate(8px)}.services[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--gray-500);font-size:.95rem}.statement[data-astro-cid-lcdefpme]{max-width:36rem;margin-top:2.5rem;font-size:clamp(1.25rem,2.6vw,1.6rem);font-weight:500;line-height:1.55}.hq[data-astro-cid-lcdefpme]{margin-top:2.5rem}.hq-line[data-astro-cid-lcdefpme]{color:var(--gray-500);margin-bottom:1.75rem}.hq-city[data-astro-cid-lcdefpme]{font-family:var(--font-pixel);margin-bottom:1rem;font-size:clamp(1.4rem,3vw,1.9rem);font-weight:400}address[data-astro-cid-lcdefpme]{color:var(--gray-700);font-style:normal;line-height:1.8}footer[data-astro-cid-lcdefpme]{border-top:1px solid var(--gray-150);color:var(--gray-500);justify-content:space-between;gap:1rem;padding-block:2rem;font-size:.8rem;display:flex}.footer-loc[data-astro-cid-lcdefpme]{font-family:var(--font-pixel);letter-spacing:.08em;align-self:center;font-size:.6rem}.rise[data-astro-cid-lcdefpme]{opacity:0;animation:rise .7s ease calc(var(--r) * .12s) forwards}.will-reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(14px)}.will-reveal.revealed{opacity:1;transform:none}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes cell-in{to{opacity:1}}@keyframes signal{0%,to{fill:var(--gray-400)}4%{fill:var(--ink)}10%{fill:var(--gray-400)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@media (prefers-reduced-motion:reduce){.rise[data-astro-cid-lcdefpme],.chip[data-astro-cid-lcdefpme] .cell[data-astro-cid-lcdefpme]{opacity:1;animation:none}}@media (width<=720px){.hero[data-astro-cid-lcdefpme]{grid-template-columns:1fr;min-height:auto;padding-block:3.5rem}.chip[data-astro-cid-lcdefpme]{justify-self:start;width:160px}.services[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]{grid-template-columns:1fr;gap:.35rem}.coords[data-astro-cid-lcdefpme]{display:none}}
