:root {
  --paper: #f7f9fc;
  --surface: #ffffff;
  --ink: #182638;
  --muted: #536377;
  --line: #dce3eb;
  --accent: #265fc7;
  --accent-soft: #edf3ff;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
::selection { background: #dbe8ff; }
p { line-height: 1.75; }
.shell { max-width: 1280px; padding-inline: 48px; margin-inline: auto; }
.header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: block; position: relative; flex-shrink: 0; width: 205px; aspect-ratio: 1360 / 230; overflow: hidden; }
/* Frame the approved artwork's bounds (210,330,1360,230) on its original
   1774×887 transparent canvas; preserve the source artwork without redrawing. */
.brand img { position: absolute; display: block; width: 130.441176%; max-width: none; height: auto; left: -15.441176%; top: -143.478261%; }
.header nav { display: flex; align-items: center; gap: 30px; font-size: 13px; color: var(--muted); }
.header nav a:hover { color: var(--accent); }
.header nav a:last-child { padding: 10px 15px; border: 1px solid var(--line); border-radius: 5px; color: var(--ink); background: var(--surface); }
.header nav a span { margin-left: 10px; }
.eyebrow { font-size: 10px; font-weight: 650; letter-spacing: 1.5px; line-height: 1.6; }
.hero { display: grid; grid-template-columns: 1.18fr 1fr; align-items: center; gap: 64px; padding-block: 76px 72px; }
.hero .eyebrow { color: var(--accent); margin: 0 0 25px; }
h1, h2, h3 { margin: 0; font-family: var(--sans); }
h1 { font-size: clamp(42px, 4vw, 59px); font-weight: 620; line-height: 1.1; letter-spacing: -2.5px; }
h1 em, h2 em { font-style: normal; color: var(--accent); }
h2 { font-size: clamp(30px, 3vw, 41px); line-height: 1.2; letter-spacing: -1.4px; font-weight: 600; }
.hero-description { max-width: 575px; font-size: 15px; color: var(--muted); margin: 26px 0 16px; }
.hero-context { font-size: 13px; color: var(--muted); max-width: 540px; margin: 0 0 27px; }
.text-link { display: inline-flex; align-items: center; gap: 25px; padding: 13px 17px; background: var(--accent); color: white; font-size: 12px; font-weight: 500; border-radius: 5px; transition: background .2s; }
.text-link:hover { background: #184da9; }
.hero-carousel { min-width: 0; }
.hero-slides { position: relative; width: 100%; aspect-ratio: 4 / 5; max-height: 550px; overflow: hidden; border-radius: 8px; background: #273749; }
.hero-slide { position: absolute; inset: 0; margin: 0; opacity: 1; visibility: visible; transition: opacity .7s ease, visibility .7s; }
.hero-slide[aria-hidden="true"] { opacity: 0; visibility: hidden; pointer-events: none; }
.hero-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-slide::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, #0c1826e8); pointer-events: none; }
.hero-slide figcaption { position: absolute; z-index: 1; bottom: 29px; left: 29px; right: 29px; color: white; }
.hero-slide figcaption > span { font-size: 9px; letter-spacing: 1.3px; color: #d8e5f5; }
.hero-slide figcaption strong { display: block; font-size: 22px; font-weight: 550; line-height: 1.25; letter-spacing: -.4px; margin-top: 12px; }
.hero-slide figcaption p { font-size: 12px; color: #e0e7f0; line-height: 1.6; margin: 10px 0 0; max-width: 340px; }
.hero-carousel-controls:not([hidden]) { display: flex; align-items: center; justify-content: space-between; padding-top: 8px; }
.hero-carousel-selectors { display: flex; gap: 4px; }
.hero-carousel-selectors button { width: 38px; height: 36px; border: 0; padding: 10px 4px; background: transparent; cursor: pointer; }
.hero-carousel-selectors button span { display: block; height: 3px; border-radius: 2px; background: #c7d2e0; }
.hero-carousel-selectors button[aria-pressed="true"] span { background: var(--accent); }
.hero-carousel-pause { display: flex; align-items: center; gap: 7px; min-height: 36px; border: 0; padding: 5px 3px 5px 10px; background: transparent; color: var(--muted); font-size: 11px; cursor: pointer; }
.hero-carousel-controls button:hover { color: var(--accent); }
.examples.section { padding-top: 0; }
.example-switcher:not([hidden]) { display: flex; gap: 5px; padding: 5px; background: #e7edf5; border-radius: 8px; margin: 0 auto 25px; max-width: 570px; }
.example-switcher button { flex: 1; min-width: 0; border: 0; background: transparent; color: var(--muted); border-radius: 5px; padding: 12px 8px; cursor: pointer; font-size: 12px; line-height: 1.3; transition: background .15s, color .15s; }
.example-switcher button[aria-pressed="true"] { color: var(--ink); background: white; box-shadow: 0 1px 4px #17263812; }
.example-switcher button:hover { color: var(--accent); }
.example-stage { background: radial-gradient(ellipse at 50% 70%, #e0e8f2, #f0f4f8 75%); border: 1px solid #e3e9f1; border-radius: 12px; overflow: hidden; }
.example-panel { padding: 30px 25px 25px; }
.example-panel + .example-panel:not([hidden]) { border-top: 1px solid var(--line); }
.js .example-panel + .example-panel { border-top: 0; }
.device-context { margin: 0; text-align: center; color: var(--accent); font-size: 10px; font-weight: 600; letter-spacing: 1.2px; }
.device-context span { display: block; color: var(--muted); font-size: 12px; font-weight: 400; letter-spacing: 0; margin-top: 7px; }
.device-scene { position: relative; max-width: 980px; margin: 0 auto; min-height: 550px; padding: 30px 25px 15px; display: grid; place-items: center; }
.monitor { width: min(100%, 720px); position: relative; }
.monitor-bezel { padding: 12px 12px 0; border-radius: 16px; background: linear-gradient(135deg, #37404d, #18222e); box-shadow: 0 18px 25px #2134491a; border: 1px solid #46515f; }
.monitor-screen { background: white; border-radius: 5px 5px 0 0; overflow: hidden; }
.app-chrome { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 10px 15px; background: #f0f3f7; color: #67768b; font-size: 10px; border-bottom: 1px solid #e6ebf1; }
.app-dots { font-size: 8px; letter-spacing: 2px; color: #a4b1c3; }
.desktop-content { padding: 26px 32px; min-height: 354px; }
.desktop-scene .monitor { width: min(100%, 860px); }
.desktop-menubar { display: flex; justify-content: space-between; padding: 8px 17px; background: #dce5ee; color: #536377; font-size: 9px; }
.connected-desktop { padding: 24px; background: linear-gradient(130deg, #e7eef6, #cedbe8); }
.example-panel .connected-desktop h3 { font-size: 15px; letter-spacing: -.2px; font-weight: 500; margin-bottom: 20px; text-align: center; }
.software-windows { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: start; }
.software-window { min-width: 0; background: white; border: 1px solid #b9c8d9; border-radius: 7px; overflow: hidden; box-shadow: 0 7px 18px #273e5820; }
.stock-window { margin-top: 20px; }
.window-titlebar { display: flex; align-items: center; gap: 12px; padding: 8px 12px; background: #f0f3f7; color: #536377; font-size: 9px; }
.software-brand { display: flex; align-items: center; gap: 9px; padding: 15px 18px; background: #265fc7; color: white; }
.software-brand h4 { font-size: 16px; margin: 0; font-weight: 550; }
.software-icon { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid #ffffff66; border-radius: 5px; font-size: 12px; }
.stock-window .software-brand { background: #345b59; }
.software-navigation { padding: 10px 18px; color: #265fc7; border-bottom: 1px solid #e6ebf1; font-size: 10px; }
.software-navigation span { color: #67768b; margin-left: 18px; }
.stock-window .software-navigation { color: #345b59; }
.software-body { padding: 17px 18px 12px; }
.software-label { margin: 0 0 9px; font-size: 8px; letter-spacing: .8px; color: #536377; }
.shared-reference { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin: 0; font-size: 19px; line-height: 1.4; font-weight: 600; }
.shared-reference span { font-size: 9px; font-weight: 400; color: #536377; }
.software-customer { margin: 5px 0 15px; color: #536377; font-size: 11px; }
.synced-data { margin: 0; background: #edf3ff; border-left: 2px solid #80a7e7; padding: 11px 12px; }
.synced-data > div + div { margin-top: 12px; }
.synced-data dt { font-size: 9px; color: #536377; }
.synced-data dd { margin: 4px 0 0; font-size: 12px; font-weight: 500; }
.software-footnote { font-size: 10px; color: #345b59; margin: 15px 0 0; }
.software-footnote > span { margin-right: 4px; }
.software-footnote strong { font-weight: 550; white-space: nowrap; }
.desktop-sync { width: fit-content; max-width: 100%; margin: 21px auto 0; padding: 7px 12px; border: 1px solid #c3d2df; border-radius: 5px; background: #ffffffc9; font-size: 10px; color: #345b59; text-align: center; }
.desktop-sync > span:first-child { margin-right: 5px; }
.sync-time { color: #536377; }
.monitor-chin { height: 27px; display: grid; place-items: center; }
.monitor-chin span { width: 4px; height: 4px; border-radius: 50%; background: #748297; }
.monitor-stand { height: 53px; width: 108px; margin: auto; background: linear-gradient(90deg, #b1bdca, #d5dce5 50%, #b8c3d0); clip-path: polygon(25% 0, 75% 0, 90% 100%, 10% 100%); }
.monitor-foot { width: 208px; height: 12px; border-radius: 50% 50% 5px 5px; margin: auto; background: linear-gradient(#d7dfe8, #a6b3c2); box-shadow: 0 10px 12px #2839511a; }
.preview-topline { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 20px; }
.preview-topline > span:first-child { color: var(--muted); font-size: 9px; letter-spacing: 1.2px; }
.preview-status { background: #edf5f1; color: #396451; border-radius: 4px; padding: 5px 8px; font-size: 10px; text-align: right; }
.status-blue { background: var(--accent-soft); color: var(--accent); }
.example-panel h3 { font-size: 23px; letter-spacing: -.6px; font-weight: 600; }
.preview-subtitle { font-size: 12px; color: var(--muted); margin: 8px 0 21px; }
.activity-list { list-style: none; margin: 0; padding: 0; }
.activity-list li { display: flex; align-items: center; gap: 12px; padding: 15px 0; border-top: 1px solid #edf0f5; }
.activity-check { display: grid; place-items: center; width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%; background: #edf5f1; color: #396451; font-size: 12px; }
.activity-list li > div { display: flex; flex-direction: column; gap: 5px; }
.activity-list strong { font-size: 12px; font-weight: 550; }
.activity-list div > span { font-size: 10px; color: var(--muted); line-height: 1.5; }
.activity-list time { margin-left: auto; color: #67768b; font-size: 10px; }
.device-caption { font-size: 12px; color: var(--muted); text-align: center; max-width: 590px; margin: 14px auto 0; }
.examples-caption { text-align: center; font-size: 10px; color: var(--muted); margin: 17px 0 0; }
.paired-scene .monitor { width: min(100%, 680px); margin-right: 160px; }
.work-order { background: #f7f9fc; border-radius: 5px; padding: 15px; }
.work-order > span { font-size: 8px; color: var(--muted); letter-spacing: 1px; }
.work-order strong { display: block; font-size: 14px; margin-top: 7px; font-weight: 550; }
.work-order p { font-size: 11px; color: var(--muted); margin: 5px 0 0; }
.office-details { margin: 15px 0 0; font-size: 11px; }
.office-details > div { display: flex; justify-content: space-between; gap: 15px; padding: 9px 0; border-top: 1px solid #edf0f5; }
.office-details dt { color: var(--muted); }
.office-details dd { margin: 0; text-align: right; }
.phone { position: absolute; right: 20px; bottom: 26px; width: 224px; border: 6px solid #263141; border-radius: 29px; padding: 18px 5px 16px; background: #263141; box-shadow: 0 16px 25px #17263826, inset 0 0 0 1px #596879; }
.phone-speaker { position: absolute; top: 3px; left: calc(50% - 18px); width: 36px; height: 4px; border-radius: 3px; background: #101925; }
.phone-screen { padding: 10px 14px 20px; background: white; min-height: 328px; border-radius: 4px 4px 15px 15px; }
.phone-status { display: flex; justify-content: space-between; font-size: 8px; color: var(--muted); margin-bottom: 23px; }
.phone-section { font-size: 8px; color: var(--accent); letter-spacing: .7px; margin: 0 0 9px; }
.phone h4 { font-size: 16px; margin: 0; letter-spacing: -.4px; }
.phone-location { font-size: 10px; margin: 6px 0 17px; color: var(--muted); }
.phone-equipment { background: #f3f6fa; border-radius: 4px; padding: 10px; font-size: 11px; font-weight: 550; }
.phone-equipment span { display: block; font-size: 9px; color: var(--muted); font-weight: 400; margin-top: 5px; }
.work-checklist { list-style: none; padding: 0; margin: 19px 0 0; }
.work-checklist li { display: flex; gap: 7px; font-size: 10px; margin-top: 11px; }
.work-checklist span { color: #396451; }
.work-checklist .pending, .work-checklist .pending span { color: var(--muted); }
.phone-note { font-size: 9px; color: var(--muted); line-height: 1.6; border-top: 1px solid var(--line); padding-top: 13px; margin-top: 18px; }
.phone-home { width: 55px; height: 3px; background: #718096; border-radius: 4px; position: absolute; bottom: 4px; left: calc(50% - 27px); }
.sensor-scene { grid-template-columns: 310px 1fr; gap: 85px; max-width: 800px; }
.sensor-device { position: relative; width: 300px; padding: 40px 29px 30px; background: linear-gradient(135deg, #fcfdfe, #dce3eb); border: 1px solid #bcc7d2; border-radius: 25px; box-shadow: inset 0 0 0 6px #e8edf3, 6px 9px 0 #bfc9d4, 15px 25px 30px #24374f20; transform: rotate(-5deg); }
.device-screw { position: absolute; height: 8px; width: 8px; border-radius: 50%; background: linear-gradient(130deg, #a8b3bf, #f4f7f9); border: 1px solid #b4bdc8; }
.device-screw::after { content: ""; position: absolute; left: 1px; right: 1px; top: 3px; height: 1px; background: #7f8c9b; transform: rotate(-35deg); }
.screw-tl { top: 15px; left: 15px; }.screw-tr { top: 15px; right: 15px; }.screw-bl { bottom: 15px; left: 15px; }.screw-br { bottom: 15px; right: 15px; }
.sensor-device-heading { display: flex; justify-content: space-between; align-items: center; font-family: var(--mono); font-size: 10px; color: #596979; margin: 0 3px 22px; }
.hardware-led { width: 5px; height: 5px; background: #70a68d; border-radius: 50%; box-shadow: 0 0 0 3px #70a68d18; }
.sensor-display { background: #223a39; color: #d4e7dc; border: 6px solid #3e4b53; border-radius: 7px; padding: 21px 12px 18px; text-align: center; box-shadow: inset 0 2px 7px #0005; }
.sensor-display > span { display: block; font-family: var(--mono); font-size: 8px; letter-spacing: .7px; }
.sensor-display strong { display: block; margin: 12px 0; font-family: var(--mono); font-size: 51px; font-weight: 400; letter-spacing: -3px; }
.sensor-display small { font-size: 22px; letter-spacing: -1px; }
.sensor-display > span:last-child { font-size: 7px; letter-spacing: 0; }
.sensor-vents { display: flex; justify-content: center; gap: 6px; margin: 27px auto 24px; }
.sensor-vents i { width: 4px; height: 20px; background: #a8b5c3; border-radius: 3px; box-shadow: inset 1px 1px 2px #7d8c9b; }
.hardware-label { display: block; text-align: center; font-size: 7px; letter-spacing: 1px; color: #68798b; }
.probe-connector { position: absolute; bottom: -33px; left: calc(50% - 13px); width: 26px; height: 32px; border-radius: 0 0 8px 8px; background: repeating-linear-gradient(to bottom, #68747f 0 3px, #46535e 3px 6px); }
.probe-connector::after { content: ""; position: absolute; top: 30px; left: 9px; width: 8px; height: 50px; border-radius: 0 0 4px 4px; background: linear-gradient(90deg, #a2abb3, #f2f5f8, #8a98a5); }
.sensor-context { align-self: center; }
.sensor-context .eyebrow { color: var(--accent); font-size: 9px; margin: 0 0 17px; }
.sensor-context > p:not(.eyebrow) { color: var(--muted); font-size: 12px; }
.sensor-details { display: flex; flex-direction: column; gap: 15px; padding-top: 18px; border-top: 1px solid #d7e0eb; margin: 22px 0 0; }
.sensor-details > div { display: flex; justify-content: space-between; gap: 15px; }
.sensor-details dt { font-size: 11px; color: var(--muted); }
.sensor-details dd { font-size: 12px; margin: 0; }
.sensor-context-note { margin-top: 23px; }
.intro-strip { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 11px; color: var(--muted); }
.intro-strip p { margin: 0; }
.intro-strip span { color: #a0adbf; margin-inline: 10px; }
.section { padding-block: 82px; }
.section-heading { display: grid; grid-template-columns: .7fr 2fr; gap: 32px; margin-bottom: 36px; }
.section-heading > .eyebrow { margin-top: 7px; color: var(--muted); }
.section-heading p:not(.eyebrow) { max-width: 570px; color: var(--muted); font-size: 14px; margin: 19px 0 0; }
.services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service { padding: 29px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.service-number { font-family: var(--mono); display: inline-block; font-size: 11px; color: var(--accent); margin-bottom: 21px; }
.service h3 { font-size: 21px; font-weight: 600; letter-spacing: -.5px; line-height: 1.35; }
.service-main > p { font-size: 13px; color: var(--muted); margin: 15px 0 21px; }
.usecase-example { padding: 16px 0 16px 14px; margin: 0 0 21px; border-left: 2px solid #b9cdf0; }
.usecase-example > span { font-size: 9px; letter-spacing: 1px; font-weight: 600; color: var(--accent); }
.usecase-example p { margin: 8px 0 0; font-size: 12px; line-height: 1.75; color: var(--muted); }
.tags { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; }
.tags li { font-size: 10px; color: #52647c; border: 1px solid #e5eaf1; background: #f7f9fc; padding: 5px 8px; border-radius: 3px; }
.approach { background: #172638; color: #f2f6fb; }
.approach-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding-block: 76px; }
.approach .eyebrow { color: #9cbbef; margin: 0 0 24px; }
.approach h2 em { color: #a7c8fc; }
.approach-intro > p:not(.eyebrow) { font-size: 14px; color: #c0ccdb; margin: 22px 0 0; }
.steps { align-self: center; list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 26px 1fr; gap: 18px; padding: 23px 0; border-top: 1px solid #35465c; }
.steps li:last-child { border-bottom: 1px solid #35465c; }
.steps li > span { color: #a7c8fc; font-family: var(--mono); font-size: 10px; padding-top: 4px; }
.steps h3 { font-size: 16px; line-height: 1.5; font-weight: 500; }
.steps p { font-size: 13px; color: #becbdb; margin: 11px 0 0; }
.questions { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; }
.questions .eyebrow { color: var(--muted); margin: 0 0 22px; }
.questions h2 { font-size: 32px; }
.faq details { border-top: 1px solid var(--line); padding: 21px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; font-size: 14px; line-height: 1.5; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-size: 18px; color: var(--accent); transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { font-size: 13px; color: var(--muted); padding-right: 25px; margin: 17px 0 0; }
.contact { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 50px; padding-block: 16px 72px; }
.contact .eyebrow { color: var(--muted); margin: 0 0 22px; }
.contact h2 { font-size: 36px; }
.contact p:not(.eyebrow) { font-size: 14px; color: var(--muted); margin: 22px 0 0; }
.contact-link { justify-self: end; display: flex; flex-direction: column; gap: 13px; font-size: 16px; }
.contact-link > span { border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.contact-link > span span { color: var(--accent); margin-left: 8px; }
.contact-link:hover > span { border-color: var(--accent); }
.contact-link small { font-size: 11px; color: var(--muted); }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding-block: 23px; }
.brand.footer-brand { width: 155px; }
.footer p, .footer small { font-size: 11px; color: var(--muted); }
.top-link { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 4px; }
.menu-toggle { font-size: 12px; background: white; border: 1px solid var(--line); border-radius: 4px; padding: 9px 12px; cursor: pointer; }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-200%); background: var(--ink); color: white; padding: 15px; z-index: 10; }
.skip-link:focus { transform: none; }

@media (min-width: 701px) {
  .menu-toggle { display: none; }
}
@media (max-width: 1050px) {
  .paired-scene .monitor { width: calc(100% - 90px); margin-right: 90px; }
  .paired-scene .desktop-content { padding-right: 65px; }
  .paired-scene .phone { right: 5px; width: 205px; }
  .sensor-scene { gap: 45px; grid-template-columns: 290px 1fr; }
  .sensor-device { width: 280px; }
  .services { grid-template-columns: 1fr; }
  .service-main { max-width: 720px; }
  .shell { padding-inline: 32px; }
  .hero { gap: 35px; }
  h1 { font-size: 45px; letter-spacing: -1.9px; }
  .approach-inner { gap: 45px; }
  .questions { gap: 45px; }
  .header nav { gap: 20px; font-size: 12px; }
  .desktop-break { display: none; }
}
@media (max-width: 800px) {
  .hero { grid-template-columns: 1fr; gap: 38px; padding-block: 50px; }
  .hero-copy { max-width: 640px; }
  .hero-slides { max-height: 440px; aspect-ratio: 4 / 3; }
  h1 { font-size: 54px; }
  .intro-strip { align-items: flex-start; flex-direction: column; gap: 7px; }
  .section-heading { grid-template-columns: 1fr; gap: 15px; }
  .approach-inner { gap: 35px; }
  .service { padding: 23px; }
}
@media (max-width: 700px) {
  .hero-slides { aspect-ratio: 4 / 5; }
  .hero-slide figcaption { bottom: 22px; left: 22px; right: 22px; }
  .hero-slide figcaption strong { font-size: 20px; }
  .desktop-menubar { padding: 6px 9px; font-size: 8px; }
  .connected-desktop { padding: 13px 7px; }
  .example-panel .connected-desktop h3 { font-size: 11px; line-height: 1.5; margin-bottom: 12px; }
  .software-windows { gap: 7px; }
  .stock-window { margin-top: 14px; }
  .window-titlebar { padding: 6px; font-size: 8px; min-height: 32px; line-height: 1.3; }
  .window-titlebar .app-dots { display: none; }
  .software-brand { padding: 10px 7px; gap: 5px; }
  .software-brand h4 { font-size: 12px; }
  .software-icon { width: 19px; height: 19px; font-size: 9px; }
  .software-navigation { padding: 8px 7px; font-size: 8px; }
  .software-navigation span { display: none; }
  .software-body { padding: 11px 7px 10px; }
  .software-label { font-size: 7px; letter-spacing: 0; min-height: 25px; }
  .shared-reference { display: block; font-size: 16px; }
  .shared-reference span { display: block; font-size: 8px; margin-top: 3px; }
  .software-customer { font-size: 9px; margin-bottom: 10px; }
  .synced-data { padding: 9px 6px; }
  .synced-data dt { font-size: 8px; min-height: 20px; }
  .synced-data dd { font-size: 10px; line-height: 1.4; }
  .software-footnote { font-size: 8px; line-height: 1.6; min-height: 26px; }
  .desktop-sync { font-size: 8px; padding: 6px; margin-top: 14px; }
  .device-scene { min-height: 0; padding: 25px 0 12px; }
  .monitor-bezel { padding: 6px 6px 0; border-radius: 9px; }
  .desktop-content { padding: 17px 12px; min-height: 340px; }
  .app-chrome { font-size: 8px; padding: 8px; gap: 7px; }
  .app-dots { font-size: 6px; letter-spacing: 0; }
  .monitor-chin { height: 18px; }
  .monitor-stand { height: 37px; width: 75px; }
  .monitor-foot { width: 145px; height: 9px; }
  .device-context { font-size: 9px; }
  .device-context span { font-size: 11px; }
  .device-caption { font-size: 11px; }
  .paired-scene { display: flex; flex-direction: column; gap: 28px; }
  .paired-scene .monitor { width: 100%; margin: 0; }
  .paired-scene .desktop-content { padding-right: 12px; }
  .paired-scene .phone { position: relative; width: 224px; right: auto; bottom: auto; }
  .office-details > div { flex-direction: column; gap: 5px; }
  .office-details dd { text-align: left; }
  .sensor-scene { display: flex; flex-direction: column; gap: 105px; padding-top: 38px; }
  .sensor-device { width: min(250px, 90%); padding: 35px 22px 25px; }
  .sensor-display { padding: 16px 7px; }
  .sensor-display strong { font-size: 43px; }
  .sensor-context { width: 100%; padding-inline: 7px; }

  .example-panel { padding: 22px 12px; }
  .example-switcher button { font-size: 10px; padding-inline: 4px; }
  .example-panel h3 { font-size: 21px; }
  .activity-list li { gap: 8px; }
  .activity-list time { font-size: 9px; }
  .preview-topline { gap: 7px; }
  .preview-topline > span:first-child { font-size: 8px; }
  .preview-status { font-size: 9px; }
  .shell { padding-inline: 22px; }
  .header { min-height: 77px; flex-wrap: wrap; padding-block: 18px; }
  .brand { width: 170px; }
  .header nav { width: 100%; flex-wrap: wrap; gap: 18px; padding-top: 5px; }
  .header nav a:last-child { padding: 7px 10px; }
  .js .menu-toggle { display: block; }
  .js .header nav:not(.is-open) { display: none; }
  .hero { padding-block: 38px 42px; }
  .hero .eyebrow { font-size: 9px; letter-spacing: 1.1px; margin-bottom: 22px; }
  h1 { font-size: clamp(37px, 9.5vw, 52px); letter-spacing: -1.7px; }
  .hero-description { font-size: 14px; margin-top: 22px; }
  .hero-context { font-size: 13px; }
  .intro-strip { font-size: 10px; }
  .intro-strip span { margin-inline: 4px; }
  .section { padding-block: 56px; }
  h2 { font-size: 31px; letter-spacing: -1px; }
  .section-heading { margin-bottom: 28px; }
  .services { grid-template-columns: 1fr; gap: 13px; }
  .service { padding: 24px; }
  .service-number { margin-bottom: 16px; }
  .service h3 { font-size: 21px; }
  .approach-inner { grid-template-columns: 1fr; padding-block: 54px; gap: 30px; }
  .questions { grid-template-columns: 1fr; gap: 28px; }
  .questions h2 { font-size: 30px; }
  .faq summary { font-size: 13px; }
  .contact { grid-template-columns: 1fr; gap: 27px; padding-top: 5px; padding-bottom: 54px; }
  .contact h2 { font-size: 32px; }
  .contact-link { justify-self: start; font-size: 15px; }
  .footer { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
  .footer p { grid-column: 1 / -1; grid-row: 2; margin: 0; }
  .footer small { grid-column: 1; grid-row: 3; }
  .top-link { grid-column: 2; grid-row: 1; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
