@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--paper:#f6f7f8;--white:#fff;--ink:#172329;--muted:#556169;--line:#d2d9dd;--accent:#ad381f;--navy:#16323f;--soft:#e9eef1}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 'DM Sans',sans-serif}a{color:inherit}a:visited.text-link{color:#765343}button,select{font:inherit}button,a,select,summary{touch-action:manipulation}a:focus-visible,button:focus-visible,select:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--accent);outline-offset:5px}header,main,footer{max-width:1376px;margin:auto;padding-inline:56px}header{display:flex;align-items:center;justify-content:space-between;padding-block:24px;border-bottom:1px solid var(--line);gap:25px}.wordmark{text-decoration:none;font-weight:800;font-size:23px;letter-spacing:-.8px;white-space:nowrap}.mark{color:var(--accent);font-size:34px;margin-right:10px}nav{display:flex;gap:28px;align-items:center;font-size:14px}nav a{text-decoration:none}nav a:hover,.text-link:hover{color:var(--accent)}.nav-contact{border-left:1px solid var(--line);padding-left:28px}.intro{display:grid;grid-template-columns:1.15fr 1fr;gap:64px;padding:70px 0 64px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:700;color:var(--muted);margin:0 0 18px}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.13;letter-spacing:-.04em}h1{font-size:clamp(52px,5.6vw,77px);font-weight:500;margin:24px 0}h1 em{font-style:normal;color:var(--accent)}.hero-description{font-size:20px;line-height:1.6;max-width:500px;margin:28px 0}.hero-actions{display:flex;align-items:center;gap:28px;margin:32px 0}.button-primary{display:inline-flex;align-items:center;gap:36px;background:var(--ink);color:white;text-decoration:none;font-size:14px;font-weight:600;padding:13px 20px;border:1px solid var(--ink);border-radius:3px;transition:background .2s}.button-primary:hover{background:var(--navy)}.hero-signature{font-size:13px;color:var(--muted);margin-top:36px}.hero-proof{display:block;background:var(--navy);text-decoration:none;color:#fff;border-radius:6px;overflow:hidden}.proof-top{display:flex;justify-content:space-between;padding:18px 24px;font-size:12px;color:#c5dbe5;border-bottom:1px solid #3b545f}.proof-image{display:flex;justify-content:center;align-items:center;height:390px;overflow:hidden;background:#e3e9ec;padding:26px}.proof-image img{display:block;width:auto;height:100%;border-radius:15px;box-shadow:10px 14px 25px #23384725}.proof-caption{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 24px}.proof-caption strong{font-size:17px;font-weight:500;display:block}.proof-caption div>span{font-size:13px;color:#c5dbe5;display:block;margin-top:3px}.proof-caption>span{font-size:26px}.text-link{font-size:14px;font-weight:600;text-underline-offset:5px}.section-label{display:flex;align-items:baseline;justify-content:space-between;border-top:1px solid var(--ink);padding:25px 0 32px;gap:20px}.section-label h2{font-size:29px;margin:0}.section-label>span{font-size:13px;color:var(--muted)}main>section{margin-bottom:80px}#technology{background:var(--white);margin-inline:-24px;padding:0 24px 24px;border-bottom:1px solid var(--line)}.technology-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.technology-card{padding:4px 0 16px}.tech-icon svg{width:28px;height:28px;color:var(--accent);margin-bottom:14px}.technology-card .eyebrow{margin-bottom:12px}.technology-card h3{font-size:22px;min-height:50px;margin:0 0 18px}.technology-card>p:not(.eyebrow){font-size:16px;line-height:1.55;color:var(--muted)}.tech-tags{display:flex;flex-wrap:wrap;gap:7px;list-style:none;padding:0;margin:24px 0}.tech-tags li{font-size:12px;line-height:1.4;padding:5px 8px;background:var(--soft);border:1px solid #d9e1e5;border-radius:3px}.endpoints{display:grid;grid-template-columns:1fr 2.7fr;gap:32px;border-top:1px solid var(--line);padding:28px 0 12px}.endpoints h3{font-size:22px;margin:0;max-width:260px}.endpoints .eyebrow{margin-bottom:12px}.endpoints dl{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:0}.endpoints dt{font-weight:600;font-size:15px}.endpoints dd{margin:5px 0;font-size:13px;color:var(--muted)}.project{display:grid;grid-template-columns:1fr 1.2fr;gap:70px;padding:46px 0 60px;border-bottom:1px solid var(--line)}.project-heading{display:flex;align-items:center;gap:12px}.project-heading p{margin:0}.project-icon{display:grid;place-items:center;width:39px;height:39px;flex-shrink:0;border:1px solid var(--line);border-radius:9px;color:var(--accent)}.project-icon svg{width:24px;height:24px}.number{font-size:12px;color:var(--muted)}.project h3{font-size:38px;margin:24px 0 15px}.stage{display:inline-block;font-size:12px;letter-spacing:.02em;color:#784129;background:#f2e9e2;border:1px solid #dcc3b3;padding:4px 9px;border-radius:3px}.project-description{font-size:18px;line-height:1.7}.project details{font-size:15px;margin:23px 0}.detail{color:var(--muted)}.detail h4{color:var(--ink);margin-bottom:4px}.detail p{margin-top:8px}summary{cursor:pointer;text-underline-offset:4px}summary:hover{color:var(--accent)}.project-visuals{display:flex;flex-direction:column;justify-content:center;gap:24px;min-width:0}.project-figure{margin:0}.project-figure a{display:block;background:#e7edf0;border:1px solid var(--line);overflow:hidden;border-radius:5px}.project-figure img{display:block;width:100%;height:auto;max-height:390px;object-fit:contain;transition:transform .2s}.project-figure a:hover img{transform:scale(1.015)}.project-figure.portrait img{height:415px;width:100%;padding:25px}.project-figure.product-photo img{height:350px;padding:25px}.project-figure figcaption{font-size:12px;color:var(--muted);margin-top:10px}select{padding:10px 12px;background:white;border:1px solid var(--line);max-width:100%;border-radius:3px;font-size:14px}button{background:white;color:var(--ink);border:1px solid var(--line);padding:8px 15px;min-height:42px;cursor:pointer;border-radius:3px}button:hover{background:var(--soft)}.hardware-intro{max-width:750px;font-size:18px}.hardware-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin:35px 0 25px}.hardware-card{text-decoration:none;border:1px solid var(--line);border-radius:4px;padding:23px;background:white;transition:border-color .2s}.hardware-card:hover{border-color:var(--accent)}.logo-well{height:76px;display:flex;align-items:center;justify-content:center;margin-bottom:28px;padding:12px}.logo-well img{width:100%;height:55px;object-fit:contain;max-width:205px}.hardware-card h3{font-size:22px}.hardware-card p{font-size:15px;color:var(--muted)}.vendor-link{font-size:14px;text-decoration:underline;text-underline-offset:4px}.approach{border-top:1px solid var(--ink);padding:32px 0;display:grid;grid-template-columns:1fr 1fr;column-gap:70px}.approach>.eyebrow{grid-column:1/-1}.approach h2{font-size:40px;margin:12px 0 24px}.approach>div{font-size:17px;color:var(--muted)}.roadmap{background:var(--navy);color:white;padding:38px 40px;border:0;border-radius:5px}.roadmap .eyebrow,.roadmap>div{color:#c5dbe5}.roadmap .stage{background:#234553;color:#d4e6ee;border-color:#527482}.about{padding-top:50px}.about .about-title{color:var(--ink)}.about-role{font-size:23px;line-height:1.45;margin-bottom:32px}.about .about-copy{font-size:17px}.about-lead{font-size:23px;line-height:1.5;color:var(--ink);margin-top:0}.about-method{font-size:14px;border-top:1px solid var(--line);padding-top:22px;margin-top:28px}footer{border-top:1px solid var(--line);padding-block:26px 40px;font-size:13px;color:var(--muted)}.footer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;color:var(--ink)}footer small{display:block;font-size:12px;max-width:930px}.skip{position:absolute;left:20px;top:-100px;background:white;padding:15px;z-index:10}.skip:focus{top:10px}dialog{border:0;padding:20px;background:var(--paper);max-width:95vw;max-height:95vh;border-radius:5px}dialog::backdrop{background:#12232bea}#image-close{display:block;margin-left:auto;margin-bottom:10px}#image-large{display:block;width:auto;height:auto;max-width:85vw;max-height:75vh;object-fit:contain;margin:auto}#image-caption{font-size:13px;text-align:center}
@media(max-width:1050px){header,main,footer{padding-inline:32px}.intro{gap:35px}.technology-grid{grid-template-columns:repeat(2,1fr)}.hardware-grid{grid-template-columns:repeat(2,1fr)}.project{gap:35px}.endpoints{grid-template-columns:1fr}.endpoints h3{max-width:none}.hero-actions{gap:18px}.hero-description{font-size:18px}.proof-image{height:350px}.proof-caption{padding:18px}.proof-caption strong{font-size:15px}nav{gap:20px}.nav-contact{padding-left:20px}}
@media(max-width:720px){header,main,footer{padding-inline:20px}header{flex-wrap:wrap;gap:14px;padding-block:15px}.wordmark{font-size:21px}nav{gap:21px;font-size:13px;width:100%;overflow:auto;padding-bottom:3px}.nav-contact{padding-left:0;border:0}.intro{grid-template-columns:1fr;padding:40px 0;gap:28px}h1{font-size:50px;margin:20px 0}.hero-description{font-size:19px;max-width:550px}.hero-actions{gap:25px;flex-wrap:wrap;margin-bottom:20px}.hero-signature{margin-top:20px}.proof-image{height:300px}.proof-top,.proof-caption{padding:16px 20px}.proof-caption strong{font-size:17px}.section-label{align-items:start;flex-direction:column;gap:10px;padding:23px 0}.section-label h2{font-size:26px}.technology-grid{gap:20px}.technology-card h3{font-size:21px;min-height:0}.technology-card .eyebrow{font-size:11px}.technology-card>p:not(.eyebrow){font-size:16px}.endpoints dl{grid-template-columns:repeat(2,1fr)}#technology{margin-inline:-8px;padding-inline:8px}.project{grid-template-columns:1fr;gap:22px;padding:34px 0 45px}.project h3{font-size:34px}.project-description{font-size:17px}.project-figure.portrait img{height:370px}.project-figure.product-photo img{height:290px}.hardware-grid{gap:12px}.hardware-card{padding:15px}.hardware-card h3{font-size:20px}.hardware-card p{font-size:14px}.logo-well{padding:5px}.approach{grid-template-columns:1fr;gap:12px}.approach h2{font-size:34px}.roadmap{padding:28px 24px}.about .about-title{margin-bottom:20px}.about-role{font-size:21px}.about-lead{font-size:21px}main>section{margin-bottom:55px}.footer-top{align-items:start;gap:20px}.footer-top .wordmark{font-size:18px}}
@media(max-width:380px){h1{font-size:49px}.technology-grid{grid-template-columns:1fr}.hero-actions{gap:15px}.hardware-grid{grid-template-columns:1fr}.endpoints dl{gap:17px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.proof-image.home-lab{height:auto;padding:0;background:#0a202b}.proof-image.home-lab img{width:100%;height:auto;border-radius:0;box-shadow:none}.proof-caption small{display:block;color:#b4cbd5;font-size:11px;margin-top:12px}.stage.deployed{background:#e5efe8;border-color:#b5cfbf;color:#28543c}.sessionlens-visuals{justify-content:flex-start}.sessionlens-visuals .project-figure img{max-height:none}.lab-sequence{border-left:2px solid var(--accent);padding-left:18px;font-size:15px;color:var(--muted);margin:26px 0}.lab-sequence strong{color:var(--ink)}.hardware-grid{grid-template-columns:repeat(3,1fr)}.logo-well.robot-photo{height:76px;padding:0}.logo-well.robot-photo img{height:86px}.word-logo{font:700 28px Manrope,sans-serif;color:var(--navy)}.connector-note{border-top:1px solid #527482;padding-top:20px;margin-top:25px;font-size:15px}.connector-note a{display:inline-block;margin-top:9px}.roadmap a:visited{color:#fff}
@media(max-width:1050px){.hardware-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.proof-caption small{margin-top:9px}}@media(max-width:380px){.hardware-grid{grid-template-columns:1fr}}

.section-note{font-size:13px;color:var(--muted);max-width:980px;line-height:1.6}
