@font-face {
  font-family: Manrope;
  src: url('../../assets/fonts/manrope-variable.ttf') format('truetype');
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: oklch(20% .006 65);
  --graphite: oklch(17% .006 65);
  --graphite-raised: oklch(23% .006 65);
  --paper: oklch(97.2% .006 85);
  --white: oklch(99% .003 85);
  --soft: oklch(93.5% .008 85);
  --muted: oklch(47% .012 65);
  --light-muted: oklch(76% .008 85);
  --line: oklch(84% .009 85);
  --dark-line: oklch(35% .006 65);
  --orange: oklch(72.4471% .189007 50.9404);
  --orange-ink: oklch(49% .145 46);
  --gutter: clamp(22px, 4.4vw, 80px);
  --content: 1440px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  font-family: Manrope, Arial, sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); }
h1, h2, h3, p, figure { margin: 0; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; cursor: pointer; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button:disabled { cursor: default; }
button { border-radius: 0; }
img { display: block; width: 100%; height: auto; }
svg { flex: 0 0 auto; width: 22px; height: 22px; }
button .arrow, a .arrow, .anchor-arrow { transition: transform 240ms var(--ease); }
a:hover > .arrow, button:hover > .arrow { transform: translateX(3px); }
.content-icon { width: var(--icon-size, 24px); height: var(--icon-size, 24px); color: var(--icon-color, var(--orange-ink)); }
.anchor-arrow { width: 16px; height: 16px; color: var(--muted); }
::selection { color: var(--graphite); background: var(--orange); }
:focus-visible { outline: 3px solid var(--orange-ink); outline-offset: 6px; }
.dark :focus-visible, .masthead :focus-visible { outline-color: var(--orange); }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 10px; z-index: 100; padding: 14px 20px; color: var(--ink); background: var(--orange); clip-path: inset(50%); }
.skip-link:focus { top: 10px; clip-path: none; }
.wrap { width: min(100%, var(--content)); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(76px, 8.4vw, 136px); }
.dark { --icon-color: var(--orange); color: var(--paper); background: var(--graphite); color-scheme: dark; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 44px; }
.section-heading > p { max-width: 37ch; font-size: 16px; line-height: 1.75; color: var(--muted); }
.dark .section-heading > p { color: var(--light-muted); }
h2 { font-weight: 500; font-size: clamp(36px, 4.2vw, 62px); letter-spacing: -.05em; line-height: 1.1; }
h3 { font-weight: 550; font-size: clamp(25px, 2.5vw, 36px); letter-spacing: -.04em; line-height: 1.2; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 6px; height: 6px; background: var(--orange); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 15px 22px; font-size: 14px; font-weight: 650; line-height: 1.4; border: 1px solid transparent; transition: background 220ms, border-color 220ms; }
.button--orange { color: var(--graphite); background: var(--orange); }
.button--orange:hover { background: oklch(79% .15 60); }
.button--outline { border-color: var(--line); }
.button--outline:hover { border-color: currentColor; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; font-weight: 650; font-size: 14px; min-height: 44px; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.arrow { width: 19px; height: 19px; }

/* A quiet, continuous header keeps the work in the foreground. */
.masthead { position: relative; z-index: 20; color: var(--paper); background: var(--graphite); }
.masthead__inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { flex: 0 0 auto; padding-block: 10px; }
.brand img { width: 163px; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(24px, 2.5vw, 42px); }
.main-nav > a { color: var(--light-muted); font-size: 13px; font-weight: 550; padding-block: 16px; }
.main-nav > a:hover { color: var(--paper); }
.main-nav > .nav-contact { display: flex; gap: 24px; align-items: center; color: var(--paper); border-bottom: 1px solid var(--orange); padding-block: 10px; margin-left: 16px; }
.menu-toggle { display: none; border: 1px solid var(--dark-line); background: transparent; align-items: center; gap: 12px; padding: 12px; min-height: 46px; font-size: 13px; }
.menu-icon { display: block; position: relative; width: 18px; height: 12px; border-block: 1px solid currentColor; }
.menu-icon::before { content: ''; position: absolute; left: 0; right: 0; top: 5px; border-top: 1px solid currentColor; }

/* The photograph has its own space. The scrim protects the words without hiding the machines. */
.hero { position: relative; isolation: isolate; min-height: min(790px, 90svh); background: var(--graphite); overflow: hidden; }
.hero__image { position: absolute; inset: 0; z-index: -2; }
.hero__image img { height: 100%; object-fit: cover; object-position: 57% 50%; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, oklch(17% .006 65) 2%, oklch(17% .006 65 / .95) 22%, oklch(17% .006 65 / .64) 42%, oklch(17% .006 65 / .05) 75%), linear-gradient(0deg, oklch(17% .006 65 / .7), transparent 25%); }
.hero__inner { min-height: inherit; display: flex; flex-direction: column; justify-content: space-between; padding-top: clamp(54px, 5vw, 80px); padding-bottom: 25px; }
.hero__copy { max-width: 675px; }
.hero .eyebrow { color: var(--light-muted); margin-bottom: 27px; }
h1 { font-size: clamp(56px, 6.6vw, 100px); line-height: 1.02; letter-spacing: -.065em; font-weight: 500; }
h1 span { display: block; }
h1 .hero__accent { color: var(--orange); }
.hero__description { max-width: 44ch; margin-block: 28px 30px; font-size: clamp(15px, 1.2vw, 18px); color: var(--paper); line-height: 1.75; }
.hero__bottom { margin-top: 50px; display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; font-size: 11px; line-height: 1.6; color: var(--light-muted); }
.hero__bottom .text-link { color: var(--paper); font-size: 12px; font-weight: 500; gap: 12px; }
.hero__caption { text-align: right; text-shadow: 0 1px 8px var(--graphite); }
.hero__caption strong { color: var(--paper); font-weight: 600; }
.sector-strip { border-bottom: 1px solid var(--line); }
.sector-strip__inner { display: grid; grid-template-columns: 230px minmax(0, 1fr); align-items: center; gap: 24px; min-height: 104px; }
.sector-strip p { color: var(--muted); font-size: 12px; line-height: 1.7; }
.sector-strip p strong, .sector-strip p span { display: block; }
.sector-strip p strong { color: var(--ink); font-weight: 600; }
.sector-strip nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sector-strip a { display: flex; align-items: center; gap: 12px; min-height: 64px; padding: 18px clamp(12px, 1.5vw, 24px); border-inline-start: 1px solid var(--line); font-size: 14px; font-weight: 600; }
.sector-strip a .anchor-arrow { margin-inline-start: auto; }
.sector-strip a:is(:hover, :focus-visible) { color: var(--orange-ink); background: var(--soft); }
.sector-strip a:is(:hover, :focus-visible) .anchor-arrow { color: var(--orange-ink); transform: translateY(3px); }

.introduction { display: grid; grid-template-columns: .9fr 1.7fr; gap: 80px; padding-top: clamp(70px, 7vw, 112px); padding-bottom: clamp(64px, 7vw, 112px); }
.introduction__aside { padding-top: 8px; }
.section-label { font-size: 12px; color: var(--muted); }
.delivery-links { list-style: none; margin: 24px 0 0; padding: 0; max-width: 280px; }
.delivery-links li + li { border-top: 1px solid var(--line); }
.delivery-links a { display: flex; align-items: center; gap: 16px; min-height: 80px; padding-block: 15px; }
.delivery-links strong { display: block; font-size: 15px; font-weight: 600; }
.delivery-links small { display: block; color: var(--muted); font-size: 12px; margin-top: 5px; }
.delivery-links .anchor-arrow { margin-inline-start: auto; }
.delivery-links a:is(:hover, :focus-visible) strong { color: var(--orange-ink); text-decoration: underline; text-underline-offset: 5px; }
.delivery-links a:is(:hover, :focus-visible) .anchor-arrow { transform: translateX(3px); }
.introduction h2 { max-width: 23ch; font-size: clamp(33px, 3.4vw, 50px); }
.introduction__copy p { max-width: 60ch; font-size: 16px; line-height: 1.85; color: var(--muted); margin-top: 24px; }
.introduction__copy p strong { color: var(--ink); font-weight: 600; }
.introduction__signature { font-size: 13px; font-weight: 600; margin-top: 32px; display: flex; gap: 18px; align-items: center; }
.introduction__signature::before { content: ''; height: 1px; width: 48px; background: var(--orange-ink); }

.applications { background: var(--white); }
.application-tabs { display: flex; border-bottom: 1px solid var(--line); gap: clamp(24px, 5vw, 80px); margin-bottom: 40px; }
.application-tabs button { position: relative; display: inline-flex; align-items: center; gap: 12px; background: transparent; border: 0; padding: 22px 0; font-size: clamp(16px, 1.55vw, 22px); font-weight: 500; color: var(--muted); }
.application-tabs .content-icon { color: currentColor; }
.application-tabs button:is(:hover, [aria-selected='true']) .content-icon { color: var(--orange-ink); }
.application-tabs button::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 3px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform 260ms var(--ease); }
.application-tabs button[aria-selected='true'] { color: var(--ink); }
.application-tabs button[aria-selected='true']::after { transform: scaleX(1); }
.application-panel { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(38px, 5vw, 80px); align-items: center; }
.application-panel + .application-panel { margin-top: 50px; }
.tabs-ready .application-panel + .application-panel { margin-top: 0; }
.application-panel figure { position: relative; }
.application-panel figure img { aspect-ratio: 1.47; object-fit: cover; }
figcaption { font-size: 10px; line-height: 1.6; color: var(--muted); margin-top: 10px; }
.application-copy { padding-block: 8px; }
.status-label { font-size: 11px; color: var(--orange-ink); font-weight: 650; margin-bottom: 22px; display: inline-flex; align-items: center; gap: 8px; }
.status-label::before { content: ''; width: 5px; height: 5px; background: currentColor; }
.application-copy h3 { max-width: 17ch; }
.application-copy > p { margin-top: 20px; color: var(--muted); font-size: 15px; line-height: 1.8; max-width: 45ch; }
.scope-list { margin-block: 24px; padding: 0; list-style: none; }
.scope-list li { display: grid; grid-template-columns: 18px 82px minmax(0, 1fr); align-items: start; gap: 10px; padding-block: 13px; border-top: 1px solid var(--line); font-size: 13px; line-height: 1.7; }
.scope-list li:last-child { border-bottom: 1px solid var(--line); }
.scope-list .content-icon { --icon-size: 18px; margin-top: 2px; }
.scope-label { color: var(--muted); font-size: 12px; font-weight: 600; }
.application-copy .text-link { color: var(--orange-ink); }

.application-panel.generation-panel { display: block; }
.generation-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: clamp(38px, 5vw, 80px); margin-bottom: 32px; }
.generation-intro p { color: var(--muted); font-size: 15px; line-height: 1.8; max-width: 58ch; }
.generation-intro .text-link { margin-top: 14px; color: var(--orange-ink); }
.generation-scenes { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.generation-panel .generation-scenes img { aspect-ratio: 16 / 9; object-fit: contain; }
.generation-scenes figcaption strong { display: block; color: var(--ink); font-size: 14px; font-weight: 600; margin-bottom: 5px; }
.generation-scenes figcaption span { display: block; line-height: 1.7; }
.generation-note { color: var(--muted); font-size: 12px; line-height: 1.8; margin-top: 25px; max-width: 85ch; }

.process { position: relative; }
.process .section-heading { margin-bottom: 54px; }
.process-tabs { display: grid; grid-template-columns: repeat(7, 1fr); border-top: 1px solid var(--dark-line); margin-bottom: 44px; }
.process-tabs button { position: relative; text-align: left; padding: 16px 16px 17px 0; background: transparent; border: 0; color: var(--light-muted); font-size: 13px; font-weight: 500; }
.process-tabs button::before { content: ''; position: absolute; top: -2px; left: 0; width: calc(100% - 16px); height: 3px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform 260ms var(--ease); }
.process-tabs button[aria-selected='true'] { color: var(--paper); }
.process-tabs button[aria-selected='true']::before { transform: scaleX(1); }
.process-tabs button.is-earlier::before { transform: scaleX(1); opacity: .35; }
.process-preview { aspect-ratio: 16 / 9; object-fit: cover; margin-bottom: 12px; opacity: .45; transition: opacity 260ms var(--ease); }
.process-tabs button.is-earlier .process-preview { opacity: .7; }
.process-tabs button:is(:hover, :focus-visible, [aria-selected='true']) .process-preview { opacity: 1; }
.tabs-ready .process-panels { display: grid; }
.tabs-ready .process-panel { grid-area: 1 / 1; align-self: start; }
/* Invisible chapters reserve the tallest layout without exposing their content or focus targets. */
.tabs-ready .process-panel[hidden] { display: grid !important; visibility: hidden; pointer-events: none; }
.tabs-ready[data-tabs='process'] [role='tabpanel']:not([hidden]) { animation: none; }
.tabs-ready .process-panel:not([hidden]) .process-copy { animation: panel-in 280ms var(--ease); }
.process-panel { display: grid; grid-template-columns: .88fr 1.5fr; gap: clamp(40px, 5vw, 80px); align-items: start; }
.process-panel + .process-panel { margin-top: 64px; }
.tabs-ready .process-panel + .process-panel { margin-top: 0; }
.process-copy { padding-top: 6px; }
.process-copy h3 { max-width: 17ch; }
.process-copy > p { margin-top: 20px; max-width: 40ch; color: var(--light-muted); font-size: 14px; line-height: 1.85; }
.process-detail { margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--dark-line); }
.process-detail dt { display: flex; align-items: center; gap: 10px; font-size: 11px; color: var(--orange); margin-bottom: 8px; }
.process-detail .content-icon { --icon-size: 18px; }
.process-detail dd { margin: 0 0 0 28px; font-size: 12px; line-height: 1.8; color: var(--light-muted); }
.process-detail + .process-detail { margin-top: 17px; }
.process-media { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: var(--graphite-raised); }
.process-media > img { width: 100%; height: 100%; aspect-ratio: 16 / 9; object-fit: contain; }
.process-media > .process-outgoing { position: absolute; inset: 0; pointer-events: none; }
.application-panel figure img.bess-visual { aspect-ratio: auto; }
.process-panel figcaption { color: var(--light-muted); }
.process-controls { display: flex; align-items: center; justify-content: space-between; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--dark-line); }
.process-controls p { color: var(--light-muted); font-size: 11px; }
.step-controls { display: flex; align-items: center; gap: 16px; }
.icon-button { display: grid; place-items: center; background: transparent; color: var(--paper); border: 1px solid var(--dark-line); width: 44px; height: 44px; transition: border-color 200ms; }
.icon-button:hover { border-color: var(--orange); }
.icon-button:disabled { opacity: .35; }
.icon-button:disabled:hover { border-color: var(--dark-line); }

.robotics { background: var(--soft); }
.robotics__intro { display: grid; grid-template-columns: 1.15fr 1fr; gap: 72px; align-items: center; margin-bottom: 46px; }
.robotics__intro p { font-size: 16px; line-height: 1.85; color: var(--muted); max-width: 48ch; }
.robotics__visual { position: relative; }
.robotics__visual img { width: 100%; aspect-ratio: 2.5; object-fit: cover; object-position: center 65%; }
.robotics__visual figcaption { display: flex; justify-content: space-between; }
.robotics__principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 52px; margin-top: 42px; }
.robotics__principles article { border-top: 1px solid var(--line); padding-top: 21px; }
.robotics__principles h3 { display: flex; align-items: center; gap: 14px; font-size: 17px; font-weight: 600; letter-spacing: -.02em; line-height: 1.4; }
.robotics__principles p { color: var(--muted); font-size: 13px; line-height: 1.85; margin: 12px 0 0 38px; max-width: 37ch; }
.vision-note { margin-top: 34px; color: var(--muted); font-size: 11px; line-height: 1.8; max-width: 95ch; }

.teleoperation-label { display: flex; align-items: center; gap: 12px; color: var(--orange); font-size: 12px; font-weight: 600; margin-bottom: 18px; }
.teleoperation-body { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(38px, 5vw, 80px); align-items: start; }
.teleoperation-visual figure { margin-top: 36px; }
.teleoperation figure img { aspect-ratio: 16 / 9; object-fit: contain; }
.teleoperation figcaption { color: var(--light-muted); }
.teleoperation-intro { color: var(--light-muted); font-size: 16px; line-height: 1.85; max-width: 48ch; margin: 0 0 28px 38px; }
.teleoperation-intro strong { color: var(--paper); font-weight: 550; }
.teleoperation-work dl { margin: 0; border-top: 1px solid var(--dark-line); }
.teleoperation-work dl > div { border-top: 1px solid var(--dark-line); padding-block: 20px; }
.teleoperation-work dl > div:first-child { border-top: 0; }
.teleoperation-work dt { display: flex; align-items: center; gap: 14px; font-size: 18px; font-weight: 550; letter-spacing: -.02em; line-height: 1.4; }
.teleoperation-work dd { margin: 9px 0 0 38px; color: var(--light-muted); font-size: 13px; line-height: 1.8; max-width: 50ch; }
.teleoperation-handoff { border-top: 1px solid var(--dark-line); padding: 19px 0 0 38px; color: var(--light-muted); font-size: 12px; line-height: 1.8; }
.teleoperation-handoff strong { display: block; color: var(--paper); font-weight: 550; margin-bottom: 6px; }
.teleoperation-work .text-link { margin: 19px 0 0 38px; font-size: 13px; }
.teleoperation-work .text-link svg { color: var(--orange); }

.company { padding-block: clamp(80px, 8vw, 128px); }
.company__grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; }
.company h2 { max-width: 14ch; }
.company__intro { color: var(--muted); font-size: 16px; line-height: 1.85; margin-top: 24px; max-width: 47ch; }
.company__facts { margin: 0; }
.company__facts > div { border-top: 1px solid var(--line); padding-block: 25px; }
.company__facts > div:last-child { border-bottom: 1px solid var(--line); }
.company__facts dt { display: flex; align-items: center; gap: 14px; font-size: 12px; color: var(--muted); margin-bottom: 12px; }
.company__facts dd { margin: 0 0 0 38px; font-size: 23px; letter-spacing: -.035em; line-height: 1.4; }
.company__facts dd small { display: block; font-size: 13px; letter-spacing: 0; line-height: 1.75; color: var(--muted); margin-top: 10px; max-width: 43ch; }
.company__label { margin-top: 30px; display: flex; align-items: center; gap: 16px; font-size: 12px; }
.company__label img { width: 30px; height: 30px; object-fit: contain; }

.contact { padding-top: clamp(72px, 8vw, 120px); padding-bottom: 50px; }
.contact__intro { display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; margin-bottom: 54px; }
.contact h2 { font-size: clamp(44px, 5.6vw, 82px); max-width: 12ch; }
.contact__intro > div:last-child { align-self: end; }
.contact__intro p { max-width: 40ch; color: var(--light-muted); font-size: 15px; line-height: 1.85; }
.contact__intro p strong { color: var(--paper); font-weight: 550; }
.contact-paths { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--dark-line); gap: 30px; }
.contact-path { padding-top: 25px; display: flex; flex-direction: column; align-items: flex-start; }
.contact-path > .content-icon { --icon-size: 28px; margin-bottom: 18px; }
.contact-path h3 { font-size: 19px; letter-spacing: -.025em; }
.contact-path p { font-size: 12px; line-height: 1.9; color: var(--light-muted); margin-block: 14px 20px; min-height: 70px; max-width: 29ch; }
.contact-path a { color: var(--paper); font-size: 12px; gap: 16px; margin-top: auto; }
.contact-path a svg { color: var(--orange); }
.footer { background: var(--graphite); color: var(--paper); }
.footer__inner { padding-top: 32px; padding-bottom: 30px; border-top: 1px solid var(--dark-line); display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer__brand img { width: 139px; height: auto; }
.footer p { font-size: 10px; color: var(--light-muted); line-height: 1.8; }
.footer a.text-link { font-size: 11px; font-weight: 400; }
.footer__end { display: flex; align-items: center; gap: 40px; }
.footer__links { display: flex; flex-wrap: wrap; gap: 12px 28px; }
.footer__links a.text-link { font-size: 13px; }

.tabs-ready [role='tabpanel']:not([hidden]) { animation: panel-in 300ms var(--ease); }
@keyframes panel-in { from { opacity: .5; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 1600px) {
  .hero__image { inset-inline-start: 15%; mask-image: linear-gradient(90deg, transparent, var(--ink) 25%); }
  .hero::before { background: linear-gradient(90deg, var(--graphite) 12%, oklch(17% .006 65 / .96) 30%, oklch(17% .006 65 / .5) 49%, transparent 80%), linear-gradient(0deg, oklch(17% .006 65 / .7), transparent 25%); }
}
@media (max-width: 1050px) {
  .masthead__inner { min-height: 80px; gap: 20px; }
  .brand img { width: 145px; }
  .main-nav { gap: 14px; }
  .main-nav > a { font-size: 12px; }
  .main-nav > .nav-contact { margin-left: 0; gap: 12px; }
  .hero { min-height: 725px; }
  .hero__copy { max-width: 600px; }
  .hero__image { inset-inline-start: 0; }
  .sector-strip__inner { grid-template-columns: 1fr; gap: 14px; padding-block: 20px 0; }
  .sector-strip p { display: flex; flex-wrap: wrap; gap: 4px 12px; }
  .sector-strip nav { border-top: 1px solid var(--line); }
  .sector-strip a { font-size: 13px; gap: 10px; }
  .sector-strip a:first-child { border-inline-start: 0; padding-inline-start: 0; }
  .introduction { gap: 45px; grid-template-columns: .6fr 1.4fr; }
  .section-heading { gap: 40px; }
  .section-heading > p { max-width: 30ch; font-size: 14px; }
  .application-panel { gap: 36px; grid-template-columns: 1.2fr 1fr; }
  .process-panel { grid-template-columns: 1fr 1.3fr; gap: 34px; }
  .robotics__intro { gap: 46px; }
  .teleoperation-body { grid-template-columns: 1fr; gap: 36px; }
  .teleoperation-visual { display: grid; grid-template-columns: .85fr 1.15fr; gap: 36px; align-items: center; }
  .teleoperation-visual figure { margin-top: 0; }
  .teleoperation-intro, .teleoperation-work dd { max-width: 65ch; }
  .company__grid, .contact__intro { gap: 60px; }
  .contact-paths { gap: 22px; }
}
@media (max-width: 760px) {
  :root { scroll-padding-top: 30px; }
  .masthead__inner { min-height: 76px; flex-wrap: wrap; }
  .brand img { width: 145px; }
  .main-nav { width: 100%; flex-wrap: wrap; gap: 12px 26px; padding-bottom: 20px; }
  .main-nav > a { font-size: 13px; }
  .nav-ready .menu-toggle { display: flex; }
  .nav-ready .main-nav { display: none; }
  .nav-ready .main-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; padding-top: 0; }
  .nav-ready .main-nav.is-open > a { padding: 18px 0; border-top: 1px solid var(--dark-line); }
  .nav-ready .main-nav.is-open .nav-contact { justify-content: space-between; border-bottom: 0; }
  .hero { min-height: 780px; }
  .hero__inner { padding-top: 37px; padding-bottom: 19px; }
  .hero__image { inset: 250px 0 0; mask-image: linear-gradient(180deg, transparent, var(--ink) 32%); }
  .hero__image img { object-position: 65% 50%; }
  .hero::before { background: linear-gradient(180deg, var(--graphite) 0%, var(--graphite) 24%, oklch(17% .006 65 / .96) 35%, oklch(17% .006 65 / .6) 52%, oklch(17% .006 65 / .04) 73%, oklch(17% .006 65 / .65) 100%); }
  .hero .eyebrow { margin-bottom: 22px; font-size: 10px; }
  h1 { font-size: clamp(51px, 10.6vw, 78px); }
  .hero__copy { max-width: 560px; }
  .hero__description { max-width: 36ch; font-size: 14px; margin-block: 22px 25px; line-height: 1.8; }
  .hero__bottom { margin-top: 190px; }
  .hero__bottom .text-link { font-size: 11px; }
  .hero__caption { max-width: 170px; font-size: 9px; }
  .sector-strip p { font-size: 11px; }
  .sector-strip nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sector-strip a { border-inline-start: 0; padding-inline: 0 16px; }
  .sector-strip a:nth-child(even) { border-inline-start: 1px solid var(--line); padding-inline: 16px 0; }
  .sector-strip a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .sector-strip .content-icon { --icon-size: 22px; }
  .sector-strip .anchor-arrow { width: 14px; height: 14px; }
  .introduction { grid-template-columns: 1fr; gap: 25px; }
  .introduction__copy { grid-row: 1; }
  .delivery-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; max-width: none; margin-top: 20px; }
  .delivery-links li + li { border-top: 0; }
  .delivery-links a { position: relative; display: grid; grid-template-columns: 1fr; align-items: start; gap: 12px; padding-block: 0; }
  .delivery-links .content-icon { grid-column: 1 / -1; }
  .delivery-links strong { font-size: 13px; padding-inline-end: 14px; }
  .delivery-links small { font-size: 11px; line-height: 1.6; }
  .delivery-links .anchor-arrow { position: absolute; top: 36px; right: 0; width: 12px; height: 18px; }
  .introduction h2 { font-size: clamp(33px, 7vw, 46px); }
  .introduction__copy p { font-size: 14px; }
  .introduction__signature { font-size: 11px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > p { margin-top: 22px; max-width: 46ch; font-size: 14px; }
  .application-tabs { gap: 0; justify-content: space-between; margin-bottom: 26px; }
  .application-tabs button { flex-direction: column; gap: 9px; padding-block: 18px; font-size: 13px; }
  .application-tabs .content-icon { --icon-size: 22px; }
  .application-panel { grid-template-columns: 1fr; gap: 28px; }
  .application-panel figure img { aspect-ratio: 1.4; }
  .generation-intro { grid-template-columns: 1fr; gap: 20px; margin-bottom: 28px; }
  .generation-intro p { font-size: 14px; }
  .generation-scenes { grid-template-columns: 1fr; gap: 28px; }
  .teleoperation-body { grid-template-columns: 1fr; gap: 32px; }
  .teleoperation-visual { display: block; }
  .teleoperation-visual figure { margin-top: 28px; }
  .teleoperation-intro { font-size: 14px; }
  .application-copy { padding-block: 0; }
  .application-copy h3 { max-width: 22ch; font-size: 29px; }
  .application-copy > p { font-size: 14px; max-width: 55ch; }
  .status-label { margin-bottom: 16px; }
  .scope-list { margin-block: 23px 18px; }
  .process .section-heading { margin-bottom: 34px; }
  .process-tabs { display: flex; overflow-x: auto; scrollbar-width: thin; scrollbar-color: var(--dark-line) transparent; padding-bottom: 7px; margin-bottom: 26px; }
  .process-tabs button { width: 128px; flex: 0 0 128px; font-size: 12px; padding-block: 14px 10px; }
  .process-panel { grid-template-columns: 1fr; gap: 28px; }
  .process-panel figure { grid-row: 1; width: 100%; }
  .process-panel figcaption { font-size: 9px; }
  .process-copy { width: 100%; }
  .process-copy h3 { font-size: 30px; max-width: 23ch; }
  .process-copy > p { max-width: 53ch; font-size: 14px; }
  .process-detail { margin-top: 23px; }
  .process-detail dd { max-width: 55ch; }
  .process-controls { margin-top: 28px; gap: 24px; }
  .process-controls p { max-width: 22ch; font-size: 10px; }
  .step-controls { gap: 10px; }
  .robotics__intro { grid-template-columns: 1fr; gap: 26px; margin-bottom: 30px; }
  .robotics__intro p { font-size: 14px; max-width: 56ch; }
  .robotics__visual img { aspect-ratio: 1.6; object-fit: cover; object-position: center 68%; }
  .robotics__visual figcaption { gap: 15px; font-size: 9px; }
  .robotics__principles { grid-template-columns: 1fr; gap: 24px; margin-top: 30px; }
  .robotics__principles p { max-width: 55ch; }
  .vision-note { font-size: 10px; }
  .company__grid { grid-template-columns: 1fr; gap: 42px; }
  .company h2 { max-width: 17ch; }
  .company__intro { font-size: 14px; }
  .company__facts dd { font-size: 22px; }
  .company__facts > div { padding-block: 23px; }
  .contact__intro { grid-template-columns: 1fr; gap: 28px; margin-bottom: 38px; }
  .contact h2 { max-width: 17ch; }
  .contact__intro p { font-size: 14px; max-width: 45ch; }
  .contact-paths { grid-template-columns: 1fr 1fr; gap: 38px 26px; }
  .contact-path:nth-child(n+3) { border-top: 1px solid var(--dark-line); }
  .contact-path h3 { font-size: 17px; }
  .contact-path p { min-height: 92px; font-size: 12px; margin-bottom: 14px; }
  .contact-path a { font-size: 11px; gap: 12px; }
  .footer__inner { flex-wrap: wrap; gap: 24px; padding-block: 28px; }
  .footer__end { width: 100%; justify-content: space-between; gap: 18px; }
  .footer__brand img { width: 125px; }
}
@media (max-width: 360px) {
  h1 { font-size: 46px; }
  .hero { min-height: 770px; }
  .hero__bottom .text-link { font-size: 10px; }
  .hero__caption { max-width: 140px; }
  .sector-strip a { font-size: 12px; gap: 8px; padding-inline-end: 12px; }
  .sector-strip a:nth-child(even) { padding-inline: 12px 0; }
  .sector-strip .content-icon { --icon-size: 20px; }
  .sector-strip .anchor-arrow { width: 12px; height: 12px; }
  .application-tabs button { font-size: 12px; }
  .contact-paths { grid-template-columns: 1fr; gap: 26px; }
  .contact-path { border-top: 1px solid var(--dark-line); }
  .contact-paths { border: 0; }
  .contact-path p { min-height: 0; max-width: 45ch; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .masthead, .hero__bottom, .menu-toggle, [data-tablist], .process-controls, .footer__end a { display: none !important; }
  .dark { color: var(--ink); background: var(--paper); }
  .hero { min-height: 600px; }
  .hero__image, .hero::before { display: none; }
  .hero__description, .dark p, .dark dd, .dark dt { color: var(--ink); }
  [role='tabpanel'][hidden] { display: grid !important; margin-top: 40px; }
  .section { padding-block: 35px; break-inside: avoid; }
}

/* A direct conversation, with comfortable fields and quiet feedback. */
.enquiry { display: grid; grid-template-columns: 1fr 1.55fr; gap: clamp(40px, 7vw, 100px); border-top: 1px solid var(--dark-line); padding-top: 62px; margin-top: 56px; padding-bottom: 26px; }
.enquiry__intro h3 { font-size: clamp(30px, 3vw, 44px); line-height: 1.15; max-width: 16ch; }
.enquiry__intro p { color: var(--light-muted); font-size: 14px; line-height: 1.85; max-width: 30ch; margin-top: 22px; }
.enquiry__body { min-width: 0; }
.enquiry-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 24px; }
.form-field { min-width: 0; }
.form-field--wide { grid-column: 1 / -1; }
.form-field label { display: block; font-size: 12px; line-height: 1.5; margin-bottom: 9px; }
.form-field label span { color: var(--light-muted); margin-left: 3px; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 50px; border: 1px solid var(--dark-line); border-radius: 0; padding: 12px 14px; background: var(--graphite-raised); color: var(--paper); font-size: 16px; line-height: 1.5; }
.form-field textarea { display: block; resize: vertical; min-height: 126px; }
.form-select { position: relative; }
.form-select select { appearance: none; height: 50px; padding-right: 44px; }
.form-select svg { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; pointer-events: none; }
.form-field :is(input, select, textarea):focus-visible { outline-offset: 3px; outline-width: 2px; }
.form-field [aria-invalid='true'] { border-color: var(--orange); }
.field-error { color: var(--orange); font-size: 12px; line-height: 1.6; margin-top: 9px; }
.form-actions { display: flex; align-items: center; gap: 28px; }
.form-actions .button { flex: 0 0 auto; }
.form-actions .button:disabled { opacity: .65; cursor: wait; }
.form-actions p { color: var(--light-muted); font-size: 13px; line-height: 1.7; max-width: 34ch; }
.form-actions p a { color: var(--paper); text-decoration: underline; text-underline-offset: 3px; }
.form-status { font-size: 13px; line-height: 1.75; color: var(--paper); border: 1px solid var(--dark-line); padding: 16px 20px; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.enquiry-success { padding-block: 24px; }
.enquiry-success h4 { font-size: 27px; letter-spacing: -.03em; font-weight: 500; margin: 0; }
.enquiry-success p { color: var(--light-muted); max-width: 45ch; line-height: 1.85; font-size: 15px; margin-top: 20px; }
.enquiry-success button { margin-top: 28px; color: var(--paper); background: transparent; border: 0; padding: 0; }
.enquiry-success button span { color: var(--orange); }
@media (max-width: 760px) {
  .enquiry { grid-template-columns: 1fr; gap: 32px; margin-top: 44px; padding-top: 38px; padding-bottom: 0; }
  .enquiry__intro h3 { max-width: 20ch; }
  .enquiry__intro h3 br { display: none; }
  .enquiry__intro p { max-width: 40ch; margin-top: 17px; }
  .enquiry-form { gap: 24px 18px; }
  .form-actions { flex-wrap: wrap; gap: 18px; }
  .form-actions p { max-width: 38ch; }
}
@media (max-width: 480px) {
  .enquiry-form { grid-template-columns: 1fr; }
  .form-actions { align-items: flex-start; flex-direction: column; }
}
