@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700;750&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  color-scheme: dark;
  --bg: #101212;
  --panel: #171a19;
  --text: #f1f2ed;
  --muted: #b0b9af;
  --line: #303631;
  --accent: #c1f879;
  --display: 'Space Grotesk', Arial, sans-serif;
  --body: 'DM Sans', Arial, sans-serif;
  --gutter: clamp(24px, 5.4vw, 78px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
::selection { color: var(--bg); background: var(--accent); }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; }
.site-shell { max-width: 1440px; margin: auto; }
.skip-link { position: absolute; left: 24px; top: -70px; background: var(--accent); color: var(--bg); padding: 14px; z-index: 10; }
.skip-link:focus { top: 12px; }

/* Header and opening: two distinct columns, with no labels over the photo. */
.header { min-height: 88px; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; font-family: var(--display); font-size: 28px; font-weight: 600; letter-spacing: -.045em; white-space: nowrap; }
.brand-word { display: inline-block; }
.brand-ai { color: var(--accent); font-weight: 700; }
.brand svg { width: 30px; height: 30px; margin-right: 12px; stroke: var(--accent); stroke-width: 2.5; fill: none; }
.brand svg circle { fill: var(--accent); stroke: none; }
.header nav { display: flex; align-items: center; gap: 29px; font-size: 14px; }
.header nav a { white-space: nowrap; transition: color .2s; }
.header nav a:hover { color: var(--accent); }
.nav-last { display: flex; align-items: center; gap: 15px; }
.nav-last span { color: var(--accent); font-size: 20px; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(30px, 4vw, 58px); padding: 52px var(--gutter) 56px; border-bottom: 1px solid var(--line); }
.hero-content { min-width: 0; }
.eyebrow { font-size: .8125rem; font-weight: 550; line-height: 1.6; letter-spacing: .105em; color: var(--accent); margin: 0 0 12px; }
.hero .eyebrow { margin-bottom: 20px; }
h1 { font-size: clamp(3.25rem, 5.2vw, 4.7rem); line-height: 1.06; letter-spacing: -.045em; margin: 0 0 24px; }
h1 em { font-style: normal; color: var(--accent); }
.hero-description { font-size: 1.125rem; line-height: 1.65; color: var(--muted); max-width: 470px; margin-bottom: 30px; }
.button { display: inline-flex; align-items: center; gap: 32px; min-height: 52px; padding: 14px 20px; background: var(--accent); border: 1px solid var(--accent); color: #17220f; font-size: 15px; font-weight: 600; transition: background .2s, transform .2s; }
.button:hover { background: #d5ff9f; transform: translateY(-2px); }
.button span { font-size: 23px; line-height: 1; }
.hero-visual { position: relative; isolation: isolate; overflow: hidden; width: 100%; background: #171d18; border: 1px solid #43523f; }
.demo-heading { display: flex; justify-content: space-between; gap: 16px; padding: 14px 20px; font-size: .75rem; line-height: 1.4; letter-spacing: .08em; color: #d2dfc9; }
.demo-count { color: var(--accent); white-space: nowrap; }
.hero-slides { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: #111712; }
.hero-slide { position: absolute; inset: 0; margin: 0; opacity: 0; visibility: hidden; transition: opacity .65s ease, visibility .65s; }
.hero-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.demo-stage { position: relative; width: 100%; height: 100%; }
.demo-stage > img { width: 100%; height: 100%; object-fit: contain; display: block; }
.hero-slide figcaption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.demo-info { padding: 17px 20px 14px; }
.demo-title { font-family: var(--display); font-size: clamp(1.25rem, 2vw, 1.625rem); line-height: 1.2; letter-spacing: -.025em; margin: 0 0 7px; }
.demo-result { color: var(--accent); font-size: .875rem; line-height: 1.4; min-height: 1.4em; margin: 0; }
.demo-steps { display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; padding: 0 20px 13px; margin: 0; gap: 8px; }
.demo-steps li { color: #91a38a; font-size: .75rem; line-height: 1.6; }
.demo-steps span { margin-left: 5px; font-size: .875rem; }
.demo-progress { height: 2px; background: #34422d; }
.demo-progress > span { display: block; height: 100%; background: var(--accent); transform-origin: left; }
.hero-controls { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 1px 15px; }
.hero-controls[hidden], .hero-pause[hidden] { display: none; }
.hero-pagination { display: flex; gap: 3px; }
.hero-pagination button { border: 0; padding: 0 5px; width: 44px; height: 44px; cursor: pointer; background: transparent; }
.hero-pagination button span { display: block; height: 3px; width: 100%; background: #b6c1b36b; transition: background .3s; }
.hero-pagination button[aria-pressed="true"] span { background: var(--accent); }
.hero-pause { min-height: 44px; padding: 0 5px; border: 0; background: transparent; color: #e5eadf; cursor: pointer; font: .875rem var(--body); }
.hero-pause:hover { color: var(--accent); }
.demo-note { margin: 0; padding: 0 20px 12px; color: #9fac99; font-size: .75rem; }
.demo-sweep { position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: 0; background: linear-gradient(180deg, transparent 0%, #c1f87900 78%, #c1f87925 99%, #d4ffa1 100%); height: 24%; }
.demo-stage .vision-scene { width: 100%; height: 100%; }
.demo-stage .scene-id { display: none; }
.demo-stage .detection-label { font-size: clamp(12px, 1vw, 14px); }

/* A common left edge and type scale for every section. */
.section { padding: 60px var(--gutter); }
.section-heading { display: block; margin-bottom: 30px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-heading h2 { width: auto; max-width: 25ch; margin: 0; }
.section-heading .section-description { max-width: 650px; margin: 18px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.65; }
h2 { font-size: clamp(2.125rem, 3.3vw, 3rem); line-height: 1.13; letter-spacing: -.035em; text-wrap: balance; }
h3 { font-size: 1.5rem; line-height: 1.25; letter-spacing: -.025em; margin-bottom: 12px; }
.services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service { display: flex; flex-direction: column; min-width: 0; padding: 27px 26px 28px 0; }
.service + .service { border-left: 1px solid var(--line); padding-left: 26px; }
.service:last-child { padding-right: 0; }
.service-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 24px; }
.service-top > span { color: #a0ac9b; font-size: 12px; }
.service svg { width: 37px; height: 37px; stroke: var(--accent); stroke-width: 1.3; fill: none; }
.service svg .fill { fill: var(--accent); }
.service svg .solid { fill: var(--bg); }
.service p { font-size: 1rem; line-height: 1.65; color: var(--muted); margin-bottom: 23px; }
.service-tags { margin-top: auto; font-size: .75rem; line-height: 1.7; letter-spacing: .035em; color: #c0c9bf; }

/* Approach and footer follow the same spacing and text sizes. */
.method { display: grid; grid-template-columns: 1fr 2fr; align-items: start; gap: 9%; background: var(--accent); color: #182110; padding-top: 48px; padding-bottom: 48px; }
.method .eyebrow { color: #455432; margin-bottom: 14px; }
.method h2 { margin: 0; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: flex; gap: 24px; padding: 19px 0; border-bottom: 1px solid #263c242e; }
.steps li:first-child { padding-top: 0; }
.steps li:last-child { border: 0; padding-bottom: 0; }
.steps li > span { font-size: 13px; color: #456134; padding-top: 4px; }
.steps h3 { font-size: 1.25rem; margin-bottom: 5px; }
.steps p { font-size: 1rem; line-height: 1.6; color: #435338; margin: 0; }
/* Larger team portraits and readable profiles across the full section width. */
.team { border-bottom: 1px solid var(--line); }
.team .section-heading { margin-bottom: 36px; }
.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(32px, 4vw, 56px); }
.team-member { min-width: 0; display: grid; grid-template-columns: 42% minmax(0, 1fr); align-items: center; gap: clamp(20px, 2.2vw, 32px); }
.team-photo { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 4px; }
.team-details { min-width: 0; }
.team-details h3 { font-size: clamp(1.625rem, 2.3vw, 2rem); line-height: 1.15; margin: 0 0 14px; text-wrap: balance; overflow-wrap: anywhere; }
.team-details p { color: var(--muted); font-size: 1.125rem; line-height: 1.5; margin: 0 0 16px; }
.team-link { display: inline-flex; gap: 14px; align-items: center; min-height: 44px; color: var(--accent); font-size: 1rem; }
.team-link span { font-size: 20px; transition: transform .2s; }
.team-link:hover span { transform: translate(2px, -2px); }
.footer { padding: 32px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer .brand { font-size: 25px; }
.footer p { color: var(--muted); font-size: 14px; margin: 0; }
.footer > a:last-child { font-size: 14px; color: #c5cec2; display: flex; align-items: center; gap: 18px; }
.footer > a:last-child span { font-size: 20px; }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.7,.2,1); transition-delay: var(--entry-delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.service { transition: background .25s ease, opacity .85s ease, transform .85s cubic-bezier(.2,.7,.2,1); transition-delay: var(--entry-delay, 0ms); }
.service:hover { background: #c1f87904; }
.vision-frame { transition: border-color .3s ease, opacity .85s ease, transform .85s cubic-bezier(.2,.7,.2,1); }
.vision-frame:hover { border-color: #6e8957; }
html:not([data-motion="on"]) .reveal { opacity: 1; transform: none; transition: none; }
.header nav a { position: relative; }
.header nav a::after { content: ''; position: absolute; height: 1px; left: 0; right: 0; bottom: -7px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.header nav a:hover::after, .header nav a:focus-visible::after { transform: scaleX(1); }
.button span { transition: transform .25s; }
.button:hover span { transform: translate(3px, -3px); }

@media (max-width: 1050px) {
  .team-member { grid-template-columns: minmax(0, 1fr); align-items: start; gap: 24px; }
  .team-photo { max-width: 300px; }
  .header { min-height: 80px; gap: 20px; }
  .header nav { gap: 22px; }
  .brand { font-size: 26px; }
  .hero { gap: 30px; padding-top: 42px; padding-bottom: 44px; }
  h1 { font-size: clamp(2.7rem, 5.15vw, 3.4rem); }
  .hero-description { font-size: 1.0625rem; }
  .section { padding-top: 50px; padding-bottom: 50px; }
  .service { padding-right: 20px; }
  .service + .service { padding-left: 20px; }
  .service h3 { font-size: 1.375rem; }
}

@media (max-width: 820px) {
  .team-grid { gap: 28px; }
  .hero { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .hero-content { max-width: 600px; }
  h1 { font-size: clamp(2.8rem, 7.5vw, 4rem); }
  .hero-description { max-width: 540px; }
  .hero-visual { max-width: 600px; }
  .nav-last { display: none; }
  .section-heading h2 { max-width: 25ch; }
}

@media (max-width: 620px) {
  .team-grid { grid-template-columns: 1fr; gap: 0; }
  .team-member { grid-template-columns: 40% minmax(0, 1fr); align-items: center; gap: 20px; }
  .team-member + .team-member { padding-top: 32px; margin-top: 32px; border-top: 1px solid var(--line); }
  .team-photo { max-width: none; }
  .team-details h3 { font-size: clamp(1.375rem, 5.8vw, 1.75rem); margin-bottom: 10px; }
  .team-details p { font-size: 1rem; margin-bottom: 10px; overflow-wrap: anywhere; }
  :root { --gutter: 24px; }
  html { scroll-padding-top: 22px; }
  .header { min-height: 76px; gap: 14px; }
  .brand { font-size: 24px; }
  .brand svg { width: 25px; height: 25px; margin-right: 9px; }
  .header nav { font-size: 14px; }
  .header nav > a:first-child { display: none; }
  .hero { padding-top: 36px; padding-bottom: 32px; gap: 27px; }
  .hero .eyebrow { margin-bottom: 16px; font-size: .75rem; }
  h1 { font-size: clamp(2.5rem, 10.9vw, 3.4rem); line-height: 1.08; margin-bottom: 20px; }
  .hero-description { font-size: 1rem; line-height: 1.65; margin-bottom: 23px; }
  .demo-heading { padding: 12px 14px; font-size: .75rem; }
  .demo-info { padding: 14px; }
  .demo-steps { padding: 0 14px 12px; }
  .demo-steps span { margin-left: 2px; }
  .hero-controls { padding: 0 9px; }
  .hero-pause { font-size: .8125rem; }
  .demo-note { padding: 0 14px 12px; }
  .button { font-size: 14px; padding: 13px 18px; min-height: 50px; }
  .section { padding-top: 38px; padding-bottom: 38px; }
  .section-heading { margin-bottom: 25px; }
  .eyebrow { font-size: .75rem; }
  h2 { font-size: 2rem; line-height: 1.15; }
  .services { grid-template-columns: 1fr; }
  .service, .service + .service { padding: 24px 0; border-left: 0; }
  .service + .service { border-top: 1px solid var(--line); }
  .service h3 { font-size: 1.5rem; }
  .service-top { margin-bottom: 17px; align-items: center; }
  .service svg { width: 34px; height: 34px; }
  .service p { margin-bottom: 17px; }
  .method { grid-template-columns: 1fr; gap: 28px; }
  .method h2 br { display: none; }
  .steps li { gap: 18px; }
  .steps h3 { font-size: 1.1875rem; }
  .steps p { font-size: .9375rem; }
  .footer { flex-wrap: wrap; gap: 17px; padding-top: 27px; padding-bottom: 27px; }
  .footer .brand { font-size: 24px; }
  .footer p { order: 3; width: 100%; font-size: 13px; }
  .footer > a:last-child { margin-left: auto; font-size: 13px; gap: 9px; }
}

.case-studies{padding-top:0;padding-bottom:60px}.cases-heading{margin-bottom:38px}.usecase{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);align-items:center;gap:5.5%;padding:39px 0;border-top:1px solid var(--line)}.usecase:last-of-type{border-bottom:1px solid var(--line)}.case-content{min-width:0}.case-content .eyebrow{margin-bottom:17px}.case-content h3{font-size:clamp(28px,2.6vw,38px);line-height:1.15;letter-spacing:-.035em;margin:0 0 21px;max-width:440px}.case-content>p:not(.eyebrow){font-size:16px;line-height:1.7;color:#b2bbb1;max-width:420px;margin:0 0 25px}.case-flow{list-style:none;margin:0;padding:0;display:grid;gap:15px}.case-flow li{display:flex;gap:13px;align-items:flex-start}.flow-number{display:grid;place-items:center;width:25px;height:25px;flex:0 0 25px;border:1px solid #536643;border-radius:50%;font-size:12px;color:var(--accent)}.case-flow li>div{display:grid;gap:3px}.case-flow strong{font-size:14px;font-weight:550;line-height:1.5}.case-flow li>div>span{font-size:14px;line-height:1.6;color:var(--muted)}.vision-frame{min-width:0;margin:0;background:#161b17;border:1px solid #354033}.vision-scene{position:relative;aspect-ratio:3/2;isolation:isolate;overflow:hidden;background:#1a1e1a}.vision-scene>img{display:block;width:100%;height:100%;object-fit:contain}.analysis-layer{position:absolute;inset:0;transition:opacity .2s;pointer-events:none}.analysis-layer[hidden]{display:none}.vision-overlay{display:block;position:absolute;inset:0;width:100%;height:100%;overflow:visible}.scene-id{position:absolute;left:18px;top:17px;font-size:12px;letter-spacing:1px;color:#e2e8dd;background:#111a13df;border:1px solid #4d6148;padding:7px 10px}.detection-label{position:absolute;max-width:calc(100% - 30px);font-size:13px;line-height:1.35;font-weight:500;white-space:nowrap;background:#111b15ed;border:1px solid var(--accent);color:var(--accent);padding:6px 9px;box-shadow:0 2px 12px #0004}.label-cyan{color:#78e5ed;border-color:#78e5ed}.label-orange{color:#ffbc75;border-color:#ffbc75}.vision-caption{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:14px 16px;min-height:56px}.vision-legend{display:flex;flex-wrap:wrap;gap:8px 17px;min-width:0}.vision-legend>span{display:flex;align-items:center;gap:7px;color:#c3cbc0;font-size:13px;line-height:1.5}.vision-legend i{display:block;height:8px;width:8px;border-radius:1px;flex:0 0 8px}.key-lime{background:var(--accent)}.key-orange{background:#ffb767}.key-cyan{background:#78e5ed}.analysis-toggle{font-family:var(--body);font-size:14px;color:var(--accent);background:transparent;border:0;padding:8px 0 8px 8px;cursor:pointer;white-space:nowrap;min-height:36px}.analysis-toggle:hover{color:#e0ffb6}.analysis-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.case-result{border-top:1px solid var(--line);padding-top:23px}.case-result>span,.component-class>span{display:block;font-size:12px;line-height:1.6;letter-spacing:1px;color:var(--muted);margin-bottom:11px}.case-result strong{font-family:var(--display);font-size:21px;line-height:1.45;font-weight:400;color:var(--accent)}.component-class{border-left:2px solid #78e5ed;padding:1px 0 1px 19px;margin-top:25px}.component-class strong{font-family:var(--display);font-size:22px;font-weight:500;line-height:1.4}.component-class small{font-family:var(--body);font-size:12px;letter-spacing:.5px;color:#78e5ed;margin-left:6px}.component-class p{font-size:14px;line-height:1.5;color:var(--muted);margin:6px 0 0}.cases-note{margin:20px 0 0;color:#95a08f;font-size:12px;line-height:1.6}.mask-board{fill:#78e5ed;fill-opacity:.17;stroke:#78e5ed;stroke-width:5}.mask-screw{fill:#ffb767;fill-opacity:.4;stroke:#ffd19e;stroke-width:4}.mask-panel{fill:#c1f879;fill-opacity:.07;stroke:#c1f879;stroke-width:5}.mask-border{fill:#ffb767;fill-opacity:.19;stroke:#ffb767;stroke-width:4}.annotation-line{fill:none;stroke:#c1f879;stroke-width:4;stroke-linejoin:round}.annotation-guide{fill:none;stroke:#c1f879;stroke-opacity:.6;stroke-width:2;stroke-dasharray:8 8}.leader-cyan{fill:none;stroke:#78e5ed;stroke-width:3}.leader-orange{fill:none;stroke:#ffb767;stroke-width:3}
@media(max-width:1050px){.usecase{gap:4%;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr)}.case-content h3{font-size:31px}.case-content>p:not(.eyebrow){font-size:16px}.vision-caption{flex-wrap:wrap;gap:5px 12px;padding:11px 14px}.analysis-toggle{margin-left:auto}.case-flow li>div>span{display:none}.case-flow{gap:12px}.detection-label{font-size:12px}.scene-id{left:12px;top:12px;font-size:12px;padding:5px 8px}}
@media(max-width:760px){.case-studies{padding-top:0;padding-bottom:43px}.cases-heading{margin-bottom:27px}.usecase{grid-template-columns:1fr;gap:23px;padding:28px 0 33px}.case-content h3{font-size:31px;max-width:none;letter-spacing:-1.25px;margin-bottom:17px}.case-content .eyebrow{margin-bottom:13px}.case-content>p:not(.eyebrow){max-width:none;margin-bottom:20px}.case-flow li>div>span{display:block}.case-flow{gap:15px}.case-flow strong{font-size:16px}.case-flow li>div>span{font-size:14px}.vision-caption{padding:10px 12px;gap:4px 10px}.vision-legend{gap:7px 11px}.vision-legend>span{font-size:13px}.analysis-toggle{min-height:40px;padding:7px 0}.scene-id{font-size:12px;left:10px;top:10px;padding:5px 7px}.detection-label{font-size:12px;padding:4px 6px}.component-class{margin-top:20px}.case-result{padding-top:20px}.case-result strong{font-size:21px}.cases-note{font-size:12px;margin-top:16px}}
.screen-panel-label{left:17%;top:24%}.screen-border-label{left:16%;top:85%}.pcb-class-label{left:44%;top:9%}.pcb-screw-label{left:7%;top:71%}
@media(max-width:760px){.pcb-class-label{left:43%;top:9%}.screen-panel-label{left:16%;top:25%}.screen-border-label{left:15%;top:85%}.pcb-screw-label{left:6%;top:71%}}

@media(prefers-reduced-motion:reduce){html:not([data-motion="on"]){scroll-behavior:auto}html:not([data-motion="on"]) *,html:not([data-motion="on"]) *::before,html:not([data-motion="on"]) *::after{transition:none!important;animation:none!important}}

/* The complete photograph and SVG share square coordinates; volume is never cropped or stretched. */
.mesh-scene { aspect-ratio: 1; background: #242524; }
.mesh-scene > img { object-fit: contain; }
.mesh-view-label { position: absolute; left: 3%; color: #e5e9e1; background: #111b15e8; padding: 5px 8px; font-size: 12px; line-height: 1.4; letter-spacing: .055em; }
.mesh-view-top { top: 2.5%; }
.mesh-view-oblique { top: 52.5%; }
.mesh-width-label { left: 23.8%; top: 10%; transform: translateX(-50%); }
.mesh-height-label { left: 8%; top: 44.8%; }
.mesh-diagonal-label { left: 39.9%; top: 96%; transform: translate(-50%, -50%); }
.demo-stage > .mesh-scene { width: 66.666667%; height: 100%; margin-inline: auto; aspect-ratio: 1; }
@media (max-width: 620px) { .mesh-view-label { letter-spacing: 0; } }

.demo-stage .mesh-width-label { transform: translate(-50%, -50%); }
.demo-stage .mesh-height-label { transform: translateY(-50%); }
.demo-stage .mesh-diagonal-label { left: 39.9%; top: 94%; }

.demo-stage .mesh-view-label { display: none; }
